Stéphane Nicoll
da4971e4ac
Start building against Spring Security 6.5.4 snapshots
...
See gh-47202
6 months ago
Stéphane Nicoll
996aaf62be
Merge branch '3.4.x' into 3.5.x
6 months ago
Stéphane Nicoll
8e7b781d8d
Upgrade to Tomcat 10.1.46
...
Closes gh-47194
6 months ago
Stéphane Nicoll
45775d4481
Upgrade to Spring Data Bom 2025.0.4
...
Closes gh-47088
6 months ago
Stéphane Nicoll
43972621ae
Upgrade to R2DBC MSSQL 1.0.3.RELEASE
...
Closes gh-47193
6 months ago
Stéphane Nicoll
1cb1727eff
Upgrade to Maven Surefire Plugin 3.5.4
...
Closes gh-47192
6 months ago
Stéphane Nicoll
42203b2d19
Upgrade to Maven Shade Plugin 3.6.1
...
Closes gh-47191
6 months ago
Stéphane Nicoll
681336be3a
Upgrade to Maven Failsafe Plugin 3.5.4
...
Closes gh-47190
6 months ago
Stéphane Nicoll
c3262719b2
Upgrade to MariaDB 3.5.6
...
Closes gh-47189
6 months ago
Stéphane Nicoll
4f31950e99
Upgrade to Jakarta Activation 2.1.4
...
Closes gh-47188
6 months ago
Stéphane Nicoll
1496183f54
Upgrade to HikariCP 6.3.3
...
Closes gh-47187
6 months ago
Stéphane Nicoll
1e79cb1baf
Upgrade to Tomcat 10.1.46
...
Closes gh-47186
6 months ago
Stéphane Nicoll
e865648d90
Upgrade to Spring Data Bom 2024.1.10
...
Closes gh-47078
6 months ago
Stéphane Nicoll
0a67bbe626
Upgrade to R2DBC MSSQL 1.0.3.RELEASE
...
Closes gh-47185
6 months ago
Stéphane Nicoll
b268a938f2
Upgrade to Maven Surefire Plugin 3.5.4
...
Closes gh-47184
6 months ago
Stéphane Nicoll
b14e5d8d08
Upgrade to Maven Shade Plugin 3.6.1
...
Closes gh-47183
6 months ago
Stéphane Nicoll
7caf07bd5c
Upgrade to Maven Failsafe Plugin 3.5.4
...
Closes gh-47182
6 months ago
Stéphane Nicoll
04b1b1ca7c
Upgrade to Jakarta Activation 2.1.4
...
Closes gh-47181
6 months ago
Moritz Halbritter
700904cfe2
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47166
6 months ago
Moritz Halbritter
507f868fe9
Remove quoting for system properties
...
Before this commit, system properties with a value has been quoted all the time.
This is fine as long if the resulting string is passed into the RunArguments(String) constructor, which then parses it again into a String[].
This isn't fine if they are added to ProcessBuilder.command, because then quoting is unnecessary.
This commit also fixes the unnecessary Map -> String -> String[] parsing by adding the entries directly into the array.
Closes gh-46555
6 months ago
Stéphane Nicoll
cf95bc19a6
Merge branch '3.4.x' into 3.5.x
6 months ago
Stéphane Nicoll
ec0aca4846
Upgrade to Spring Framework 6.2.11
...
Closes gh-47089
6 months ago
Stéphane Nicoll
2d53253db8
Upgrade to jOOQ 3.19.26
...
Closes gh-47160
6 months ago
Stéphane Nicoll
4951451f9d
Upgrade to Jetty 12.0.27
...
Closes gh-47159
6 months ago
Stéphane Nicoll
540161b189
Upgrade to Gson 2.13.2
...
Closes gh-47158
6 months ago
Stéphane Nicoll
b5405d2fe9
Upgrade to Spring Framework 6.2.11
...
Closes gh-47079
6 months ago
Stéphane Nicoll
ac4ea31895
Upgrade to jOOQ 3.19.26
...
Closes gh-47157
6 months ago
Stéphane Nicoll
0aa40377e1
Upgrade to Jetty 12.0.27
...
Closes gh-47156
6 months ago
Andy Wilkinson
3701741d0a
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47150
6 months ago
Andy Wilkinson
a2b906ba51
Correct import in WebMvcTestSaml2Tests
...
Closes gh-47149
6 months ago
Andy Wilkinson
fb56a107ce
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47145
6 months ago
Andy Wilkinson
11cbb6aff2
Relocate tests that don't need to be in test-autoconfigure
...
Closes gh-47144
6 months ago
Stéphane Nicoll
9924cb87db
Merge branch '3.4.x' into 3.5.x
6 months ago
Stéphane Nicoll
c34ef83314
Upgrade to Reactor Bom 2024.0.10
...
Closes gh-47085
6 months ago
Stéphane Nicoll
f159701a64
Upgrade to Reactor Bom 2024.0.10
...
Closes gh-47075
6 months ago
Andy Wilkinson
1b00d38fda
Only apply non-null Groovy Template properties
...
Previously, properties were always applied even when they had a null
value. When using the property defaults, this would leave the
GroovyMarkupConfigurer bean with null values for autoIndentString,
locale, and newLineString. The null values could cause problems at
runtime, for example an NPE when Groovy Templates tries to call
toString on the null newLineString.
Closes gh-47139
6 months ago
Stéphane Nicoll
3ca81e3227
Merge branch '3.4.x' into 3.5.x
7 months ago
Stéphane Nicoll
3c757ac48f
Upgrade to Netty 4.1.127.Final
...
Closes gh-47128
7 months ago
Stéphane Nicoll
9b0a2cd652
Upgrade to Micrometer Tracing 1.4.10
...
Closes gh-47074
7 months ago
Stéphane Nicoll
7e1af36c1c
Upgrade to Netty 4.1.127.Final
...
Closes gh-47127
7 months ago
Stéphane Nicoll
d26a192881
Upgrade to Micrometer Tracing 1.5.4
...
Closes gh-47084
7 months ago
Stéphane Nicoll
b30fa76473
Upgrade to Micrometer 1.15.4
...
Closes gh-47083
7 months ago
Stéphane Nicoll
e3d886e29c
Merge branch '3.4.x' into 3.5.x
...
See gh-47119
7 months ago
Stéphane Nicoll
56e7002116
Revert "Bump @antora/site-generator in /antora"
...
This reverts commit d8ff59c36e .
See gh-46966
7 months ago
Stéphane Nicoll
4f2e2d1671
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47119
7 months ago
Stéphane Nicoll
aabc33476e
Merge pull request #46966 from dependabot[bot]
...
* pr/46966:
Bump @antora/site-generator in /antora
Closes gh-46966
7 months ago
dependabot[bot]
d8ff59c36e
Bump @antora/site-generator in /antora
...
Bumps [@antora/site-generator](https://gitlab.com/antora/antora ) from 3.2.0-alpha.4 to 3.2.0-alpha.9.
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc )
- [Commits](https://gitlab.com/antora/antora/compare/v3.2.0-alpha.4...v3.2.0-alpha.9 )
---
updated-dependencies:
- dependency-name: "@antora/site-generator"
dependency-version: 3.2.0-alpha.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-46966
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Stéphane Nicoll
6f86a16caa
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47118
7 months ago
Stéphane Nicoll
8a10ec4b6f
Prevent upgrade to Tomcat 10.1.45
...
Closes gh-47117
7 months ago
Stéphane Nicoll
556d970435
Merge branch '3.4.x' into 3.5.x
7 months ago