Commit aa406df
chore: update all dependencies to latest stable, remove jgit-proxy-spring module
Dependency updates:
- JGit: 7.0.0 -> 7.6.0
- Jetty: 12.0.22 -> 12.0.33
- Jersey: 3.1.9 -> 3.1.11 (staying on 3.1.x for Jakarta EE 10 compatibility)
- Jackson: 2.18.2 -> 2.18.6 (latest stable 2.18.x; switch to BOM for version alignment)
- HikariCP: 6.2.1 -> 7.0.2
- H2: 2.3.232 -> 2.4.240
- SQLite JDBC: 3.47.2.0 -> 3.51.3.0
- PostgreSQL: 42.7.4 -> 42.7.10
- MongoDB: 5.3.1 -> 5.6.4
- Logback: 1.5.18 -> 1.5.32
- BouncyCastle: 1.79 -> 1.83
- commons-validator: 1.9.0 -> 1.10.1
- Lombok: 1.18.34 -> 1.18.44
- JUnit Jupiter: 5.10.0 -> 5.14.3
- httpclient: 4.5.13 -> 4.5.14
- Spotless plugin: 6.25.0 -> 8.4.0
- Palantir Java Format: 2.51.0 -> 2.90.0
Use Jackson BOM (jackson-bom) in both modules so all Jackson artifacts
(databind, annotations, datatype-jsr310, jersey-media-json-jackson transitive
deps) are pinned to the same version.
Remove jgit-proxy-spring: the Spring Boot port was an early prototype and
is superseded by jgit-proxy-server (Jetty + Jersey). Also remove Spring
Boot and dependency-management plugins from root build.gradle.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 68190ce commit aa406df
27 files changed
Lines changed: 38 additions & 1127 deletions
File tree
- jgit-proxy-core
- jgit-proxy-server
- jgit-proxy-spring
- src/main
- java/org/finos/gitproxy/spring
- api
- config
- resources
- api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
| 6 | + | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | | - | |
72 | | - | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | | - | |
76 | | - | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 0 additions & 81 deletions
This file was deleted.
Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 0 additions & 33 deletions
This file was deleted.
0 commit comments