Phillip Webb
4df87f6224
Upgrade to Hibernate 6.2.17.Final
...
Closes gh-38887
2 years ago
Phillip Webb
b00d5fabe8
Auto-configure Hibernate JPA before DataSource TransactionManager
...
Fixes gh-38861
2 years ago
Phillip Webb
513448e061
Merge pull request #38823 from meiyese
...
* pr/38823:
Fix typo in endpoint documentation
Closes gh-38823
2 years ago
meiyese
4370c6e850
Fix typo in endpoint documentation
...
See gh-38823
2 years ago
Phillip Webb
94df3c94e1
Merge pull request #38740 from quaff
...
* pr/38740:
Ban call of URLEncoder.encode/URLDecoder.decode(String,String)
Closes gh-38740
2 years ago
Yanming Zhou
8cb8999772
Ban call of URLEncoder.encode/URLDecoder.decode(String,String)
...
Add ArchUnit rules to ban the use of `URLEncoder` calls with String
charsets and use `Charset` calls instead.
See gh-38740
2 years ago
Phillip Webb
ae79a7c00f
Merge pull request #38739 from quaff
...
* pr/38739:
Remove unnecessary `toString()` calls
Remove unnecessary `extends Object` from generic
Remove unnecessary `final` modifiers
Remove unnecessary `static` modifiers
Use `.isEmpty()` where feasible
Closes gh-38739
2 years ago
Yanming Zhou
8599e5a986
Remove unnecessary `toString()` calls
...
See gh-38739
2 years ago
Yanming Zhou
b6e87cee35
Remove unnecessary `extends Object` from generic
...
See gh-38739
2 years ago
Yanming Zhou
84f7c2dba9
Remove unnecessary `final` modifiers
...
See gh-38739
2 years ago
Yanming Zhou
d3a51e56b7
Remove unnecessary `static` modifiers
...
See gh-38739
2 years ago
Yanming Zhou
ac18e3015c
Use `.isEmpty()` where feasible
...
See gh-38739
2 years ago
Brian Clozel
d3af5cce73
Upgrade to Spring Session 3.1.4
...
Closes gh-38683
2 years ago
Brian Clozel
cb019e2957
Upgrade to Spring Authorization Server 1.1.4
...
Closes gh-38678
2 years ago
Brian Clozel
450a0ce8c7
Upgrade to Spring Security 6.1.6
...
Closes gh-38682
2 years ago
Brian Clozel
0fa8a27e4a
Upgrade to Spring LDAP 3.1.3
...
Closes gh-38681
2 years ago
Brian Clozel
29016ef3d2
Fix authorization server smoke test
...
Change from spring-projects/spring-authorization-server#1468
See gh-38678
2 years ago
Phillip Webb
13fb450563
Don't call runners in parent ApplicationContext
...
Update `SpringApplication` so that `ApplicationRunner` and
`CommandLineRunner` beans are not considered from the parent
`ApplicationContext`.
The restores the behavior that applied before commit 7d6532cac4
whilst still retaining the correct run order.
Fixes gh-38647
2 years ago
Brian Clozel
e63be1bf73
Upgrade to Spring Retry 2.0.5
...
Closes gh-38834
2 years ago
Brian Clozel
e8546545a7
Upgrade to Spring Data Bom 2023.0.7
...
Closes gh-38679
2 years ago
Andy Wilkinson
85cfa4798c
Close jar to allow it to be cleaned up after test execution
...
See gh-38766
2 years ago
Andy Wilkinson
1d64976876
Upgrade to Netty 4.1.102.Final
...
Closes gh-38795
2 years ago
Andy Wilkinson
aa1de9cee2
Upgrade to UnboundID LDAPSDK 6.0.11
...
Closes gh-38793
2 years ago
Andy Wilkinson
1bd4ce9cb8
Upgrade to Tomcat 10.1.17
...
Closes gh-38792
2 years ago
Andy Wilkinson
9c9a82163f
Upgrade to Spring Framework 6.0.15
...
Closes gh-38680
2 years ago
Andy Wilkinson
cf9538cbcc
Upgrade to R2DBC Proxy 1.1.3.RELEASE
...
Closes gh-38791
2 years ago
Andy Wilkinson
b30bec1156
Upgrade to R2DBC Postgresql 1.0.3.RELEASE
...
Closes gh-38790
2 years ago
Andy Wilkinson
bef2dabc27
Upgrade to Logback 1.4.14
...
Closes gh-38788
2 years ago
Andy Wilkinson
5199977e03
Upgrade to Jersey 3.1.5
...
Closes gh-38787
2 years ago
Andy Wilkinson
7129b61856
Upgrade to Jaybird 5.0.3.java11
...
Closes gh-38786
2 years ago
Andy Wilkinson
16cca99d1f
Upgrade to Janino 3.1.11
...
Closes gh-38785
2 years ago
Andy Wilkinson
ec81c6650c
Upgrade to HttpCore5 5.2.4
...
Closes gh-38784
2 years ago
Andy Wilkinson
0622f6f80e
Upgrade to HttpClient5 5.2.3
...
Closes gh-38783
2 years ago
Andy Wilkinson
6bd8c295e0
Upgrade to Hibernate 6.2.15.Final
...
Closes gh-38782
2 years ago
Andy Wilkinson
75643866d8
Upgrade to Groovy 4.0.16
...
Closes gh-38781
2 years ago
Andy Wilkinson
3b9a05713d
Upgrade to Dropwizard Metrics 4.2.23
...
Closes gh-38780
2 years ago
Andy Wilkinson
7319d55b23
Upgrade to AspectJ 1.9.21
...
Closes gh-38779
2 years ago
Andy Wilkinson
54fb25d931
Prohibit upgrade to Netty 4.1.103.Final
...
Closes gh-38789
2 years ago
Moritz Halbritter
5a385a40e9
Fix typo
2 years ago
Andy Wilkinson
8d5175b68d
Upgrade to Reactor Bom 2022.0.14
...
Closes gh-38677
2 years ago
Andy Wilkinson
c3e3245bb3
Upgrade to Micrometer Tracing 1.1.8
...
Closes gh-38676
2 years ago
Andy Wilkinson
5f51083005
Upgrade to Micrometer 1.11.7
...
Closes gh-38675
2 years ago
Phillip Webb
da31137596
Ensure that StaticResourceJars does not close cached jars
...
Update `StaticResourceJars` so that jars obtained via a
`JarURLConnection` are only closed when caches are not being used.
Fixes gh-38766
2 years ago
Moritz Halbritter
82bc9a6280
Polish
2 years ago
Moritz Halbritter
d1badfe63a
Document minimum supported Docker Compose version
...
Closes gh-38760
2 years ago
Scott Frederick
823054f543
Allow native spring-boot-image-tests to run without an existing snapshot
...
Closes gh-38757
2 years ago
Moritz Halbritter
b8021dbc65
Exclude Rabbit Stream when testing RabbitAutoConfiguration
...
The stream auto-configuration is tested in RabbitStreamConfigurationTests,
and excluding it prevents the creation of the "rabbitStreamEnvironment"
Environment bean, which delays the application context close by 1 second
because it has to wait for some Netty resources to gracefully shut down.
Closes gh-38750
2 years ago
Moritz Halbritter
af8e6a422a
Merge pull request #38702 from quaff
...
* pr/38702:
Use idiomatic AssertJ assertions
Closes gh-38702
2 years ago
Yanming Zhou
3c65fdfa12
Use idiomatic AssertJ assertions
...
See gh-38702
2 years ago
Phillip Webb
39bc7c8582
Support getPermissions() call on Gradle 8.6-milestone-1
...
The `getPermissions` method is now part of the private
`ParentDirectoryStub` class so we now need to call
`setAccessible(true)`.
Fixes gh-38718
2 years ago