Andy Wilkinson
6548ca4c11
Implement equals and hashCode in TestTypeExcludeFilter
...
Fixes gh-23978
4 years ago
Andy Wilkinson
07d92373df
Merge pull request #24011 from dsyer
...
* gh-24011:
Polish "Align MustacheViewResolver with other similar resolvers"
Align MustacheViewResolver with other similar resolvers
Closes gh-24011
4 years ago
Andy Wilkinson
c722692a8b
Polish "Align MustacheViewResolver with other similar resolvers"
...
See gh-24011
4 years ago
Dave Syer
22693c17f3
Align MustacheViewResolver with other similar resolvers
...
The `FreeMarkerViewResolver` (and other template-based resolvers) in
Spring Framework avoid using reflection if they know how to
instantiate the view class. This change aligns with them.
See gh-24011
4 years ago
Andy Wilkinson
699f03d5a6
Merge branch '2.3.x'
...
Closes gh-24010
4 years ago
Andy Wilkinson
2dce4aa42b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24009
4 years ago
Andy Wilkinson
30a0ccab02
Remove use of `@PostConstruct` from main code
...
When running on Java 11 (where `@PostConstruct` is no longer part of
the JRE) and without a dependency on jakarta-annotation-api,
`@PostContruct` annotions are silently dropped. This leads to obscure and
hard-to-track down changes in the behaviour of our auto-configuration
as the `@PostConstruct`-annotated methods are not invoked.
To allow users to run on Java 11 without having jakarta-annotation-api
on the classpath, this commit removes use of `@PostConstruct` from main
code. A Checkstyle rule has also been added to prevent its usage in
main code from being reintroduced.
Closes gh-23723
4 years ago
Andy Wilkinson
c93d91175d
Merge branch '2.3.x'
...
Closes gh-24007
4 years ago
Andy Wilkinson
2513071b1f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24006
4 years ago
Andy Wilkinson
622606d85a
Make it clearer that only the main DataSource bean may be replaced
...
Closes gh-23808
4 years ago
Andy Wilkinson
c76b246463
Merge branch '2.3.x'
...
Closes gh-24005
4 years ago
Andy Wilkinson
b846143c37
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24004
4 years ago
Andy Wilkinson
d32d65b02c
Add tip about providing as much typo info as possible in @Bean methods
...
Closes gh-22925
4 years ago
Andy Wilkinson
b50f8359b5
Merge branch '2.3.x'
...
Closes gh-24003
4 years ago
Andy Wilkinson
e820400748
Polish manifests of source and javadoc jars
...
Previously, the main jar file and the source and javadoc jar files all
had the same changes applied to their manifests.
The commit changes the Implementation-Title of source and javadoc jars
so that the title indicates that's what they are. Rather than using
the project's description as the title (as is done for the main jar),
the titles for source and javadoc jars will now be "Source for
${project.name}" and "Javadoc for ${project.name}" respectively.
Closes gh-23974
4 years ago
Andy Wilkinson
dbb954734e
Correct replacement for stale-while-revalidate config property
...
Fixes gh-23980
4 years ago
Andy Wilkinson
8004a821f2
Fix nested test config discovery for sliced tests
...
Fixes gh-23984
4 years ago
Andy Wilkinson
43b0e2f25c
Work around Micrometer JvmGcMetrics introspection failure
...
Closes gh-23998
4 years ago
Andy Wilkinson
4a47ed97b8
Merge branch '2.3.x'
...
Closes gh-23997
4 years ago
Andy Wilkinson
8294083c99
Make deployment integration tests run when war changes
...
Closes gh-23996
4 years ago
Stephane Nicoll
b67d746840
Fix metadata for deprecated logging.file properties
...
See gh-23609
Closes gh-23995
4 years ago
Stephane Nicoll
62f26ee36f
Remove code that's no longer used
...
Closes gh-23993
4 years ago
Stephane Nicoll
339b21cee7
Merge branch '2.3.x'
...
Closes gh-23992
4 years ago
Stephane Nicoll
1e9c9b9d73
Add missing default values in configuration properties metadata
...
Closes gh-23991
4 years ago
Phillip Webb
fb59432cf5
Use Graal friendly logging factory implementations
...
Update `LoggingSystemFactory` class present checks to use a static
final field so that they work better with Graal.
Closes gh-23985
4 years ago
Phillip Webb
298880c260
Polish formatting
4 years ago
Stephane Nicoll
b547a53bc3
Merge pull request #23986 from izeye
...
* pr/23986:
Polish
Closes gh-23986
4 years ago
izeye
9c35cd41ad
Polish
...
See gh-23986
4 years ago
Phillip Webb
f3134600c0
Merge branch '2.3.x'
4 years ago
Phillip Webb
d87c437862
Fix release script distribution check
...
Update `BintrayService.isDistributionComplete` to use unpublished
artifacts.
4 years ago
Scott Frederick
f080bb6c25
Fix test that depended on snapshot version
...
A test case would fail to accurately capture the contents
of the layers.idx file unless the test project contained
at least one non-project snapshot dependency, which was only
true when the Spring Boot version was a snapshot.
See gh-23463
4 years ago
Stephane Nicoll
d951f28e16
Upgrade to Micrometer 1.6.0
...
Closes gh-23525
4 years ago
Stephane Nicoll
b230b41e07
Merge branch '2.3.x'
4 years ago
Spring Buildmaster
a2d87678df
Next development version (v2.3.6.BUILD-SNAPSHOT)
4 years ago
Andy Wilkinson
1d4a45cf8a
Add dependency management for jOOQ's new jooq-kotlin module
...
Closes gh-23964
4 years ago
Phillip Webb
fe28ad88db
Merge branch '2.3.x'
4 years ago
Phillip Webb
33d66b7f82
Fix to spring-doc-resources version
...
See gh-23824
4 years ago
Andy Wilkinson
c22e655848
Move spring.resources.* properties to spring.web.resources.*
...
Closes gh-23917
4 years ago
Phillip Webb
929d8fcd3c
Update copyright year of changed files
4 years ago
Phillip Webb
a41ff4dfab
Merge branch '2.3.x'
4 years ago
Phillip Webb
b0c2687aa9
Update copyright year of changed files
4 years ago
Phillip Webb
98dbfd572f
Merge branch '2.3.x'
...
Closes gh-23971
4 years ago
Phillip Webb
2992f40222
Upgrade to spring-doc-resources 0.2.3.RELEASE
...
Closes gh-23824
4 years ago
Andy Wilkinson
5642dc6d13
Merge branch '2.3.x'
...
Closes gh-23970
4 years ago
Andy Wilkinson
70d9602b3f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23969
4 years ago
Andy Wilkinson
e7eb7739dc
Use overriding rather than overridden getter methods in config prop AP
...
Fixes gh-23966
4 years ago
Stephane Nicoll
f0558bb048
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
eb77a20ea1
Merge branch '2.2.x' into 2.3.x
4 years ago
Spring Buildmaster
79a833539b
Next development version (v2.2.12.BUILD-SNAPSHOT)
4 years ago
Andy Wilkinson
a8705d19e5
Upgrade to Flyway 7.1.1
...
Closes gh-23932
4 years ago