Commit Graph

835 Commits

Author SHA1 Message Date
spring-builds
e35eb0342d Update SNAPSHOT to 4.1.5 2024-11-26 13:05:50 +00:00
spring-builds
9d9671455c Going back to snapshots 2024-11-26 12:28:11 +00:00
spring-builds
2bef699308 Update SNAPSHOT to 4.1.5 2024-11-26 12:26:12 +00:00
spring-builds
fc6b18bbc6 Bumping versions to 4.1.6-SNAPSHOT after release 2024-11-26 11:21:56 +00:00
spring-builds
ed2622d579 Going back to snapshots 2024-11-26 11:21:54 +00:00
spring-builds
53f7267b79 Update SNAPSHOT to 4.1.5 2024-11-26 11:20:19 +00:00
spring-builds
3c47767d51 Bumping versions 2024-11-26 11:03:12 +00:00
spring-builds
ce46f05b3d Going back to snapshots 2024-11-26 08:30:53 +00:00
spring-builds
481a1ab1cd Update SNAPSHOT to 4.1.5 2024-11-26 08:29:15 +00:00
spring-builds
e4d54d647d Bumping versions to 4.1.6-SNAPSHOT after release 2024-11-26 03:18:24 +00:00
spring-builds
57ef55bfd9 Going back to snapshots 2024-11-26 03:18:23 +00:00
spring-builds
51f7c477cf Update SNAPSHOT to 4.1.5 2024-11-26 03:16:57 +00:00
buildmaster
ba9605b36f Bumping versions 2024-07-23 03:55:25 +00:00
buildmaster
e7f6514ae7 Bumping versions to 4.1.5-SNAPSHOT after release 2024-07-10 16:27:27 +00:00
buildmaster
8d02511bb9 Going back to snapshots 2024-07-10 16:27:27 +00:00
buildmaster
ab878e2056 Update SNAPSHOT to 4.1.4 2024-07-10 16:25:48 +00:00
erabii
04e746da46 fix issue (#1357) 2024-06-13 14:48:52 -04:00
JAY
295b016aac Using defined constants (#1356) 2024-06-13 13:28:51 -04:00
buildmaster
d6e5564e6f Bumping versions to 4.1.4-SNAPSHOT after release 2024-05-30 11:00:09 +00:00
buildmaster
20e1066257 Going back to snapshots 2024-05-30 11:00:08 +00:00
buildmaster
125537e4b3 Update SNAPSHOT to 4.1.3 2024-05-30 10:58:00 +00:00
Olga Maciaszek-Sharma
e6ad2033f5 Allow getting annotated bean instance with NamedContextFactory. (#1352) 2024-04-22 15:04:16 +02:00
Ryan Baxter
77d221da04 Add the ability for FailsafeTextEncryptor to have a delegate. (#1349)
Related to https://github.com/spring-cloud/spring-cloud-config/issues/2330

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2024-04-05 16:04:04 -04:00
buildmaster
762761f41f Bumping versions to 4.1.3-SNAPSHOT after release 2024-03-27 13:25:04 +00:00
buildmaster
445f78aab7 Going back to snapshots 2024-03-27 13:25:04 +00:00
buildmaster
bc3245c3b5 Update SNAPSHOT to 4.1.2 2024-03-27 13:22:52 +00:00
erabii
b5abbf6b55 fix (#1338) 2024-02-19 15:10:25 -05:00
Olga Maciaszek-Sharma
b1e8d6a08c Fix the order in which the postprocessors run. (#1333) 2024-02-08 14:35:20 +01:00
Olga MaciaszekSharma
d890d6d4a1 Upgrade project version to 4.1.2-SNAPSHOT. 2024-01-30 17:27:10 +01:00
buildmaster
21cff8f358 Bumping versions 2024-01-24 03:54:02 +00:00
buildmaster
59ac9fea57 Bumping versions to 4.1.2-SNAPSHOT after release 2024-01-23 09:55:08 +00:00
buildmaster
922a4e37da Going back to snapshots 2024-01-23 09:55:08 +00:00
buildmaster
c60f7d514d Update SNAPSHOT to 4.1.1 2024-01-23 09:51:43 +00:00
buildmaster
2c64e02823 Bumping versions to 4.1.1-SNAPSHOT after release 2023-12-06 15:24:11 +00:00
buildmaster
e8144e594e Going back to snapshots 2023-12-06 15:24:10 +00:00
buildmaster
4f93fee4a2 Update SNAPSHOT to 4.1.0 2023-12-06 15:21:45 +00:00
Johnny Lim
9b8929c394 Use dedicated file for RsaSecretEncryptor runtime hints (#1255) 2023-11-30 18:14:29 +01:00
buildmaster
41ae9a4297 Going back to snapshots 2023-10-31 13:41:11 +00:00
buildmaster
2152bbe04b Update SNAPSHOT to 4.1.0-RC1 2023-10-31 13:39:18 +00:00
Olga MaciaszekSharma
14bfa57922 Fix lifecycle synchronisation. 2023-10-19 18:42:57 +02:00
Ryan Baxter
f51cc1fd92 Merge branch '4.0.x' 2023-10-19 08:41:41 -04:00
Ryan Baxter
1dbe6c0c39 Fix bad merge 2023-10-18 17:56:11 -04:00
Ryan Baxter
fb70b21b9a Merge branch '3.1.x' into 4.0.x 2023-10-18 17:05:34 -04:00
Jinghao Song
9b2d247537 Fix #1285 Spring Cloud activates unexpected profiles when some conditions met (#1286)
* Fix #1285 Spring Cloud activates unexpected profiles when some conditions met

* Fix code style
2023-10-18 17:04:32 -04:00
buildmaster
083675da7c Bumping versions 2023-10-13 03:54:32 +00:00
buildmaster
1b8075e06a Bumping versions 2023-10-12 23:49:10 +00:00
Maurice Zeijen
a7876333d3 Fixed order of the BootstrapConfigFileApplicationListener so that it always runs after the ConfigDataEnvironmentPostProcessor (#1213)
* Changed order of `BootstrapConfigFileApplicationListener`

Previously `BootstrapConfigFileApplicationListener` had the same order
as `ConfigDataEnvironmentPostProcessor`. This made it indeterminable
which one would run first. However, the
`BootstrapConfigFileApplicationListener` relies on the
`ConfigDataEnvironmentPostProcessor` to make sure the
`Environment.activeProfiles` are correctly set, so it must always run
after the `ConfigDataEnvironmentPostProcessor`.

* Using `Math.addExact` for adding one to the `ConfigDataEnvironmentPostProcessor.DEFAULT_ORDER` so that any accidental overflow results in an exception
2023-10-12 15:36:01 -04:00
Maurice Zeijen
9ea5801529 Fixed order of the BootstrapConfigFileApplicationListener so that it always runs after the ConfigDataEnvironmentPostProcessor (#1213)
* Changed order of `BootstrapConfigFileApplicationListener`

Previously `BootstrapConfigFileApplicationListener` had the same order
as `ConfigDataEnvironmentPostProcessor`. This made it indeterminable
which one would run first. However, the
`BootstrapConfigFileApplicationListener` relies on the
`ConfigDataEnvironmentPostProcessor` to make sure the
`Environment.activeProfiles` are correctly set, so it must always run
after the `ConfigDataEnvironmentPostProcessor`.

* Using `Math.addExact` for adding one to the `ConfigDataEnvironmentPostProcessor.DEFAULT_ORDER` so that any accidental overflow results in an exception
2023-10-12 15:35:01 -04:00
buildmaster
b156a8b635 Going back to snapshots 2023-09-27 10:44:09 +00:00
buildmaster
751fe797e0 Update SNAPSHOT to 4.1.0-M2 2023-09-27 10:41:53 +00:00