Olga Maciaszek-Sharma
664b7dc8be
Further refactor and avoid cycles.
2022-03-17 17:07:01 +01:00
Olga Maciaszek-Sharma
6c36640ecb
Simplify encryption autoconfiguration. Refactor.
2022-03-16 19:39:03 +01:00
Ryan Baxter
5fe6690877
Update environment controller to specifically capture all profile names unless they are specific file extensions ( #2059 )
...
Fixes #2058
2022-03-10 19:55:00 -05:00
spencergibb
be7a22ce60
Updates jdbc repo to be compatible with latest h2
2022-02-24 16:14:27 -05:00
buildmaster
5e60c254d2
Bumping versions to 3.1.2-SNAPSHOT after release
2022-02-17 16:46:14 +00:00
buildmaster
3ecceb1276
Going back to snapshots
2022-02-17 16:46:14 +00:00
buildmaster
b40c219c57
Update SNAPSHOT to 3.1.1
2022-02-17 16:43:03 +00:00
Henning Pöttker
facb18da95
Adjust EnvironmentController for Path Pattern Parser ( #2031 )
2022-02-15 11:46:38 -05:00
Ryan Baxter
147243bf8c
Formatiing
2022-01-31 14:44:59 -05:00
hyness
17ef04ac35
Cannot configure endpoint for AWS Secrets Manager or Parameter Store ( #2023 )
...
Fixes gh-2025
2022-01-11 09:41:19 -05:00
spencergibb
2a8ba719c9
Merge branch '3.0.x'
2021-12-10 11:52:28 -05:00
Adrian
2a9119cf6d
management.endpoints.web.base-path=/admin
...
According to https://docs.spring.io/spring-boot/docs/2.4.x/reference/html/production-ready-features.html#production-ready-customizing-management-server-context-path it seems to me that "management.endpoints.web.base-path=/admin" is the best choice.
2021-12-10 11:51:52 -05:00
spencergibb
3491e071b1
Merge branch '3.0.x'
2021-12-10 11:46:26 -05:00
spencergibb
2aa37701f7
formatting
2021-12-10 11:46:06 -05:00
jixu.hjx
238ab0cbaa
Fixed #1499 , append slash to search-locations ending when it is missed.
2021-12-10 11:41:27 -05:00
buildmaster
a8f6955495
Bumping versions
2021-12-02 20:49:15 +00:00
buildmaster
119425734e
Bumping versions
2021-12-01 20:49:43 +00:00
buildmaster
58a92079eb
Bumping versions to 3.1.1-SNAPSHOT after release
2021-12-01 18:26:47 +00:00
buildmaster
c53e703a2d
Going back to snapshots
2021-12-01 18:26:46 +00:00
buildmaster
8e927ed0f1
Update SNAPSHOT to 3.1.0
2021-12-01 18:22:48 +00:00
spencergibb
77cb6846fd
Revert "Adds spring security web class so tests pass."
...
This reverts commit 418d558224 .
2021-11-29 12:16:16 -05:00
spencergibb
418d558224
Adds spring security web class so tests pass.
...
See gh-2003
2021-11-22 16:03:08 -05:00
Ryan Baxter
38a09020e5
Moves default label to main with fallback to master ( #1998 )
...
* Moves default label to main with fallback to master. Fixes #1722
2021-11-17 09:46:16 -05:00
Robert McNees
ae72a5b62b
Modified usage of Redis containers for tests ( #1971 )
...
Changed CircleCI configuration to machine. Added new build profile to skip Docker tests.
2021-11-15 14:49:16 -05:00
spencergibb
0bf16eb12b
Moves test to junit 5, only enabled for java 8
2021-11-15 14:35:09 -05:00
spencergibb
1f2a6eca17
formatting
2021-11-15 12:51:20 -05:00
buildmaster
b3dcde78ab
Bumping versions
2021-11-09 20:57:50 +00:00
Ryan Baxter
4ddd424b0d
Merge branch '3.0.x'
2021-11-09 11:40:32 -05:00
Vitalii Ananev
4636ddb3b5
Fix spring.config.import for environment type native ( #1990 )
...
* fix for 'spring.config.import' from subdirectory of 'spring.cloud.config.server' search-locations
2021-11-09 11:39:51 -05:00
buildmaster
77fe396d66
Going back to snapshots
2021-11-03 11:21:13 +00:00
buildmaster
e28ddeb84e
Update SNAPSHOT to 3.1.0-RC1
2021-11-03 11:19:23 +00:00
buildmaster
6559cdcd6b
Bumping versions
2021-10-20 20:57:54 +00:00
knv srinivas
927991bb7b
Ordered Support for awssecretsmanager profile. Fixes gm-1980 ( #1981 )
...
* Ordered Support for awssecretsmanager profile. Fixes gm-1980
* Ordered Support for GoogleSecretManager profile. Fixes gm-1980
Co-authored-by: knv <srinivaskatta@freo.money >
2021-10-20 11:27:08 -04:00
Ryan Baxter
0be1977e33
Merge branch '3.0.x'
2021-10-20 11:26:05 -04:00
knv srinivas
ee35eac3fa
Ordered Support for S3,Credhub, Redis profiles. Fixes gm-1980 ( #1982 )
...
Co-authored-by: knv <srinivaskatta@freo.money >
2021-10-20 11:25:31 -04:00
Ryan Baxter
6681929606
Merge branch '3.0.x'
2021-10-20 11:16:39 -04:00
Ryan Baxter
998a4cadf2
Use HTTPS when proxy settings are set ( #1986 )
...
* Use HTTPS when proxy settings are set
Fixes #1965
* Adding test
2021-10-20 11:12:42 -04:00
buildmaster
17d569605e
Going back to snapshots
2021-10-20 02:08:10 +00:00
buildmaster
bbc6ecb40d
Update SNAPSHOT to 3.1.0-M3
2021-10-20 02:06:02 +00:00
Ryan Baxter
cc36d0b1ff
Merge branch '3.0.x'
2021-10-19 12:23:56 -04:00
Ryan Baxter
41e50e345d
Move ConfigServerBootstrapApplicationListener to EnvironmentPostProcessor ( #1984 )
...
* Move ConfigServerBootstrapApplicationListener to EnvironmentPostProcessor
Fixes #1983
* Reverted classname and interface changes to avoid breaking anyone
2021-10-19 12:18:19 -04:00
buildmaster
916f5e93e5
Going back to snapshots
2021-10-01 16:58:19 +00:00
buildmaster
0f94a44650
Update SNAPSHOT to 3.1.0-M2
2021-10-01 16:56:31 +00:00
Olga Maciaszek-Sharma
f7ec9051fe
Fix Spring AOT circular references. ( #1970 )
2021-09-28 18:35:08 +02:00
Olga Maciaszek-Sharma
50d97b768b
Fix Spring AOT circular reference. ( #1968 )
2021-09-28 16:32:02 +02:00
buildmaster
dea6e10c61
Bumping versions to 3.0.6-SNAPSHOT after release
2021-09-21 14:30:23 +00:00
buildmaster
e6aa33a1da
Going back to snapshots
2021-09-21 14:30:23 +00:00
buildmaster
a16e447407
Update SNAPSHOT to 3.0.5
2021-09-21 14:27:28 +00:00
Ryan Baxter
d04dad3c1a
Merge branch '3.0.x' into main
2021-09-14 11:07:56 -04:00
Chintan Radia
6e405f0421
Allow PropertyResultSetExtractor to be customizable ( #1962 )
...
Fixes gh-1952
2021-09-14 11:06:58 -04:00