Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
6 years ago
Madhura Bhave
3d0219c315
Merge branch '2.1.x'
6 years ago
Johnny Lim
c5b5f752ed
Polish
...
Closes gh-16219
6 years ago
Stephane Nicoll
19cc584530
Polish "Update Kotlin documentation"
...
Closes gh-16235
6 years ago
Sebastien Deleuze
e8ed128850
Update Kotlin documentation
...
This commit updates Kotlin reference documentation according to
latest features like immutable `@ConfigurationProperties` and
Kotlin BOM support.
See gh-16235
6 years ago
Stephane Nicoll
d2164a1ca3
Document constructor binding
...
Closes gh-8762
6 years ago
Stephane Nicoll
2b4845b335
Add dependency needed by javadoc generation on JDK 11
6 years ago
Stephane Nicoll
347daf69fb
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
765801983b
Polish "Fix typo in spring-boot-features.adoc"
...
Closes gh-16213
6 years ago
Orangeroad0922
47169436ed
Fix typo in spring-boot-features.adoc
...
See gh-16213
6 years ago
Andy Wilkinson
39971bbbd3
Add dependency needed by javadoc generation on JDK 11
6 years ago
Andy Wilkinson
68bfb020aa
Reduce need for bean method proxying and disable where not needed
...
Closes gh-9068
6 years ago
Stephane Nicoll
628e44187f
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
f07de1bbe2
Polish "Update ambiguous documentation about ConfigurationProperties"
...
Closes gh-16166
6 years ago
Viktoriya Kutsarova
6b6ac28430
Update ambiguous documentation about ConfigurationProperties
...
See gh-16166
6 years ago
Stephane Nicoll
8ff0a9c5a9
Merge branch '2.1.x'
6 years ago
Johnny Lim
bcfbabe6cd
Polish
...
Closes gh-16193
6 years ago
Andy Wilkinson
aa2008bc5a
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
8c3cec8f13
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
361437f4e2
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
0959698c32
Upgrade to Jersey 2.28
...
Closes gh-16114
6 years ago
Andy Wilkinson
d6a869fa98
Switch to Jakarta EE API dependencies where possible
...
Closes gh-16113
Closes gh-16112
Closes gh-16111
Closes gh-15916
Closes gh-15689
6 years ago
Brian Clozel
ce9626d00f
Disable JMX by default
...
This commit switches the default value for the `spring.jmx.enabled`
configuration property.
JMX is now disabled by default and can be enabled with
`spring.jmx.enabled=true`.
Closes gh-16090
6 years ago
Johnny Lim
4a738e3c49
Polish
...
Closes gh-16094
6 years ago
Stephane Nicoll
d83a614bd9
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
8d033e73d1
Polish
...
See gh-16094
6 years ago
Stephane Nicoll
6b273279fb
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
4eb73e0050
Recommend that DevTools is excluded with custom packaging arrangement
...
Closes gh-15382
6 years ago
Stephane Nicoll
4f2e788835
Fix import in docs
...
Closes gh-16017
6 years ago
Stephane Nicoll
ad6e58e489
Merge branch '2.1.x'
6 years ago
XYUU
7aedb0a33d
Fix a colon format
...
Closes gh-16054
6 years ago
Stephane Nicoll
c8e46f66e2
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
ce17a923dd
Polish contribution
...
Closes gh-15978
6 years ago
Dmytro Nosan
cf89ebcf92
Add an example showing how to use Spring REST Docs with WebTestClient
...
See gh-15978
6 years ago
Stephane Nicoll
5e4418973e
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
c47edd15af
Polish "Update instructions on how to use JAXB as XML renderer"
...
Closes gh-16005
6 years ago
Lars Grefer
221ff8d69f
Update instructions on how to use JAXB as XML renderer
...
See gh-16005
6 years ago
Stephane Nicoll
0c45019200
Upgrade to Spring Doc Resources 0.1.0.RELEASE
...
Closes gh-15805
6 years ago
Stephane Nicoll
20c39dc554
Document missing keys mapped on third party types
...
Closes gh-15980
6 years ago
Brian Clozel
2a2bfb9915
Auto-generate the "Common application properties"
...
Prior to this commit, the application properties listed in the reference
documentation would be manually managed and updated.
This commit adds a new `spring-boot-configuration-docs` project that
extracts that information from the available JSON metadata and writes
Asciidoctor tables ready for inclusion in the reference documentation.
The `generateConfigurationPropertyTables.groovy` is using this library
and configures the sections and how namespaces should be organized.
Fixes gh-8237
6 years ago
Stephane Nicoll
71df2f311b
Polish "Expose Tomcat AccessLog Max days property"
...
Closes gh-15954
6 years ago
Dmytro Nosan
596f0c28c0
Expose Tomcat AccessLog Max days property
...
See gh-15954
6 years ago
Stephane Nicoll
c1cccc886a
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
cd322d7b9c
Polish "Add a link to SpringMockK in the Kotlin documentation"
...
Closes gh-15943
6 years ago
Sebastien Deleuze
da6de215a6
Add a link to SpringMockK in the Kotlin documentation
...
See gh-15943
6 years ago
Andy Wilkinson
3a4a431eaa
Provide a configuration option to enable lazy initialization
...
Closes gh-15870
6 years ago
Stephane Nicoll
3d6def9f81
Handle BatchMessagingMessageConverter with Kafka batch listeners
...
Closes gh-15942
6 years ago
Andy Wilkinson
18174a8e9e
Polish "Add opt-in support for Neo4j-OGM native types"
...
See gh-15637
6 years ago
Michael Simons
af21b847a0
Add opt-in support for Neo4j-OGM native types
...
This includes tests for the autoconfiguration using that new property.
The test require the native types for Bolt and embedded in the test
scope, so the Neo4j-OGM native types have been added to managed
dependencies.
The enhanced autoconfiguration throws an
InvalidConfigurationPropertyValueException when native types cannot be
used due to missing dependencies or wrong transport mode.
See gh-15637
6 years ago
Stephane Nicoll
7413584b00
Polish "Support expressing application `args` in `@SpringBootTest`"
...
Closes gh-14823
6 years ago
Justin Griffin
422e6b7d41
Support expressing application `args` in `@SpringBootTest`
...
Add `args` property to the `@SpringBootTest` annotation so tests
can easily supply application arguments to pass to their app under test.
See gh-14823
6 years ago
Stephane Nicoll
c3c22c0a8a
Polish "Fix broken links to appendix"
...
Closes gh-15933
6 years ago
Govinda
3428c0efa2
Fix broken links to appendix
...
See gh-15933
6 years ago
Andy Wilkinson
b339c92871
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
a0cf4ec017
Add dependency now needed for javadoc generation on Java 11
...
See gh-15775
6 years ago
Andy Wilkinson
5045c3b8b8
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
3a6d15acf6
Caution against using component scanning in an auto-configuration
...
Closes gh-15348
6 years ago
Stephane Nicoll
738da8ffca
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
a1fbfbe6be
Polish contribution
...
Closes gh-15859
6 years ago
Matthias Stock
3c761cfc96
Polish 'Database Initialization' section
...
See gh-15859
6 years ago
Stephane Nicoll
f6f6d97269
Update copyright year
6 years ago
Stephane Nicoll
b91f613ca0
Polish "Change "Colophon" to "Legal""
...
Closes gh-15580
6 years ago
Chintan Pandya
781e055256
Change "Colophon" to "Legal"
...
See gh-15580
6 years ago
Stephane Nicoll
f42cec9eac
Polish "Support for capping archived log files"
...
Closes gh-15325
6 years ago
Robert Thornton
999780f342
Support for capping archived log files
...
See gh-15325
6 years ago
Stephane Nicoll
6905edc649
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
4469c46b0a
Polish "Document internationalization support"
...
Closes gh-15881
6 years ago
Kedar Joshi
989ac08f34
Document internationalization support
...
See gh-15881
6 years ago
tim-toady
4acebf45be
Fix broken link to Appendix
...
Closes gh-15883
6 years ago
Stephane Nicoll
380d7ec01c
Merge branch '2.1.x'
6 years ago
Johnny Lim
885c28891b
Polish
...
Closes gh-15873
6 years ago
Madhura Bhave
e3fad4e973
Merge branch '2.1.x'
6 years ago
Madhura Bhave
dc31f617b3
Document limitations of YAML documents & profile-specific files
...
Fixes gh-15790
6 years ago
Stephane Nicoll
5e2d5959f3
Polish
6 years ago
Michael McFadyen
9eeeebcd53
Update 'HTTP Client Metrics' reference documentation
...
Since gh-#5594, the 'outcome' tag has been introduced for
HTTP clients. This commit updates the reference documentation
accordingly.
Closes gh-15725
6 years ago
Stephane Nicoll
cea6a79e49
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
708ca0636f
Clarify that Spring Boot uses the platform MBeanServer by default
...
Closes gh-15728
6 years ago
Stephane Nicoll
5fdcb219bb
Merge branch '2.1.x'
6 years ago
小呆
e5b2aeb5da
Remove redundant throws Exception
...
Closes gh-15645
6 years ago
Stephane Nicoll
448f1626f9
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
830da28b8c
Fix JPA bootstrap executor detection with multiple candidates
...
Spring Boot provides two separate auto-configurations that can
potentially expose an `AsyncTaskExecutor` implementation so relying on
the presence of a single instance is too weak.
This commit fixes the detection of the AsyncTaskExecutor that can be
used to bootstrap JPA so that a single instance is used and, in the case
more than one exists, the one named `applicationTaskExecutor`.
Closes gh-15447
6 years ago
Stephane Nicoll
8136db69b6
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
d4992777b9
Improve TaskExecution documentation with custom Executor and Spring MVC
...
Closes gh-15447
6 years ago
Stephane Nicoll
f4c7441cc1
Merge branch '2.1.x'
6 years ago
Johnny Lim
c41dc4e0cb
Fix the anchor for the Micrometer Elasticsearch section
...
Closes gh-15610
6 years ago
Stephane Nicoll
6ba1f40e59
Polish "Allow easy customization of EmbeddedMongo DownloadConfig"
...
Closes gh-15496
6 years ago
Stephane Nicoll
33547569db
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
c6202b57e0
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
be161b23cb
Polish class conditions documentation
...
Closes gh-15578
6 years ago
Andy Wilkinson
064f6478df
Move back to JUnit 4 until SUREFIRE-1614 has been resolved
...
See gh-14736
See gh-14737
See gh-14738
6 years ago
Brian Clozel
b2c5fd84b9
Use spring-doc-resources 0.1.0.BUILD-SNAPSHOT
6 years ago
Stephane Nicoll
6f6e712a7b
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
bd21113e9f
Fix indent of WebServiceTemplate section
...
Closes gh-15389
6 years ago
Brian Clozel
ed3347f00d
Configure Asciidoctor toolchain for ref docs
...
This commit replaces the Docbook+Asciidoctor documentation toolchain by
a single Asciidoctor generation process.
First, we need to unzip the contents of the Spring Asciidoctor
documentation resources provided by the
`io.spring.docsresources:spring-docs-resources` distribution zip. This
is done in a `/target/refdocs` folder. We then copy all files from
`src/main/asciidoc` to the same location, and then launch the generation
process.
Closes gh-12611
6 years ago
Jay Bryant
a7d22aaf4b
Reorganize asciidoc content
...
This commit adds an index page for the multi-file HTML version, and
fixed a couple of casing issues (significant words starting with lower
case in headings).
While researching how to get the content from index-docinfo.xml into
the output, I came across the notion of a colophon, which is a good name
for the information in that file. I have consequently changed "Legal"
(which I never liked but couldn't think of a better term for at the
time) to "Colophon".
See gh-12611
6 years ago
Jay Bryant
a60c575836
Cleanup asciidoctor build
...
Remove Guardfile for now; we might reintroduce it later, but it is
currently out of sync with the documentation changes.
Do not ignore html files in the asciidoc directory as those are needed
for docinfo parts.
See gh-12611
6 years ago
Jay Bryant
11f6a5ab70
Remove docbook toolchain
...
See gh-12611
6 years ago
Stephane Nicoll
0df13baa0f
Polish "Add configurable property for JWK encryption algorithm"
...
Closes gh-15145
6 years ago
artsiom
460fdaf52f
Add configurable property for JWK encryption algorithm
...
See gh-15145
6 years ago
Stephane Nicoll
1b40b0edf1
Polish contribution
...
Closes gh-15054
6 years ago