Olga MaciaszekSharma
2e8631b127
Call get(Request request) on delegates by default.
2023-06-28 14:48:22 +02:00
Olga MaciaszekSharma
63c3eb614d
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# spring-cloud-context/src/main/java/org/springframework/cloud/context/encrypt/EncryptorFactory.java
2023-06-28 14:41:20 +02:00
Dave Syer
f0ccaf01ac
Remove obsolete code
2023-06-28 12:31:42 +00:00
Olga MaciaszekSharma
7efe08c674
Merge remote-tracking branch 'origin/4.0.x'
2023-06-28 14:30:52 +02:00
Olga MaciaszekSharma
e4e56e93cf
Call get(Request request) on delegates in WeightedServiceInstanceListSupplier.
2023-06-28 14:30:15 +02:00
Dave Syer
0a531d2930
Remove obsolete code
2023-06-28 12:30:00 +00:00
Dave Syer
ce379d5e31
Update RSA library version
2023-06-28 13:07:33 +01:00
Olga MaciaszekSharma
f620c44ea5
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
2023-06-28 13:55:14 +02:00
Olga MaciaszekSharma
cc1aaa8883
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
...
# Conflicts:
# docs/src/main/asciidoc/spring-cloud-commons.adoc
# spring-cloud-commons/src/main/java/org/springframework/cloud/client/loadbalancer/LoadBalancerProperties.java
# spring-cloud-loadbalancer/src/test/java/org/springframework/cloud/loadbalancer/core/SameInstancePreferenceServiceInstanceListSupplierTests.java
# spring-cloud-loadbalancer/src/test/java/org/springframework/cloud/loadbalancer/core/ServiceInstanceListSupplierBuilderTests.java
2023-06-28 13:53:16 +02:00
Olga MaciaszekSharma
d36062b8bb
Update copyright and fix docs.
2023-06-28 13:46:49 +02:00
Olga Maciaszek-Sharma
354a894606
Call get request on delegates ( #1250 )
2023-06-28 12:28:44 +02:00
Dave Syer
214f2401e5
Update RSA library version
2023-06-27 14:13:36 +01:00
Olga MaciaszekSharma
1a04b22591
Merge remote-tracking branch 'origin/4.0.x'
2023-06-26 17:54:34 +02:00
Olga MaciaszekSharma
a22bb12e75
Add missing reflection hints for EncryptionBootstrapConfiguration. Fixes gh-1245.
2023-06-26 17:53:59 +02:00
buildmaster
3df50061ac
Bumping versions
2023-06-21 23:49:09 +00:00
buildmaster
e47d5e5f88
Bumping versions
2023-06-21 20:54:39 +00:00
spencergibb
5b4a46fc60
formattingˆ
2023-06-21 13:58:54 -04:00
spencergibb
c682b2de1d
Uses a custom event to share the SpringApplication.
...
Rather than RestartListener republishing the ApplicationPreparedEvent, a new event, ContextRefreshedWithApplicationEvent, is published with the data from the original event. Listeners were refactored to listen to the new event instead.
Fixes gh-1248
2023-06-21 13:58:54 -04:00
spencergibb
d0f6d2b2e9
Uses a custom event to share the SpringApplication.
...
Rather than RestartListener republishing the ApplicationPreparedEvent, a new event, ContextRefreshedWithApplicationEvent, is published with the data from the original event. Listeners were refactored to listen to the new event instead.
Fixes gh-1248
2023-06-21 13:57:07 -04:00
Olga MaciaszekSharma
5068621601
Merge remote-tracking branch 'origin/4.0.x'
2023-06-21 16:20:10 +02:00
Olga MaciaszekSharma
12e709cdc6
Remove deprecated method use.
2023-06-21 16:19:27 +02:00
buildmaster
a0ba27fba2
Bumping versions
2023-06-14 19:58:54 +00:00
spencergibb
443d0e89f4
Updates to 4.1.0-SNAPSHOT
2023-06-13 13:50:26 -04:00
spencergibb
3c0b55bac9
Updates compatibility verifier for boot 3.2 compatibility
2023-06-13 13:49:37 -04:00
spencergibb
9cb8802f74
Updates for boot 3.2 compatibility
2023-06-13 13:44:33 -04:00
Ryan Baxter
8fbf183015
Merge branch 'main' of github.com:spring-cloud/spring-cloud-commons
2023-06-09 12:00:25 -04:00
Ryan Baxter
6c04576b18
Fix typo in configprops.
2023-06-09 12:00:22 -04:00
Olga MaciaszekSharma
8238abdf8b
Merge remote-tracking branch 'origin/3.1.x'
2023-06-02 13:21:47 +02:00
sruffatti
31c07aa2db
Fixes gh-1209 ( #1239 )
2023-06-02 13:20:16 +02:00
buildmaster
142d8e50f7
Bumping versions
2023-06-01 13:16:20 +00:00
HJK181
f2068833bd
Fix DelegatingServiceInstanceListSupplier must ( #1226 )
2023-05-31 16:18:33 +02:00
buildmaster
fd2d374381
Bumping versions
2023-05-26 13:16:27 +00:00
buildmaster
f22d75050f
Bumping versions
2023-05-25 13:16:05 +00:00
buildmaster
409e13f289
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 18:53:44 +00:00
buildmaster
0661beb4b7
Going back to snapshots
2023-05-24 18:53:44 +00:00
buildmaster
261562aa04
Update SNAPSHOT to 4.0.3
2023-05-24 18:51:20 +00:00
Olga MaciaszekSharma
cb97108f57
Fix logging in tests for Boot 3.1.x.
2023-05-12 16:55:54 +02:00
omernaci
f00cc0e052
note section added for security implications of exposed actuator env. ( #1231 )
2023-05-04 20:10:51 -04:00
Ryan Baxter
b4010c9cf8
Updating versions in docs
2023-05-04 15:31:05 -04:00
Ryan Baxter
07a2821ac7
Merge branch '3.1.x'
2023-05-04 15:30:03 -04:00
Ryan Baxter
130208e0aa
Fixing version in docs
2023-05-04 15:29:46 -04:00
Ryan Baxter
ac709ec6e2
Merge branch '3.1.x'
2023-05-04 15:26:49 -04:00
Ryan Baxter
2f467e5823
Add application listener to locate property sources during bootstrap ( #1228 )
...
* Add application listener to locate property sources during bootstrap
Also adds support for activating profiles using spring.profiles.active from bootstrap property source listeners.
Allow profiles to be passed from bootstrap context to main application context
* Add application listener to locate property sources during bootstrap
Also adds support for activating profiles using spring.profiles.active from bootstrap property source listeners.
Allow profiles to be passed from bootstrap context to main application context
Updating version in docs
2023-05-04 15:06:20 -04:00
omernaci
81314d50d7
commonsFeatures method name updated to springCloudCommonsFeatures. Fixes #1229 ( #1230 )
2023-05-01 19:53:56 -04:00
buildmaster
c9aaa5fdb6
Bumping versions
2023-04-29 02:10:46 +00:00
buildmaster
51ee78555d
Bumping versions to 4.0.3-SNAPSHOT after release
2023-03-28 14:56:55 +00:00
buildmaster
096d870fd6
Going back to snapshots
2023-03-28 14:56:55 +00:00
buildmaster
9ad2f7c988
Update SNAPSHOT to 4.0.2
2023-03-28 14:54:41 +00:00
heqiang
8ec45e03b0
Polish spring-cloud-commons.adoc. ( #1216 )
2023-03-14 09:52:06 -04:00
Olga Maciaszek-Sharma
80643ef3ed
Allow batching the emitted alive instances flux. ( #1206 )
2023-03-07 11:33:06 +01:00