Phillip Webb
699365c593
Start building against Spring LDAP 3.2.12 snapshots
...
See gh-45059
1 year ago
Phillip Webb
55c4e80b32
Start building against Spring GraphQL 1.3.5 snapshots
...
See gh-45058
1 year ago
Phillip Webb
16851121d9
Start building against Spring Framework 6.1.19 snapshots
...
See gh-45057
1 year ago
Phillip Webb
d65e27ebe8
Start building against Spring Data Bom 2024.0.11 snapshots
...
See gh-45056
1 year ago
Phillip Webb
4dee317e95
Start building against Spring Authorization Server 1.3.6 snapshots
...
See gh-45055
1 year ago
Phillip Webb
ee431775a3
Start building against Spring AMQP 3.1.11 snapshots
...
See gh-45054
1 year ago
Phillip Webb
252fcc2df0
Start building against Reactor Bom 2023.0.17 snapshots
...
See gh-45053
1 year ago
Phillip Webb
b54369a8e8
Start building against Micrometer Tracing 1.3.11 snapshots
...
See gh-45052
1 year ago
Phillip Webb
91e77c5eac
Start building against Micrometer 1.13.13 snapshots
...
See gh-45051
1 year ago
Phillip Webb
3726d6e3aa
Align proxies with defaults from Tomcat 10.1.40
...
See gh-45071
1 year ago
Phillip Webb
9dc1e3ed40
Upgrade to Tomcat 10.1.40
...
Closes gh-45071
1 year ago
Phillip Webb
78babb33ff
Upgrade to MariaDB 3.3.4
...
Closes gh-45070
1 year ago
Phillip Webb
f0c2cfc452
Upgrade to Lombok 1.18.38
...
Closes gh-45069
1 year ago
Phillip Webb
28eca39a01
Upgrade to jOOQ 3.19.22
...
Closes gh-45068
1 year ago
Phillip Webb
918a55cf3d
Upgrade to Jetty 12.0.19
...
Closes gh-45067
1 year ago
Phillip Webb
a02748a9b9
Upgrade to Jaybird 5.0.7.java11
...
Closes gh-45066
1 year ago
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
1 year ago
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
1 year ago
Stéphane Nicoll
cfd5e45d57
Remove link
...
See gh-44767
1 year ago
Andy Wilkinson
3580f1aa36
Polish "Add details of the purpose of the metrics endpoint"
...
See gh-44767
1 year ago
Jonatan Ivanov
23c3c2753a
Add details of the purpose of the metrics endpoint
...
See gh-44767
1 year ago
Phillip Webb
c6e74955a7
Update copyright year of changed files
1 year ago
Phillip Webb
4af0ee20d1
Work around Spring Framework cache pollution bug
...
Update `SpringApplication` to work around `SpringFactoriesLoader`
cache pollution by loading factories using a `null` class loader.
See https://github.com/spring-projects/spring-framework/pull/34732
for details.
1 year ago
Phillip Webb
92a8d4181a
Merge pull request #45011 from nosan
...
* pr/45011:
Polish 'Handle generics with identical names in different positions'
Handle generics with identical names in different positions
Closes gh-45011
1 year ago
Phillip Webb
46b14de6e9
Polish 'Handle generics with identical names in different positions'
...
See gh-45011
1 year ago
Dmytro Nosan
e24fd50615
Handle generics with identical names in different positions
...
Update `TypeUtils` to handle generics with identical names in different
positions.
See gh-45011
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 year ago
Phillip Webb
8dd0c91fe5
Merge pull request #45036 from izeye
...
* pr/45036:
Polish
Closes gh-45036
1 year ago
Johnny Lim
0dc0240c06
Polish
...
Signed-off-by: Johnny Lim <izeye@naver.com>
See gh-45036
1 year ago
Moritz Halbritter
2d3ccda335
Merge pull request #45032 from nevenc
...
* pr/45032:
Escape the asterisk in spring-application.adoc
Closes gh-45032
1 year ago
Neven C
f13dc345cf
Escape the asterisk in spring-application.adoc
...
See gh-45032
Signed-off-by: Neven C <neven.cvetkovic@gmail.com>
1 year ago
Phillip Webb
5d1e488344
Polish
1 year ago
Moritz Halbritter
3cb1dac453
Merge pull request #45020 from quaff
...
* pr/45020:
Polish AutoConfigurationMetadataLoader
Closes gh-45020
1 year ago
Yanming Zhou
89fb48691a
Polish AutoConfigurationMetadataLoader
...
Align to other final classes, the protected modifier is meaningless.
See gh-45020
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
1 year ago
Andy Wilkinson
3e9dddb42c
Allow data source class name to be specified when using Hikari
...
Closes gh-44938
1 year ago
Andy Wilkinson
e9fff8150d
Avoid triggering NPE in Hikari with null driverClassName
...
Previously, the post-processing of HikariDataSource to apply custom
connection details would trigger an NPE in Hikari if those details
supplied a null driverClassName.
This commit avoids the problem by only setting the driverClassName
when it is non-null.
Closes gh-44997
1 year ago
Andy Wilkinson
cae3a92ead
Fix NPE with Hikari when DatabaseDriver has null driverClassName
...
Fixes gh-44994
1 year ago
Phillip Webb
88e8c17369
Update copyright year of changed files
1 year ago
Phillip Webb
f2d367a130
Update 'for removal in' comments since 3.5 will be the last 3.x release
...
Closes gh-44959
1 year ago
Andy Wilkinson
47ace6d49a
Merge pull request #44951 from ali-jalaal
...
* gh-44951:
Add reference to Styra (OPA) Spring Boot SDK
Closes gh-44951
1 year ago
ali-jalaal
48909a432f
Add reference to Styra (OPA) Spring Boot SDK
...
See gh-44951
Signed-off-by: ali-jalaal <4487124+ali-jalaal@users.noreply.github.com>
1 year ago
Andy Wilkinson
d36876752f
Merge pull request #44942 from nosan
...
* gh-44942:
Fix CassandraRepositoriesAutoConfigurationTests
Closes gh-44942
1 year ago
Dmytro Nosan
a55f5f0aac
Fix CassandraRepositoriesAutoConfigurationTests
...
Update CassandraRepositoriesAutoConfigurationTests to use the correct
'spring.data.cassandra.repositories.type' property.
See gh-44942
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 year ago
Andy Wilkinson
f2f0b0cbcf
Merge pull request #44949 from izeye
...
* gh-44949:
Polish
Closes gh-44949
1 year ago
Johnny Lim
f3d2ab824e
Polish
...
See gh-44949
Signed-off-by: Johnny Lim <izeye@naver.com>
1 year ago
Andy Wilkinson
a8381e7cbd
Ensure that only spring-core's ReflectionUtils is used
...
Closes gh-44837
1 year ago
Andy Wilkinson
d07cc59907
Polish security documentation
...
This commit updates the WebFlux security documentation, primarily to
link to reactive types rather than their Servlet-based equivalents.
It also attempts to clarify when a user details service is
auto-configured.
Closes gh-44955
1 year ago
Moritz Halbritter
b381fb1c39
Merge pull request #44957 from dependabot[bot]
...
* pr/44957:
Polish "Bump gradle/actions from 4.3.0 to 4.3.1"
Bump gradle/actions from 4.3.0 to 4.3.1
Closes gh-44957
1 year ago
Moritz Halbritter
4686dafabf
Polish "Bump gradle/actions from 4.3.0 to 4.3.1"
...
See gh-44957
1 year ago
dependabot[bot]
ccc36098f2
Bump gradle/actions from 4.3.0 to 4.3.1
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](94baf225fe...06832c7b30 )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-44957
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Andy Wilkinson
6ad48639c2
Back port 246c4a2 to 3.3.x
...
The changes do not apply cleanly when cherry-picked so they
have been redone manually.
Closes gh-44941
1 year ago