This repository was archived by the owner on May 14, 2025. It is now read-only.
Commit 15712ec
committed
Make SCDF and Skipper compilable for boot 3.x
* Replaced SocketUtils with TestSocketUtils
** It was moved to the test package.
* Migrated httpclient to httpclient5
** Removed use of httpclient 4.x dependencies added yesterday
* Updated Types in AuditRecord Entity to use JdbcTypeCode
* Security Modules need to be compiled with Boot3 and securty 6
* Update SCDF to use deployer 3.0.x
* Update SCDF pom files to create Java 17 jars
* Exclude javax.annotation from deployer artifacts.
* Add jakarta annotation dependencies
* Update code from javax to jakarta
* Replaced Entity @type with @JavaTypeCode
* Update JobParam to batch 5.
* Update httpclient package to httpclient5 package1 parent 2003077 commit 15712ec
File tree
76 files changed
+406
-326
lines changed- spring-cloud-common-security-config/spring-cloud-common-security-config-web/src/main/java/org/springframework/cloud/common/security
- support
- spring-cloud-dataflow-aggregate-task/src/main/java/org/springframework/cloud/dataflow/aggregate/task
- impl
- spring-cloud-dataflow-audit
- spring-cloud-dataflow-build
- spring-cloud-dataflow-build-dependencies
- spring-cloud-dataflow-build-tools
- spring-cloud-dataflow-common
- spring-cloud-dataflow-common-flyway
- spring-cloud-dataflow-common-persistence
- spring-cloud-dataflow-common-test-docker
- spring-cloud-dataflow-composed-task-runner
- spring-cloud-dataflow-configuration-metadata
- src/test/java/org/springframework/cloud/dataflow/container/registry/authorization
- spring-cloud-dataflow-container-registry
- src/main/java/org/springframework/cloud/dataflow/container/registry
- authorization
- spring-cloud-dataflow-core/src/main/java/org/springframework/cloud/dataflow/core
- spring-cloud-dataflow-parent
- spring-cloud-dataflow-platform-cloudfoundry
- src/main/java/org/springframework/cloud/dataflow/server/config/cloudfoundry/security
- spring-cloud-dataflow-platform-kubernetes
- spring-cloud-dataflow-rest-client
- spring-cloud-dataflow-rest-resource
- src
- main/java/org/springframework/cloud/dataflow/rest
- job
- resource
- support/jackson
- util
- test/java/org/springframework/cloud/dataflow/rest
- resource
- support/jackson
- util
- spring-cloud-dataflow-schema-core/src/main/java/org/springframework/cloud/dataflow/schema
- spring-cloud-dataflow-schema/src/main/java/org/springframework/cloud/dataflow/schema/service
- impl
- spring-cloud-dataflow-server-core/src/main/java/org/springframework/cloud/dataflow/server
- config
- repository/support
- spring-cloud-dataflow-shell
- spring-cloud-dataflow-single-step-batch-job
- spring-cloud-dataflow-tasklauncher
- spring-cloud-dataflow-tasklauncher-sink-dependencies
- spring-cloud-dataflow-tasklauncher-sink
- src/main/java/org/springframework/cloud/dataflow/tasklauncher/sink
- spring-cloud-skipper
- spring-cloud-skipper-client
- src/main/java/org/springframework/cloud/skipper/client/util
- spring-cloud-skipper-docs/src/main/asciidoc
- spring-cloud-skipper-platform-cloudfoundry
- spring-cloud-skipper-platform-kubernetes
- spring-cloud-skipper-server-core
- spring-cloud-skipper
- src/main/java/org/springframework/cloud/skipper/domain
- spring-cloud-starter-dataflow-server
- src/test/java/org/springframework/cloud/dataflow/server
- local/security
- single
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+406
-326
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
125 | | - | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
202 | | - | |
203 | | - | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| |||
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| 272 | + | |
271 | 273 | | |
272 | 274 | | |
273 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 93 | | |
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
151 | | - | |
152 | | - | |
| 152 | + | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
278 | 277 | | |
279 | 278 | | |
280 | 279 | | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | 280 | | |
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 67 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments