Commit Graph

30522 Commits (20b7016a924ac98ca3c2f83f95fe3f565c35d03d)
 

Author SHA1 Message Date
Madhura Bhave ceff47afba Fix ordering of properties and yaml files
Fixes gh-24719
4 years ago
Stephane Nicoll 44c5b08c44 Merge branch '2.4.x' 4 years ago
Stephane Nicoll 9a48423a1d Upgrade to Spring Data 2020.0.3
Closes gh-24700
4 years ago
Stephane Nicoll dc153fbf6a Merge branch '2.4.x' 4 years ago
Stephane Nicoll e01fdf91bd Upgrade to Spring HATEOAS 1.2.3
Closes gh-24803
4 years ago
Stephane Nicoll f9e59abe8b Upgrade to Lettuce 6.0.2.RELEASE
Closes gh-24802
4 years ago
Stephane Nicoll beec43cda5 Upgrade to Micrometer 1.6.3
Closes gh-24786
4 years ago
Stephane Nicoll fc629a001e Merge branch '2.3.x' into 2.4.x 4 years ago
Stephane Nicoll 6d5d8cbc2c Upgrade to Lettuce 5.3.6.RELEASE
Closes gh-24801
4 years ago
Stephane Nicoll 6b353aee8d Upgrade to Micrometer 1.5.10
Closes gh-24785
4 years ago
Andy Wilkinson f2ebf10a4a Merge branch '2.4.x'
Closes gh-24800
4 years ago
Andy Wilkinson a95a7e3d40 Allow restart to be enabled when CL not named AppClassLoader
Previously, the restart initializer that enables restart when
-Dspring.devtools.restart.enabled=true is set had no effect when the
ClassLoader's name did not contain AppClassLoader. This commit updates
RestartApplicationListener to use the correct RestartInitializer when
the system property has forcibly enabled restart.

When restart is enabled a SilentExitException is thrown and it should be
caught and handled by the SilentExitExceptionHandler. When the
application is invoked via one of the loader's LauncherClasses
reflection is used and this exception becomes wrapped in an
InvocationTargetEception. Previously, this wrapping prevented
SilentExitExceptionHandler from handling the exception. This commit
updates the handler to look for an InvocationTargetException with a
SilentExitException target in addition to continuing to look for a
SilentExitException directly.

Fixes gh-24797
4 years ago
Phillip Webb 304c49d73f Merge branch '2.4.x'
Closes gh-24795
4 years ago
Phillip Webb 26f143b8d3 Support @Name annotation on /actuator/configprops
Update `ConfigurationPropertiesReportEndpoint` so that supports
constructor parameters annotated with `@Name`.

Fixes gh-24713
4 years ago
Phillip Webb 635c087694 Merge branch '2.4.x' 4 years ago
Phillip Webb 6c2ff56fba Fix tests to also work in IDE 4 years ago
Scott Frederick 9925c4ccd2 Merge branch '2.4.x'
Closes gh-24794
4 years ago
Scott Frederick a9e711e503 Enforce builder and run images in the same registry
Previously, when an authenticated Docker builder registry was
configured in the Maven or Gradle plugin and the builder and run
images specified different registries, the authentication credentials
would be sent to both registries. This could cause confusion if both
registries don't recognize the same credentials. This commit enforces
that both images are in the same registry when authentication
is configured.

Fixes gh-24552
4 years ago
Phillip Webb 4cc1467aba Merge branch '2.4.x' 4 years ago
Phillip Webb a6a7c06e55 Merge branch '2.3.x' into 2.4.x 4 years ago
Phillip Webb 9da0bd8523 Update copyright year of changed files 4 years ago
Phillip Webb 48e00fc7f4 Merge branch '2.4.x'
Closes gh-24793
4 years ago
Phillip Webb b6cb9c016f Detect bad properties in profile specific files
Throw an `InvalidConfigDataPropertyException` if bad properties are
detected in profile specific files. The following properties will now
trigger an exception if used in a profile specific file:

	`spring.profiles.include`
	`spring.profiles.active`
	`spring.profiles.default`
	`spring.config.activate.on-profile`
	`spring.profiles`

