Phillip Webb
e9403cc6f2
Upgrade to MariaDB 3.4.2
...
Closes gh-45080
2025-04-10 12:21:43 -07:00
Phillip Webb
ffe082ead2
Upgrade to Lombok 1.18.38
...
Closes gh-45079
2025-04-10 12:21:43 -07:00
Phillip Webb
33725763e3
Upgrade to jOOQ 3.19.22
...
Closes gh-45078
2025-04-10 12:21:43 -07:00
Phillip Webb
5f367199d0
Upgrade to Jetty 12.0.19
...
Closes gh-45077
2025-04-10 12:21:43 -07:00
Phillip Webb
d317573248
Upgrade to Jaybird 5.0.7.java11
...
Closes gh-45076
2025-04-10 12:21:43 -07:00
Phillip Webb
6b5bd07aad
Upgrade to HttpCore5 5.3.4
...
Closes gh-45075
2025-04-10 12:07:22 -07:00
Phillip Webb
a5fb5014df
Upgrade to HttpClient5 5.4.3
...
Closes gh-45074
2025-04-10 12:07:19 -07:00
Phillip Webb
e1c05fe047
Upgrade to Hibernate 6.6.13.Final
...
Closes gh-45073
2025-04-10 12:07:16 -07:00
Phillip Webb
c94b3d4169
Upgrade to Couchbase Client 3.7.9
...
Closes gh-45072
2025-04-10 12:07:12 -07:00
Phillip Webb
1327ec026a
Merge branch '3.4.x'
2025-04-10 12:04:49 -07:00
Phillip Webb
791bec2e06
Merge branch '3.3.x' into 3.4.x
2025-04-10 12:04:32 -07:00
Phillip Webb
5926766ebd
Start building against Spring WS 4.0.13 snapshots
...
See gh-45062
2025-04-10 12:03:57 -07:00
Phillip Webb
2a73f068f5
Start building against Spring Session 3.3.7 snapshots
...
See gh-45061
2025-04-10 12:03:57 -07:00
Phillip Webb
1217e65672
Start building against Spring Security 6.3.9 snapshots
...
See gh-45060
2025-04-10 12:03:57 -07:00
Phillip Webb
699365c593
Start building against Spring LDAP 3.2.12 snapshots
...
See gh-45059
2025-04-10 12:03:57 -07:00
Phillip Webb
55c4e80b32
Start building against Spring GraphQL 1.3.5 snapshots
...
See gh-45058
2025-04-10 12:03:57 -07:00
Phillip Webb
16851121d9
Start building against Spring Framework 6.1.19 snapshots
...
See gh-45057
2025-04-10 12:03:57 -07:00
Phillip Webb
d65e27ebe8
Start building against Spring Data Bom 2024.0.11 snapshots
...
See gh-45056
2025-04-10 12:03:56 -07:00
Phillip Webb
4dee317e95
Start building against Spring Authorization Server 1.3.6 snapshots
...
See gh-45055
2025-04-10 12:03:56 -07:00
Phillip Webb
ee431775a3
Start building against Spring AMQP 3.1.11 snapshots
...
See gh-45054
2025-04-10 12:03:56 -07:00
Phillip Webb
252fcc2df0
Start building against Reactor Bom 2023.0.17 snapshots
...
See gh-45053
2025-04-10 12:03:56 -07:00
Phillip Webb
b54369a8e8
Start building against Micrometer Tracing 1.3.11 snapshots
...
See gh-45052
2025-04-10 12:03:56 -07:00
Phillip Webb
91e77c5eac
Start building against Micrometer 1.13.13 snapshots
...
See gh-45051
2025-04-10 12:03:56 -07:00
Phillip Webb
3726d6e3aa
Align proxies with defaults from Tomcat 10.1.40
...
See gh-45071
2025-04-10 12:03:56 -07:00
Phillip Webb
9dc1e3ed40
Upgrade to Tomcat 10.1.40
...
Closes gh-45071
2025-04-10 10:16:42 -07:00
Phillip Webb
78babb33ff
Upgrade to MariaDB 3.3.4
...
Closes gh-45070
2025-04-10 10:16:41 -07:00
Phillip Webb
f0c2cfc452
Upgrade to Lombok 1.18.38
...
Closes gh-45069
2025-04-10 10:16:41 -07:00
Phillip Webb
28eca39a01
Upgrade to jOOQ 3.19.22
...
Closes gh-45068
2025-04-10 10:16:41 -07:00
Phillip Webb
918a55cf3d
Upgrade to Jetty 12.0.19
...
Closes gh-45067
2025-04-10 10:16:41 -07:00
Phillip Webb
a02748a9b9
Upgrade to Jaybird 5.0.7.java11
...
Closes gh-45066
2025-04-10 10:16:41 -07:00
Stéphane Nicoll
d6cdebe1fc
Merge branch '3.4.x'
...
Closes gh-45101
2025-04-10 16:35:21 +02:00
Stéphane Nicoll
84128a81fa
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45100
2025-04-10 16:35:11 +02:00
Stéphane Nicoll
b4c6c55493
Allow ResourcesClassLoader to participate in CGLIB's cache
...
This commit updates ResourcesClassLoader to be a SmartClassLoader and
expose the original ClassLoader. This has the effect of making sure
proxies that are created by CGLIB can be reused against different tests
rather than having CGLIB trying to define the class again and fail.
Closes gh-45065
2025-04-10 16:22:14 +02:00
Moritz Halbritter
cd33825f63
Merge pull request #45007 from dmytrodanilenkov
...
* pr/45007-squash:
Polish "Add missing attributes to ServletRegistration annotation"
Add missing attributes to ServletRegistration annotation
Closes gh-45007
2025-04-10 14:57:24 +02:00
Moritz Halbritter
5401327e4d
Polish "Add missing attributes to ServletRegistration annotation"
...
See gh-45007
2025-04-10 14:46:48 +02:00
Dmytro Danilenkov
d0128071ec
Add missing attributes to ServletRegistration annotation
...
See gh-45007
Signed-off-by: Dmytro Danilenkov <milgoff@gmail.com >
2025-04-10 14:40:36 +02:00
Moritz Halbritter
475a046048
Merge pull request #45005 from kwondh5217
...
* pr/45005-squash:
Polish "Add missing attributes to FilterRegistration annotation"
Add missing attributes to FilterRegistration annotation
Closes gh-45005
2025-04-10 14:34:46 +02:00
Moritz Halbritter
65de53066d
Polish "Add missing attributes to FilterRegistration annotation"
...
See gh-45005
2025-04-10 12:22:01 +02:00
Daeho Kwon
17d579f374
Add missing attributes to FilterRegistration annotation
...
See gh-45005
2025-04-10 12:22:01 +02:00
Stéphane Nicoll
75bc4b2888
Merge branch '3.4.x'
...
Closes gh-45048
2025-04-10 10:14:53 +02:00
Stéphane Nicoll
87cd1bb7fd
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45047
2025-04-10 10:14:11 +02:00
Stéphane Nicoll
19d74cfb7f
Merge pull request #44767 from jonatan-ivanov
...
* pr/44767:
Remove link
Polish "Add details of the purpose of the metrics endpoint"
Add details of the purpose of the metrics endpoint
Closes gh-44767
2025-04-10 10:14:07 +02:00
Stéphane Nicoll
cfd5e45d57
Remove link
...
See gh-44767
2025-04-10 10:13:31 +02:00
Andy Wilkinson
3580f1aa36
Polish "Add details of the purpose of the metrics endpoint"
...
See gh-44767
2025-04-10 10:08:02 +02:00
Jonatan Ivanov
23c3c2753a
Add details of the purpose of the metrics endpoint
...
See gh-44767
2025-04-10 10:08:02 +02:00
Phillip Webb
12e7d97c5d
Merge branch '3.4.x'
2025-04-09 14:52:30 -07:00
Phillip Webb
837fa4c4d8
Merge branch '3.3.x' into 3.4.x
2025-04-09 14:52:15 -07:00
Phillip Webb
c6e74955a7
Update copyright year of changed files
2025-04-09 14:51:49 -07:00
Phillip Webb
2147c2650c
Merge branch '3.4.x'
2025-04-09 14:51:36 -07:00
Phillip Webb
bcda6aeb65
Merge branch '3.3.x' into 3.4.x
2025-04-09 14:51:31 -07:00