1912 Commits

Author SHA1 Message Date
Ryan Baxter
d73c7c6599 Revert "Disabling test for release"
This reverts commit 0a26540ce9.
2024-01-26 15:28:47 -05:00
Ryan Baxter
4582fd842b Revert "Disabling test"
This reverts commit 839d78c6a8.
2024-01-26 15:28:40 -05:00
buildmaster
90da65b896 Bumping versions to 4.0.6-SNAPSHOT after release 2024-01-26 00:37:12 +00:00
buildmaster
8f46697141 Going back to snapshots 2024-01-26 00:37:11 +00:00
buildmaster
b4615bc79b Update SNAPSHOT to 4.0.5 2024-01-26 00:34:42 +00:00
Ryan Baxter
839d78c6a8 Disabling test 2024-01-25 19:30:01 -05:00
Ryan Baxter
0a26540ce9 Disabling test for release 2024-01-25 19:19:32 -05:00
dependabot[bot]
89ede9f5c7 Bump actions/cache from 3 to 4 (#1326)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 17:19:55 +01:00
Olga MaciaszekSharma
b27da0fae8 Merge remote-tracking branch 'origin/3.1.x' into 4.0.x 2024-01-11 11:26:58 +01:00
dependabot[bot]
e0158c8887 Bump actions/upload-artifact from 3 to 4 (#1314) 2024-01-11 11:18:39 +01:00
buildmaster
cd10db779e Bumping versions 2023-12-20 02:12:04 +00:00
buildmaster
e6ec86fed5 Bumping versions to 3.1.9-SNAPSHOT after release 2023-12-18 22:19:56 +00:00
buildmaster
4bd5544ca6 Going back to snapshots 2023-12-18 22:19:55 +00:00
buildmaster
a2860500a7 Update SNAPSHOT to 3.1.8 2023-12-18 22:16:31 +00:00
Olga MaciaszekSharma
61a5900f0b Merge remote-tracking branch 'origin/3.1.x' into 4.0.x 2023-12-04 17:55:18 +01:00
dependabot[bot]
5901a9aaae Bump actions/setup-java from 3 to 4 (#1305) 2023-12-04 17:54:09 +01:00
Olga MaciaszekSharma
0b7d165cd5 Fix java version in readme. 2023-11-13 13:25:09 +01:00
Olga MaciaszekSharma
e1ed69a916 Merge remote-tracking branch 'origin/3.1.x' into 4.0.x 2023-11-13 13:22:13 +01:00
RealBeBetter
ab71866925 Fix Add a specific description of ServiceInstance is empty (#1297) 2023-11-13 13:07:28 +01:00
Olga MaciaszekSharma
56904fdc5b Make ResourceServerTokenRelayAutoConfiguration conditional on WebMvcConfigurer. Fixes gh-1295. 2023-11-10 15:18:32 +01:00
dependabot[bot]
4195f15639 Bump actions/checkout from 2 to 4 (#1281) 2023-11-03 13:23:18 +01:00
dependabot[bot]
625db383f1 Bump mikepenz/action-junit-report from 2 to 4 (#1273) 2023-11-03 13:22:06 +01:00
dependabot[bot]
4e9ce90201 Bump actions/checkout from 2 to 4 (#1271) 2023-11-03 13:21:27 +01:00
dependabot[bot]
90f97d5651 Bump actions/cache from 2 to 3 (#1269) 2023-11-03 13:21:04 +01:00
dependabot[bot]
04cd6f4bdf Bump actions/upload-artifact from 2 to 3 (#1268) 2023-11-03 13:20:28 +01:00
dependabot[bot]
0bf7513225 Bump actions/setup-java from 2 to 3 (#1267) 2023-11-03 13:20:00 +01:00
buildmaster
0a74fed0bf Bumping versions 2023-10-19 02:12:51 +00: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
Ryan Baxter
511b7cae8c Exclude more dependencies from the duplicate finder plugin 2023-10-18 14:54:19 -04:00
Ryan Baxter
379eea58f0 Merge branch '3.1.x' into 4.0.x 2023-10-18 14:24:13 -04:00
Ryan Baxter
96006b51ba Fixing include in docs 2023-10-18 12:35:54 -04:00
Ryan Baxter
5d0a442250 Upgrade spring-security-rsa (#1290)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-10-18 12:01:56 -04: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
Olga MaciaszekSharma
01098128f1 Document context refresh not supported for AOT and native. 2023-09-28 11:16:44 +02:00
Olga MaciaszekSharma
5c6b7bac56 Fix endpoint reference. Based on gh-1241. 2023-09-26 17:13:26 +02:00
dependabot[bot]
158a3c32ef Bump actions/cache from 2 to 3 (#1283) 2023-09-26 15:14:25 +02:00
dependabot[bot]
fffb31353b Bump mikepenz/action-junit-report from 2 to 4 (#1282) 2023-09-26 15:13:48 +02:00
dependabot[bot]
768fa3abd7 Bump actions/setup-java from 2 to 3 (#1279) 2023-09-26 15:11:41 +02:00
dependabot[bot]
583710b52e Bump actions/upload-artifact from 2 to 3 (#1278) 2023-09-26 15:10:34 +02:00
buildmaster
7a4f30f2e0 Bumping versions 2023-09-20 23:49:33 +00:00
spencergibb
d604e526f8 updates for docs and formatting 2023-09-20 13:02:57 -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
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