Prior to this commit, profile based properties in a profile specific
file would be silently ignored, making them hard to find.

Fixes gh-24733
4 years ago
Madhura Bhave 5d8b760996 Merge branch '2.4.x' 4 years ago
Madhura Bhave 5ed2b11e34 Fix typo 4 years ago
Andy Wilkinson 7527ac16ba Merge branch '2.4.x' 4 years ago
Andy Wilkinson 1cc9bd93ba Merge branch '2.3.x' into 2.4.x 4 years ago
Andy Wilkinson f650bc6281 Merge branch '2.2.x' into 2.3.x 4 years ago
Andy Wilkinson 434b8a7b9d Merge pull request #24789 from runningcode
* gh-24789:
  Polish "Upgrade to Gradle Enterprise Maven Extension 1.8.1"
  Upgrade to Gradle Enterprise Maven Extension 1.8.1

Closes gh-24789
4 years ago
Andy Wilkinson d6a43ec22b Polish "Upgrade to Gradle Enterprise Maven Extension 1.8.1"
See gh-24789
4 years ago
Nelson Osacky 479f71f2b2 Upgrade to Gradle Enterprise Maven Extension 1.8.1
See gh-24789
4 years ago
Andy Wilkinson 31fe24c451 Merge branch '2.4.x'
Closes gh-24791
4 years ago
Andy Wilkinson 5cae1a2842 Merge branch '2.3.x' into 2.4.x
Closes gh-24790
4 years ago
Andy Wilkinson 7b1d07fa98 Use SpringSessionDataSource-annotated DataSource when one is available
Fixes gh-24624
4 years ago
Andy Wilkinson c1d169b53b Merge branch '2.4.x'
Closes gh-24788
4 years ago
Andy Wilkinson afa9ccba71 Merge branch '2.3.x' into 2.4.x
Closes gh-24787
4 years ago
Andy Wilkinson 22ff229d80 Merge pull request #24767 from runningcode
* gh-24767:
  Upgrade to Gradle Enterprise Gradle Plugin 3.5.1

Closes gh-24767
4 years ago
Nelson Osacky 74ffc3e0fa Upgrade to Gradle Enterprise Gradle Plugin 3.5.1
See gh-24767
4 years ago
Andy Wilkinson 067f5a52cc Merge branch '2.4.x'
Closes gh-24784
4 years ago
Andy Wilkinson 139152ccce Merge branch '2.3.x' into 2.4.x
Closes gh-24783
4 years ago
Andy Wilkinson 5a02996eca Fix release train version's comparison with other version types
Fixes gh-24782
4 years ago
Stephane Nicoll 68f0304833 Merge branch '2.4.x' 4 years ago
Stephane Nicoll a5dbe3091b Merge branch '2.3.x' into 2.4.x 4 years ago
Stephane Nicoll c5d4ca933b Upgrade to Reactor Dysprosium-SR16
Closes gh-24765
4 years ago
Stephane Nicoll 09d417fe74 Merge branch '2.2.x' into 2.3.x 4 years ago
Stephane Nicoll a0c5e35e04 Upgrade to Reactor Dysprosium-SR16
Closes gh-24766
4 years ago
Stephane Nicoll 60fa1b4754 Upgrade to Thymeleaf 3.0.12.RELEASE
Closes gh-24781
4 years ago
Stephane Nicoll 9c6133b090 Upgrade to Neo4j Ogm 3.2.19
Closes gh-24780
4 years ago
Stephane Nicoll 843577993c Upgrade to Hibernate Validator 6.0.22.Final
Closes gh-24779
4 years ago
Stephane Nicoll 6bbcdf4860 Upgrade to Hibernate 5.4.27.Final
Closes gh-24778
4 years ago