{"id":16785131,"url":"https://github.com/imod/custom-scdf","last_synced_at":"2025-07-23T11:04:56.765Z","repository":{"id":37308508,"uuid":"205410392","full_name":"imod/custom-scdf","owner":"imod","description":"a custom build of spring cloud dataflow server","archived":false,"fork":false,"pushed_at":"2022-06-21T01:46:59.000Z","size":57,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T22:48:20.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/imod.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}},"created_at":"2019-08-30T15:36:36.000Z","updated_at":"2019-09-09T09:41:35.000Z","dependencies_parsed_at":"2022-09-08T19:31:12.419Z","dependency_job_id":null,"html_url":"https://github.com/imod/custom-scdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imod/custom-scdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fcustom-scdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fcustom-scdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fcustom-scdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fcustom-scdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imod","download_url":"https://codeload.github.com/imod/custom-scdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fcustom-scdf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266665780,"owners_count":23964971,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-13T08:08:14.897Z","updated_at":"2025-07-23T11:04:56.739Z","avatar_url":"https://github.com/imod.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# custom-scdf\na custom build of spring cloud dataflow server with security switched to basic auth instead of OAuth2.\n\n1. adjust the cloudfounry credentials/details in `application.yml` for you env\n\n2. start database with \n\n```\ncd local-env\ndocker-compose up -d\n```\n\n3. run app\n\n```\nmvn spring-boot:run\n```\n\n4. login to http://localhost:8888/dashboard - there are two hard coded users with a password, both have the same permissions:\n\n    `admin / password`\n    \n    `user / password`\n\n## current issues\n\n- flyway can't find the migration files.\n\n  if `spring.flyway.enabled` is set to `true`, then flyway fails with the following error:\n\n```\nCaused by: java.lang.IllegalStateException: Cannot find migrations location in: [classpath:db/migration] (please add migrations or check your Flyway configuration)\n    at org.springframework.util.Assert.state (Assert.java:94)\n    at org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$FlywayConfiguration.checkLocationExists (FlywayAutoConfiguration.java:184)\n    at org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$FlywayConfiguration.flyway (FlywayAutoConfiguration.java:149)\n    at org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$FlywayConfiguration$$EnhancerBySpringCGLIB$$5825e195.CGLIB$flyway$0 (\u003cgenerated\u003e)\n```\n\n- ClassNotFoundException: `org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundry2630AndLaterTaskLauncher`\n\n  if `spring.flyway.enabled` is set to `false` (e.g. we could create the tables in some other way), then we get passt the flyway issue, but we get the following error:\n  \n```\nCaused by: java.lang.ClassNotFoundException: org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundry2630AndLaterTaskLauncher\n    at java.net.URLClassLoader.findClass (URLClassLoader.java:471)\n    at java.lang.ClassLoader.loadClass (ClassLoader.java:588)\n    at java.lang.ClassLoader.loadClass (ClassLoader.java:521)\n    at java.lang.Class.getDeclaredMethods0 (Native Method)\n    at java.lang.Class.privateGetDeclaredMethods (Class.java:3167)\n    at java.lang.Class.getDeclaredMethods (Class.java:2310)\n    at org.springframework.util.ReflectionUtils.getDeclaredMethods (ReflectionUtils.java:489)\n    at org.springframework.util.ReflectionUtils.doWithLocalMethods (ReflectionUtils.java:367)\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimod%2Fcustom-scdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimod%2Fcustom-scdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimod%2Fcustom-scdf/lists"}