Dave Syer
73e233dcd9
Update to latest build parent (and Boot 2.0.2)
7 years ago
Dave Syer
d80d07e160
Unused imports
7 years ago
Ryan Baxter
f2e018fb6d
Revert "Move RefreshScope to a static @Bean method"
...
This reverts commit 77ac09b119
.
7 years ago
Dave Syer
77ac09b119
Move RefreshScope to a static @Bean method
...
The test shows that this fixes a weird initialization ordering
problem that leads otherwise to Spring thinking there is a
dependency cycle (even though there is not). This problem only
surfaces when there is a schema.sql to apply.
Fixes gh-355
7 years ago
Johnny Lim
dbac0f06fe
Polish RefreshScopeBeanDefinitionEnhancer.setRefreshable() ( #362 )
7 years ago
Ryan Baxter
68ea49d082
Make Apache HTTP Client optional. ( #360 )
7 years ago
buildmaster
b8589e0eaa
Going back to snapshots
7 years ago
buildmaster
b61187c761
Update SNAPSHOT to 2.0.0.RC1
7 years ago
Spencer Gibb
78b11c35ff
GenericScope throws original checked exception, rather than UndeclaredThrowableException
...
fixes gh-349
7 years ago
Ryan Baxter
713d6a8d73
Document how to expose refresh endpoint ( #346 )
...
* Document how to expose refresh endpoint. Fixes #343
7 years ago
buildmaster
f71e5a3eaf
Bumping versions to 1.3.4.BUILD-SNAPSHOT after release
7 years ago
buildmaster
7219560a1f
Going back to snapshots
7 years ago
buildmaster
92ca232518
Update SNAPSHOT to 1.3.3.RELEASE
7 years ago
buildmaster
328995c639
Going back to snapshots
7 years ago
buildmaster
19a47a366f
Update SNAPSHOT to 2.0.0.M9
7 years ago
Spencer Gibb
ca1a97a3a4
polish, move to method reference.
7 years ago
Spencer Gibb
b16b77f1dc
removes deprecated statics
7 years ago
Spencer Gibb
f94c75f0df
Merge branch 'RostislavReznichenko-inetutils'
7 years ago
Rostyslav Reznichenko
afa2fc98fc
Fixs preferred address list to match properly
7 years ago
Spencer Gibb
70ff397188
Moves to new classpath exclusion classes
7 years ago
Spencer Gibb
384a576c4e
Merge branch '1.3.x'
7 years ago
Ryan Baxter
ee5034ee0d
Move RSA properties to its own class and make it conditional ( #342 )
...
Avoids ClassNotFoundException when RSA is not on the classpath.
Fixes gh-334.
7 years ago
Marcin Grzejszczak
ec11d4bbfe
Avoiding NPE for proxied beans upon context shutdown; fixes gh-340
7 years ago
Ryan Baxter
514716763a
Merge remote-tracking branch 'origin/1.3.x'
7 years ago
Ryan Baxter
99eb9fc702
Merge remote-tracking branch 'origin/1.2.x' into 1.3.x
7 years ago
Ryan Baxter
72c5397504
Removing old circle config
7 years ago
Ryan Baxter
7ff501efd4
Merge remote-tracking branch 'origin/1.3.x'
7 years ago
Ryan Baxter
b08bc664a7
Merge remote-tracking branch 'origin/1.2.x' into 1.3.x
7 years ago
Ryan Baxter
f795ea92f0
Circle 2.0 config
7 years ago
Spencer Gibb
78d25f0fc0
Don't rebind beans with no implementation.
...
fixes gh-337
7 years ago
Ryan Baxter
529739d3b6
Refactor spring retry ( #331 )
...
* Initial refactoring effort
* Remove bean that is not needed
* Using default methods in LoadBalancedRetryFactory
* Clarifying LoadBalancedRecveryCallback implementation
* Moved retry template creation to its own method.
7 years ago
Dave Syer
3bc1576897
Merge branch '1.3.x'
7 years ago
Dave Syer
5802c0e2be
Actually close parent context in RestartEndpoint
...
There could be consequences for apps that have more complex context
hierarchies, but RestartEndpoint doesn't work well at all for those
apps anyway, so we are probably safe to just make changes in the
endpoint itself.
Fixes gh-333
7 years ago
buildmaster
e63a3d4232
Going back to snapshots
7 years ago
buildmaster
5a79537a76
Update SNAPSHOT to 2.0.0.M8
7 years ago
Dave Syer
dcc822626b
Add a configurable of beans to postprocess into refresh scope
...
Allows you to apply @RefreshScope to beans that you do not
control or define. The list is configurable as
spring.cloud.refresh.refreshable and by default has only
HikariDataSource.
Fixes gh-318
7 years ago
Dave Syer
d14e8ffa1a
Add test for binding to Hikari DataSource
7 years ago
Spencer Gibb
8f4439e8e5
Polish, use lambda
7 years ago
Jay Bryant
c61e517a69
Full editing pass ( #329 )
...
* Full editing pass
I edited for consistency and voice and grammar.
* Change to match a request from Spencer Gibb
As feedback to my first commit, Spencer told me that /env needs to be /actuator/env in one spot and that the same pattern applied to a few others. I have made the change.
* Further corrections based on Ryan Baxter's input
Ryan caught some things. I fixed them. Thanks, Ryan.
7 years ago
buildmaster
b5eb64de2a
Going back to snapshots
7 years ago
buildmaster
b1124e3fbe
Update SNAPSHOT to 2.0.0.M7
7 years ago
Dave Syer
b6df5e2425
Add encrypt.salt configuration option
7 years ago
Spencer Gibb
43ea0461ee
Uses new BEAN_NAME constant from spring boot 2.0
...
fixes gh-324
7 years ago
Biju Kunjummen
e77a3fd498
Allows more standard rsa private key for config values encryption ( #323 )
7 years ago
Spencer Gibb
fbabe7e3e9
Revert "Fix wrong property name to expose actuators"
...
This reverts commit 18ba863
7 years ago
Spencer Gibb
216d49fdd9
Move to new class name
7 years ago
Dave Syer
b5ac8fe725
Fix compiler warnings
7 years ago
Dave Syer
18ba863e5f
Fix wrong property name to expose actuators
7 years ago
Dave Syer
46d92bb190
Fix class name change and port clash in tests
7 years ago
Spencer Gibb
9f3744d1e2
Update to new web endpoint property
7 years ago