{"id":19656235,"url":"https://github.com/daggerok/spring-integration-kotlin-dsl","last_synced_at":"2026-04-28T12:36:01.368Z","repository":{"id":151042121,"uuid":"254635165","full_name":"daggerok/spring-integration-kotlin-dsl","owner":"daggerok","description":"Spring Boot, Spring Integration, Kotlin DSL, Recken, Gradle docker-run","archived":false,"fork":false,"pushed_at":"2020-04-11T00:06:09.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T00:41:49.119Z","etag":null,"topics":["github-action","github-action-cache","github-action-docker","github-actions","github-actions-cache","github-actions-docker","gradle","gradle-kotlin-dsl","kotlin","spring-boot","spring-boot-2","spring-boot-kotlin","spring-integration","spring-integration-file"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daggerok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-10T12:58:54.000Z","updated_at":"2020-04-11T00:06:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"1863af62-a778-4b32-9cc0-d51b9f99c5ca","html_url":"https://github.com/daggerok/spring-integration-kotlin-dsl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-integration-kotlin-dsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-integration-kotlin-dsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-integration-kotlin-dsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-integration-kotlin-dsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/spring-integration-kotlin-dsl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240964604,"owners_count":19885771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-action","github-action-cache","github-action-docker","github-actions","github-actions-cache","github-actions-docker","gradle","gradle-kotlin-dsl","kotlin","spring-boot","spring-boot-2","spring-boot-kotlin","spring-integration","spring-integration-file"],"created_at":"2024-11-11T15:27:07.325Z","updated_at":"2026-04-28T12:35:56.338Z","avatar_url":"https://github.com/daggerok.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Integration Kotlin DSL [![CI](https://github.com/daggerok/spring-integration-kotlin-dsl/workflows/CI/badge.svg)](https://github.com/daggerok/spring-integration-kotlin-dsl/actions?query=workflow%3ACI)\n\n\u003c!--\n\n# Read Me First\nThe following was discovered as part of building this project:\n\n* The JVM level was changed from '14' to '11', review the [JDK Version Range](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range) on the wiki for more details.\n\n# Getting Started\n\n--\u003e\n\n## build, run, test\n\n```bash\n./gradlew clean build jibDockerBuild\n./gradlew dockerRun -P demonize=true\ndocker logs -f -t spring-integration-kotlin-dsl \u0026\ndocker exec -i spring-integration-kotlin-dsl bash -c 'echo \"ololo trololo\" \u003e /tmp/target/inputs/first-file.txt'\ndocker exec -i spring-integration-kotlin-dsl bash -c 'echo \"trololo|ololo\" \u003e /tmp/target/inputs/second-file.csv'\n./gradlew dockerStop\n```\n\n## versions\n\n_git remote -\u003e https_\n\n```bash\n./gradlew reckonTagPush -Preckon.stage=final \\\n  -Dorg.ajoberstar.grgit.auth.username=daggerok \\\n  -Dorg.ajoberstar.grgit.auth.password=...\n```\n\n_git remote -\u003e git_\n\n```bash\n./gradlew reckonTagPush -Preckon.stage=final\n```\n\n## other repositories\n* [GitHub: daggerok/spring-integration-java-DSL-example](https://github.com/daggerok/spring-integration-java-DSL-example)\n* [GitHub: daggerok/spring-integration-5-examples](https://github.com/daggerok/spring-integration-5-examples)\n\n## resources\n* https://www.youtube.com/watch?v=A9eDlMSTuE0\n* https://www.youtube.com/watch?v=1llAwgOKjTY\n* [Official Gradle documentation](https://docs.gradle.org)\n* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/gradle-plugin/reference/html/)\n* [Coroutines section of the Spring Framework Documentation](https://docs.spring.io/spring/docs/5.2.5.RELEASE/spring-framework-reference/languages.html#coroutines)\n* [Spring Integration](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#boot-features-integration)\n* [Integrating Data](https://spring.io/guides/gs/integration/)\n* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-integration-kotlin-dsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fspring-integration-kotlin-dsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-integration-kotlin-dsl/lists"}