Stephane Nicoll
5208bd069d
Fix typo
7 years ago
Stephane Nicoll
1739bfe077
Add missing title
7 years ago
Stephane Nicoll
5139881c4a
Fix broken indent
7 years ago
Andy Wilkinson
2ab9593f22
Merge pull request #10797 from Jay Bryant
...
* gh-10797:
Wrap spring-boot-features.adoc at 90 characters
Make editorial changes to spring-boot-features.adoc
7 years ago
Andy Wilkinson
28652209d6
Wrap spring-boot-features.adoc at 90 characters
...
Closes gh-10797
7 years ago
Jay Bryant
2e89fa7618
Make editorial changes to spring-boot-features.adoc
...
See gh-10797
7 years ago
Madhura Bhave
1e9fca0b76
Register a bean for OAuth2AuthorizedClientService
...
Closes gh-10837
7 years ago
Andy Wilkinson
3b21fd5ef6
Merge pull request #10833 from Jay Bryant
...
* gh-10833:
Wrap deployment.adoc at 90 characters
Make editorial changes to deployment.adoc
7 years ago
Andy Wilkinson
ab4f211ebf
Wrap deployment.adoc at 90 characters
...
Closes gh-10833
7 years ago
Jay Bryant
9f6dadf242
Make editorial changes to deployment.adoc
...
See gh-10833
7 years ago
Andy Wilkinson
6f55b57855
Make discovery of additional config metdata more robust with Gradle
...
Previously, the configuration metadata annotation processor relied
upon an additional metadata file have been copied to an output
location. When building with Gradle, it's the processResources task
that performs this copy and there is no guarantee that it will have
run before the compileJava task unless an explicit dependency betwee
the two tasks has been configured. If a project is built using
Gradle's parallel build support, the likelihood of this required
ordering not occurring increases.
This commit updates the configuration metadata annotation processor to
consider a new annotation processor option when looking for the
additional config metadata file. The Gradle plugin has been updated
to provide this option as a compiler argument. The option is only
provided when the annotation processor is found on the compilation
classpath to avoid a warning from javac's annotation processing about
the use of an option that is not supported by any of the available
annotation processors.
Closes gh-9755
7 years ago
Andy Wilkinson
de080165ec
Merge pull request #10835 from Jay Bryant
...
* gh-10835:
Wrap build-tool-plugins.adoc at 90 characters
Edit build-tool-plugins.adoc
7 years ago
Andy Wilkinson
56fde15fcb
Wrap build-tool-plugins.adoc at 90 characters
...
Closes gh-10835
7 years ago
Jay Bryant
2ecd116470
Edit build-tool-plugins.adoc
...
See gh-10835
7 years ago
Andy Wilkinson
c49afc3545
Merge pull request #10834 from Jay Bryant
...
* gh-10834:
Wrap spring-boot-cli.adoc at 90 characters
Edit spring-boot-cli.adoc
7 years ago
Andy Wilkinson
68b2ee3a75
Wrap spring-boot-cli.adoc at 90 characters
...
Closes gh-10834
7 years ago
Jay Bryant
f0901343bd
Edit spring-boot-cli.adoc
...
See gh-10834
7 years ago
Andy Wilkinson
cf64580c87
Upgrade to Spring Session Data MongoDB 2.0.0.RC1
...
Closes gh-10841
7 years ago
Andy Wilkinson
b26bd21351
Upgrade to Spring Session 2.0.0.RC1
...
Closes gh-10817
7 years ago
Andy Wilkinson
2cce7c179f
Upgrade to Spring Security 5.0.0.RC1
...
Closes gh-10705
7 years ago
Stephane Nicoll
cd45d373f2
Fix kotlin maven plugin coordinates
7 years ago
Andy Wilkinson
93a67e6b4a
Polish
7 years ago
Andy Wilkinson
48cc7bde30
Test the Gradle plugin against Gradle 4.3
...
Closes gh-10769
7 years ago
Phillip Webb
0c10ebf255
Add github-repo-name parameter to CI
7 years ago
Phillip Webb
030d93d5ed
Upgrade to artifactory resource 0.0.3-SNAPSHOT
...
See gh-10832
7 years ago
Andy Wilkinson
f59fbe6f81
Update test to align with media type change in HATEOAS 0.24
...
See gh-10828
7 years ago
Brian Clozel
6bfbcc291a
Add NettyServerCustomizer for Reactor Netty support
...
This commit adds a new customizer interface, `NettyServerCustomizer` for
customizing Reactor Netty server instances while they're being built.
Closes gh-10418
7 years ago
Andy Wilkinson
ec470fbe59
Call Application and CommandLine Runners after ready event
...
Closes gh-7656
7 years ago
Andy Wilkinson
27f550b8eb
Upgrade to Spring HATEAOS 0.24.0.RELEASE
...
Closes gh-10828
7 years ago
Andy Wilkinson
5df473a651
Add env-based configuration of TTL of Tomcat's static resource cache
...
Closes gh-9670
7 years ago
Stephane Nicoll
1225a6a05e
Merge pull request #10822 from GreyTeardrop:reactive-redis-heath-connection-failure
...
* pr/10822:
Polish "Handle AbstractReactiveHealthIndicator.doHealthCheck exception"
Handle AbstractReactiveHealthIndicator.doHealthCheck exception
7 years ago
Stephane Nicoll
350377c3f2
Polish "Handle AbstractReactiveHealthIndicator.doHealthCheck exception"
...
Closes gh-10822
7 years ago
Nikolay Rybak
99c2fa699e
Handle AbstractReactiveHealthIndicator.doHealthCheck exception
...
Exceptions inside AbstractReactiveHealthIndicator.doHealthCheck()
method, outside of Mono pipeline, could fail whole endpoint
response instead of returning `DOWN` status from indicator.
See gh-10822
7 years ago
Andy Wilkinson
c50a0d855f
Reflect process monitoring classes' move to spring-boot in docs
...
Closes gh-9998
7 years ago
Stephane Nicoll
3d39fbe8fa
Merge pull request #10824 from dreis2211:fix-duplicate-the
...
* pr/10824:
Fix duplicated 'the' in Quartz scheduler doc section
7 years ago
dreis2211
ddb6176f88
Fix duplicated 'the' in Quartz scheduler doc section
...
Closes gh-10824
7 years ago
Stephane Nicoll
4dcc354f86
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
f18521913c
Merge pull request #10811 from dreis2211:typo-fixes-documentation
...
* pr/10811:
Fix typos in ApplicationArguments and Library
7 years ago
dreis2211
605e95145a
Fix typos in ApplicationArguments and Library
...
Closes gh-10811
7 years ago
Stephane Nicoll
654cee5a94
Polish
7 years ago
Stephane Nicoll
822ca00001
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
fc3d25d705
Properly document spring.data.neo4j.open-in-view's default value
...
Closes gh-10826
7 years ago
Andy Wilkinson
a276356328
Add auto-configuration for Spring Session's reactive support
...
Closes gh-9850
7 years ago
Andy Wilkinson
bdab4aa97e
Auto-configuration of reactive Spring Session
7 years ago
Stephane Nicoll
3d820adb4d
Remove outdated Kotlin internal dependency management
7 years ago
Andy Wilkinson
5aa66305a8
Log warning when open-in-view is implicitly enabled for JPA or Neo4j
...
Closes gh-7107
7 years ago
Andy Wilkinson
95d8fe708a
Upgrade to Spring REST Docs 2.0.0.RC1
...
Closes gh-10819
7 years ago
Andy Wilkinson
9932f3408c
Start building against Spring Session snapshots
...
See gh-10817
7 years ago
Stephane Nicoll
edefacf7ac
Adapt to Spring Security change
7 years ago
Stephane Nicoll
5649e8c92a
Polish
7 years ago