Moritz Halbritter
af244e1550
Start Threshold filters in DefaultLogbackConfiguration
...
Closes gh-36741
3 years ago
Moritz Halbritter
ff2fc95daf
Document that PKCS8 PEM files should be used whenever possible
...
Closes gh-37170
3 years ago
Moritz Halbritter
9a1e146c86
Polish PrivateKeyParserTests
3 years ago
Moritz Halbritter
0ba928bf2d
Polish PemPrivateKeyParserTests
...
Add tests for:
- aes128 and aes256 encrypted keys
- scrypt encrypted keys
- des3 encrypted keys
- encrypted EdDSA and XDH keys
3 years ago
Moritz Halbritter
36629df416
Remove useless file
3 years ago
Stéphane Nicoll
46727a82ee
Start building against Spring WS 4.0.6 snapshots
...
See gh-37425
3 years ago
Stéphane Nicoll
1e91f02751
Start building against Spring Security 6.1.4 snapshots
...
See gh-37424
3 years ago
Stéphane Nicoll
35648d4f1c
Upgrade to Spring Data Bom 2023.0.4
...
Closes gh-37350
3 years ago
Stéphane Nicoll
aa96c5374a
Upgrade to Pooled JMS 3.1.3
...
Closes gh-37421
3 years ago
Stéphane Nicoll
f890de1f9e
Upgrade to Byte Buddy 1.14.8
...
Closes gh-37419
3 years ago
Stéphane Nicoll
6b09431162
Start building against Spring WS 4.0.6 snapshots
...
See gh-37418
3 years ago
Stéphane Nicoll
839792565a
Start building against Spring Security 6.0.7 snapshots
...
See gh-37417
3 years ago
Stéphane Nicoll
9fb4224956
Upgrade to Spring Data Bom 2022.0.10
...
Closes gh-37349
3 years ago
Stéphane Nicoll
6c8e7018ff
Start building against Spring WS 3.1.7 snapshots
...
See gh-37415
3 years ago
Stéphane Nicoll
d3ee61c83f
Start building against Spring Security 5.7.11 snapshots
...
See gh-37414
3 years ago
Stéphane Nicoll
add05fe469
Upgrade to Spring Data Bom 2021.2.16
...
Closes gh-37248
3 years ago
Mark Nelson
78a69cbb7d
Update README.adoc to add Oracle Spring Boot Starters
...
See gh-37069
3 years ago
Moritz Halbritter
408fb8ae9d
Add support for EdDSA, XDH and RSA-PSS key parsing
...
This works with Java 17 and up. Also refactor the test for more
structure.
Closes gh-37237
3 years ago
Andy Wilkinson
ee78e45ea7
Polish "Polish Javadoc for DockerImageNames.rabbit()"
...
See gh-37394
3 years ago
Johnny Lim
fbfd6816c2
Polish Javadoc for DockerImageNames.rabbit()
...
See gh-37394
3 years ago
Andy Wilkinson
e1f6fb5a61
Remove `@since` from spring-boot-test-support's javadoc
...
Closes gh-37403
3 years ago
Andy Wilkinson
c187bd928a
Don't add runtime shutdown hook till app with hook enabled is run
...
Previously, the runtime shutdown hook was added as soon as a
shutdown handler was registered. This causes a memory leak in a war
deployment when the application is undeployed as
LoggingApplicationListener always registers a shutdown handler
so the runtime shutdown hook was always registered.
This commit updates the shutdown hook so that the runtime shutdown
hook is only allowed to be added once run() has been called on a
SpringApplication with the shutdown hook enabled. This approach
allows the registerShutdownHook flag on SpringApplication to be a
central point of control for the registration of the runtime shutdown
hook. When that flag is set to false, for example by
SpringBootServletInitializer, the runtime shutdown hook will not
be registered, irrespective of whether other code uses the public
API to add a shutdown handler.
An alternative approach of stopping LoggingApplicationListener from
adding its shutdown handler – for example by adding
logging.register-shutdown-hook=false to the environment – was
considered. This approach was rejected in favor of the centralized
approach described above as it would require every caller that adds
a shutdown handler to deal with the problem.
Closes gh-37096
3 years ago
Stephane Nicoll
6033e5ad63
Upgrade to Spring Retry 2.0.3
...
Closes gh-37280
3 years ago
Stephane Nicoll
47ebf4e7ab
Upgrade to Jakarta XML Bind 4.0.1
...
Closes gh-37387
3 years ago
Stephane Nicoll
e95fd56d3b
Upgrade to Groovy 4.0.15
...
Closes gh-37386
3 years ago
Stephane Nicoll
f75a8fedf4
Upgrade to Spring Retry 2.0.3
...
Closes gh-37279
3 years ago
Stephane Nicoll
cc3200af72
Upgrade to Jakarta XML Bind 4.0.1
...
Closes gh-37385
3 years ago
Stephane Nicoll
f4d16d19e5
Upgrade to Groovy 4.0.15
...
Closes gh-37384
3 years ago
Andy Wilkinson
a795065555
Polish "Lazily query attributes when copying from base configuration"
...
See gh-37343
3 years ago
Fouad Almalki
7edc9ebc28
Lazily query attributes when copying from base configuration
...
See gh-37343
3 years ago
Moritz Halbritter
fdd9bc732f
Enable RabbitEnvironmentTests
3 years ago
Moritz Halbritter
136a5b4c07
Enable PostgresEnvironmentTests
3 years ago
Moritz Halbritter
496b373fce
Remove unused test
3 years ago
Moritz Halbritter
0f019b0049
Reign in Cassandra memory consumption when running tests
...
The environment variables are the same as the Cassandra Testcontainers
uses.
3 years ago
Moritz Halbritter
13a3e3bdf0
Add TWENTY_ONE to JavaVersion
...
Closes gh-37362
3 years ago
Andy Wilkinson
2ee9bd41b0
Fix moving to Micrometer Tracing snapshots
...
The GitHub repo, and therefore calendar entry, is named "Tracing"
but our name for the library is "Micrometer Tracing". Configuring
a custom calendarName allows snapshot release dates to be detected.
See gh-37212
3 years ago
Stephane Nicoll
e92491e4ca
Upgrade to Reactor Bom 2022.0.11
...
Closes gh-37263
3 years ago
Stephane Nicoll
c6184b4429
Upgrade to Reactor Bom 2022.0.11
...
Closes gh-37256
3 years ago
Stephane Nicoll
5bbd4bba91
Upgrade to Reactor Bom 2020.0.36
...
Closes gh-37246
3 years ago
Stephane Nicoll
8d8eb0e3f6
Upgrade to Neo4j Java Driver 5.12.0
...
Closes gh-37353
3 years ago
Stephane Nicoll
5fe111df66
Upgrade to Neo4j Java Driver 5.12.0
...
Closes gh-37352
3 years ago
Stephane Nicoll
7df79432eb
Polish "Upgrade to Micrometer Tracing 1.0.10"
...
See gh-37345
3 years ago
Stephane Nicoll
2b23bb8923
Start building against Spring Data Bom 2023.0.4 snapshots
...
See gh-37350
3 years ago
Stephane Nicoll
11940f8fec
Start building against Spring Data Bom 2022.0.10 snapshots
...
See gh-37349
3 years ago
Stephane Nicoll
0163570cda
Remove invalid exclusion of Spring Data versions
3 years ago
Stephane Nicoll
4c415efea3
Upgrade to Micrometer Tracing 1.1.5
...
Closes gh-37262
3 years ago
Stephane Nicoll
d720956209
Upgrade to Micrometer 1.11.4
...
Closes gh-37261
3 years ago
Stephane Nicoll
bbefc07752
Upgrade to Micrometer Tracing 1.0.10
...
Closes gh-37345
3 years ago
Stephane Nicoll
a3dff81437
Upgrade to Micrometer 1.10.11
...
Closes gh-37255
3 years ago
Stephane Nicoll
181f0b004b
Upgrade to Micrometer 1.9.15
...
Closes gh-37245
3 years ago