Commit Graph

823 Commits

Author SHA1 Message Date
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
buildmaster
3a29227a28 Bumping versions 2023-09-22 03:53:50 +00:00
Olga Maciaszek-Sharma
9449edf93b Refresh Scope on restart. (#1266)
* Refresh Scope on restart.
2023-09-21 16:16:16 +02:00
Ryan Baxter
a51f56f47d Merge branch '4.0.x' 2023-09-08 09:19:15 -04:00
Ryan Baxter
794dc5192c Merge branch '4.0.x' of github.com:spring-cloud/spring-cloud-commons into 4.0.x 2023-09-08 09:13:00 -04:00
Ryan Baxter
ea1fc56772 Clarify property docs. Fixes #1264 2023-09-08 09:12:57 -04:00
buildmaster
5191950aa4 Going back to snapshots 2023-08-10 01:36:32 +00:00
buildmaster
4f5a29cb0c Update SNAPSHOT to 4.1.0-M1 2023-08-10 01:34:30 +00:00
buildmaster
8c82e1b56e Bumping versions 2023-07-28 23:49:11 +00:00
buildmaster
8857f8fd66 Bumping versions 2023-07-27 23:49:38 +00:00
buildmaster
229fa179f7 Bumping versions to 4.0.5-SNAPSHOT after release 2023-07-27 20:09:25 +00:00
buildmaster
605b2e0b74 Going back to snapshots 2023-07-27 20:09:24 +00:00
buildmaster
1a387e1e39 Update SNAPSHOT to 4.0.4 2023-07-27 20:06:47 +00:00