Madhura Bhave
0c2e71cd08
Prevent early initialization of factory beans in text context customizers
...
Until Spring Framework 5.1.15, a FactoryBean with a non-default constructor
defined via component scanning would cause an error. This behavior has changed
as of https://github.com/spring-projects/spring-framework/issues/22409 .
Regardless of this change we want to ensure that we avoid triggering eager
initialisation. `SimpleFactoryBean` has been written this way so that the tests
fail if early initialization is triggered regardless of the Spring Framework version.
Fixes gh-15898
6 years ago
Stephane Nicoll
274e9ede81
Set up CI for JDK 12
...
Closes gh-16212
6 years ago
Stephane Nicoll
567a82f4ba
Update multi release test jar to include Java 12
...
See gh-16212
6 years ago
Stephane Nicoll
bd2cc6f48b
Add missing condition on LogFile endpoint
...
See gh-16298
6 years ago
Stephane Nicoll
0bd2e40da0
Merge pull request #16294 from dreis2211
...
* pr/16294:
Test against Gradle 5.3
6 years ago
dreis2211
c2335e130c
Test against Gradle 5.3
...
Closes gh-16294
6 years ago
Madhura Bhave
1ad52b651a
Document using the same port for the management server on CF
...
Closes gh-15640
6 years ago
Madhura Bhave
10f0bcf992
Merge branch '2.0.x' into 2.1.x
6 years ago
Madhura Bhave
3e82e7aa7e
Publish release notes after central sync for releases
...
Closes gh-15713
6 years ago
Madhura Bhave
0a54fb73fa
Remove redundant include from WebFluxTypeExcludeFilter
...
For webflux, security configuration is configured via a bean of type
`SecurityWebFilterChain` and not `ServerHttpSecurity`. We would have changed
the include to be `SecurityWebFilterChain` but the filter only applies to
beans registered via component scanning and not those registered in
`@Configuration` classes, making the includes redundant.
See gh-16088
6 years ago
Madhura Bhave
6bd6279eff
Document slice test behavior with @Configuration classes
...
Closes gh-16274
6 years ago
Andy Wilkinson
10e726ead2
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
5f4fa9d52a
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
91726f3162
Update the samples to use Spring Java Format 0.0.7
6 years ago
Andy Wilkinson
ce145a833c
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
70d883a8ee
Correct the location to which Java 8 is extracted
...
Closes gh-15813
6 years ago
Andy Wilkinson
e23f72c8b0
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
4b6bddd476
Merge branch '1.4.x' into 1.5.x
6 years ago
Stephane Nicoll
82c434d581
Upgrade to Solr 7.7.1
...
Closes gh-16273
6 years ago
Andy Wilkinson
6920c39349
Merge branch '1.3.x' into 1.4.x
6 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
6 years ago
Stephane Nicoll
34f1674f83
Merge pull request #16269 from izeye
...
* pr/16269:
Use the latest DTD declaration for Checkstyle
6 years ago
Johnny Lim
62cd4a1344
Use the latest DTD declaration for Checkstyle
...
Closes gh-16269
6 years ago
Madhura Bhave
0c52c3fc55
Clarify ambiguous documentation in default security section
...
Closes gh-16033
6 years ago
Madhura Bhave
4a230fdec9
Document AssertJ's satisfies with extractingJsonPathNumberValue
...
Closes gh-16229
6 years ago
Andy Wilkinson
c8ec621125
Merge pull request #16247 from Spring Operator
...
* gh-16247:
Update build and setup configuration to use HTTPS
Closes gh-16247
6 years ago
Spring Operator
b32c0080c3
Update build and setup configuration to use HTTPS
...
See gh-16247
6 years ago
Andy Wilkinson
a36aa67b52
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
b1391a795e
Merge pull request #16246 from Spring Operator
...
* gh-16246:
Polish "Update build and setup configuration to use HTTPS"
Update build and setup configuration to use HTTPS
Closes gh-16246
6 years ago
Andy Wilkinson
2c2fa9e821
Polish "Update build and setup configuration to use HTTPS"
...
See gh-16246
6 years ago
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
6 years ago
Andy Wilkinson
63284e0456
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
d8f8ae86c8
Merge pull request #16245 from Spring Operator
...
* gh-16245:
Polish "Update build and setup configuration to use HTTPS"
Update build and setup configuration to use HTTPS
Closes gh-16245
6 years ago
Andy Wilkinson
c2002e7160
Polish "Update build and setup configuration to use HTTPS"
...
See gh-16245
6 years ago
Spring Operator
991ba550d3
Update build and setup configuration to use HTTPS
...
See gh-16245
6 years ago
Andy Wilkinson
6f87975f84
Merge branch '1.4.x' into 1.5.x
6 years ago
Andy Wilkinson
6636a23930
Merge pull request #16244 from Spring Operator
...
* gh-16244:
Polish "Update build and setup configuration to use HTTPS"
Update build and setup configuration to use HTTPS
Closes gh-16244
6 years ago
Andy Wilkinson
04434676c3
Polish "Update build and setup configuration to use HTTPS"
...
See gh-16244
6 years ago
Spring Operator
e2837843e1
Update build and setup configuration to use HTTPS
...
See gh-16244
6 years ago
Andy Wilkinson
a662563c28
Merge branch '1.3.x' into 1.4.x
6 years ago
Andy Wilkinson
526d91dbce
Merge pull request #16243 from Spring Operator
...
* gh-16243:
Polish "Update build and setup configuration to use HTTPS"
Update build and setup configuration to use HTTPS
Closes gh-16243
6 years ago
Andy Wilkinson
122b2a1b0b
Polish "Update build and setup configuration to use HTTPS"
...
See gh-16243
6 years ago
Spring Operator
7c314122f7
Update build and setup configuration to use HTTPS
...
See gh-16243
6 years ago
Andy Wilkinson
716b4e8acf
Test the Gradle plugin against Gradle 5.3-rc-3
...
Closes gh-16211
6 years ago
Madhura Bhave
85a476fa32
Merge pull request #15982 from nosan
...
* pr/15982:
Polish "Fix request factory used with withBasicAuth"
Fix request factory used with TestRestTemplate withBasicAuth
6 years ago
Madhura Bhave
7ea8770524
Polish "Fix request factory used with withBasicAuth"
...
Fixes gh-15982
6 years ago
Dmytro Nosan
756bd890eb
Fix request factory used with TestRestTemplate withBasicAuth
...
This commit updates the behavior of withBasicAuth on TestRestTemplate
by trying to use the same request factory type as the underlying restTemplate.
If creation of a new instance of the configured request factory class fails,
it falls back to the `ClientHttpRequestFactorySupplier`.
See gh-15982
6 years ago
Madhura Bhave
988ba3ff78
Fix author tag
6 years ago
Stephane Nicoll
24d478d037
Merge pull request #16099 from mhewedy
...
* pr/16099:
Polish "Order the search locations in javadoc by precedence order"
Order the search locations in javadoc by precedence order
6 years ago