Spencer Gibb
6533e0ca53
Makes ContextRefresher easier to extend.
...
Adds protected getters for context and scope.
Adds new refreshEnvironment() method.
fixes gh-382
6 years ago
Ben Klein
55c7833e4c
Minor Javadoc cleanup ( #401 )
...
Nothing major found--mostly just polish.
6 years ago
Spencer Gibb
87bb8f1fa1
Upgrades to build 2.1.0.BUILD-SNAPSHOT and boot 2.1.x
...
Moves refresh scope proxy creation from BeanDefinitionRegistryPostProcessor to BeanPostProcessor
fixes gh-400
6 years ago
Spencer Gibb
69181c14d1
formatting
6 years ago
Dave Syer
df2ba5cf2a
Update RSA deps to latest release
6 years ago
buildmaster
8efcb1577e
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
6 years ago
buildmaster
36146312ab
Going back to snapshots
6 years ago
buildmaster
1998ac2892
Update SNAPSHOT to 2.0.1.RELEASE
6 years ago
Ryan Baxter
7949aaa1b5
Merge remote-tracking branch 'origin/1.3.x'
6 years ago
Ryan Baxter
57ab7ed469
Add null check in RefreshScopeHealthIndicator. Fixes #397 . ( #398 )
6 years ago
Ryan Baxter
84659685d6
Add note about custom logging prefix
6 years ago
Ryan Baxter
1de9d12150
Extract target class code into utility class ( #391 )
...
* Extract target class code into utility class
6 years ago
Spencer Gibb
e28f75b010
Merge changes from boots ModifiedClassPathRunner
6 years ago
buildmaster
d711556fe8
Bumping versions to 1.3.5.BUILD-SNAPSHOT after release
6 years ago
buildmaster
9896cb7062
Going back to snapshots
6 years ago
buildmaster
b9c04fb14b
Update SNAPSHOT to 1.3.4.RELEASE
6 years ago
buildmaster
a707941e5c
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
7 years ago
buildmaster
917c134350
Going back to snapshots
7 years ago
buildmaster
1ade0553ee
Update SNAPSHOT to 2.0.0.RELEASE
7 years ago
Spencer Gibb
16465a36d5
Adds anchor
7 years ago
Spencer Gibb
bd138dac44
fixes formatting
7 years ago
Spencer Gibb
13722cb6b7
Merge branch '1.3.x'
7 years ago
Spencer Gibb
3f9315dca1
Merge branch 'mbenson-generic-scope-fix' into 1.3.x
7 years ago
Matt Benson
e833dbaa37
Fix GenericScope so that multiple subclasses can live in the same context (non-static inner class cannot resolve parent bean)
7 years ago
Ryan Baxter
816afaf3d1
Merge remote-tracking branch 'origin/1.3.x'
7 years ago
Ryan Baxter
edb2f9ad2d
Add boot autoconfigure processor. Fixes #377
7 years ago
Ryan Baxter
466a2ff20d
Clarify location of logging configuration in docs. Fixes #107 .
7 years ago
Spencer Gibb
9262c47fb8
Updates to s-c-build 2.0.2.BUILD-SNAPSHOT
7 years ago
Ryan Baxter
bda67f235c
Clarify property overrides.
7 years ago
Ryan Baxter
d40b8f3555
Clarify how to make immutable beans refreshable. Fixes #363
7 years ago
Ryan Baxter
dc39331ea1
Removing HEAD
7 years ago
Ryan Baxter
4489939bc5
Merge remote-tracking branch 'origin/1.3.x'
7 years ago
Ryan Baxter
ffae2433e0
Clarify the meaning of bootstrap properties in documentation. Fixes #206
7 years ago
Ryan Baxter
5a243227a1
Merge remote-tracking branch 'origin/1.3.x'
7 years ago
Ryan Baxter
cb93e9b658
Clarifying /restart /pause and /resume functionality in docs. Fixes #275 .
7 years ago
Ryan Baxter
22f8a724e5
Merge remote-tracking branch 'origin/1.3.x'
7 years ago
Ryan Baxter
88d3439035
Clarify ServiceRegistry documentation. Fixes #361 .
7 years ago
Spencer Gibb
a8e90681b7
Renames environmentWebEndpointExtension to environmentEndpointWebExtension.
...
This matches boot, even though the boot bean shouldn't be created because of a @ConditionalOnMissingBean
see gh-374
7 years ago
Marcin Grzejszczak
c65f306f4e
Fixed the missing main.basedir
7 years ago
buildmaster
9849895867
Going back to snapshots
7 years ago
buildmaster
445fffff34
Update SNAPSHOT to 2.0.0.RC2
7 years ago
Fahim Farook
3a805334f2
Fixes failing maven eclipse:eclipse goal. ( #372 )
7 years ago
OlgaMaciaszek
eb08c8c842
Add documentation for the new functionality.
7 years ago
OlgaMaciaszek
3534e16013
Adjust changes to existing convention.
7 years ago
OlgaMaciaszek
8504e7e74f
Make CompositeDiscoveryClient use ordered DiscoveryClient instances.
...
Fixes gh-304.
7 years ago
Ryan Baxter
b8c6038254
Fixes #359
7 years ago
Dave Syer
0e259eab35
Workaround for data source cycle with hibernate
...
The JpaInvokerConfiguration (nested in RefreshAutoConfiguration can be
removed when and if the issue is resolved in Boot.
Also splits the hibernate test dependencies out into a separate module
so the main context tests run quicker.
Fixes gh-355
7 years ago
Peter Lajko
f7519a30ad
RestartEndpoint fixed ( #366 )
...
* RestartEndpoint fixed
* method naming fix
7 years ago
Stéphane Nicoll
6560e8896c
Polish ( #369 )
7 years ago
Stephane Nicoll
bf5de108e2
Stop exposing a duplicate web extension for the env endpoint
...
An actuator endpoint is designed around a single class flagged with
`@Endpoint`. Such endpoint can have some of its operations refined with
a given tech (for instance via a `EndpointWebExtension` for web specific
concerns).
This design mandates that an endpoint (and its tech specific refinements
are managed centrally to form a unified contract).
As Spring Cloud is extending the standard Spring Boot's `env` endpoint,
this commit introduces a WritableEnvironmentEndpoint with a web
extension.
Closes gh-367
Closes gh-354
7 years ago