Johnny Lim
45d85778b8
Polish
...
See gh-18838
2019-11-01 09:01:24 +02:00
Stephane Nicoll
c05f88bf78
Polish "Add missing package-info files"
...
See gh-18632
2019-10-22 09:35:10 +02:00
Leo Li
af114c93ee
Add missing package-info files
...
See gh-18632
2019-10-22 09:30:04 +02:00
dreis2211
370998e91e
Simplify pipe escaping for reference doc tables
...
Replace `{vbar}` with an escaped pipe character. Unfortunately
`{vbar}` does not render correctly with PDF generation.
See gh-18374
2019-09-28 22:02:27 -07:00
dreis2211
8a6e254465
Avoid need to escape pipe character in reference tables
2019-09-28 22:02:27 -07:00
Stephane Nicoll
f68c7a751f
Polish "Escape reserved asciidoc character in generated documentation"
...
See gh-17663
2019-07-31 10:17:14 +02:00
vivganes
b0fa58e861
Escape reserved asciidoc character in generated documentation
...
See gh-17663
2019-07-31 10:06:38 +02:00
Phillip Webb
a66c4d3096
Unify method visibility of private classes
...
Apply checkstyle rule to ensure that private and package private
classes do not have unnecessary public methods. Test classes have
also been unified as much as possible to use default scoped
inner-classes.
Closes gh-7316
2019-07-03 11:39:47 -07:00
Phillip Webb
605599138e
Merge branch '2.1.x'
2019-06-28 23:56:02 -07:00
Phillip Webb
b3d5cd538d
Add JUnit 5 checkstyle rules
...
Add a rule to enforce JUnit 5 usage and conventions.
Closes gh-17093
2019-06-10 16:16:45 -07:00
Andy Wilkinson
b18fffaf14
Move tests to JUnit 5 wherever possible
2019-06-07 12:25:54 +01:00
Andy Wilkinson
aef92b9295
Merge branch '2.1.x'
...
Closes gh-17079
2019-06-07 11:00:44 +01:00
Johnny Lim
87874ffb70
Polish
...
Closes gh-16875
2019-05-19 14:38:38 +02:00
Brian Clozel
c4938055b4
Polish "Separate compound properties in appendices"
...
Closes gh-16480
2019-04-30 15:32:26 +02:00
dreis2211
5b63b807ad
Separate compound properties in appendices
2019-04-30 15:25:39 +02:00
Phillip Webb
2dfd916c96
Polish
2019-04-15 17:51:08 -07:00
Andy Wilkinson
36c1c051b8
Merge branch '2.1.x'
2019-03-20 16:55:10 +00:00
Spring Operator
00ab30362c
Use HTTPS for external links in XML files
...
See gh-16270
2019-03-20 14:33:25 +00:00
dreis2211
b39b990a72
Use isEmpty() where possible
...
Closes gh-16225
2019-03-14 09:10:48 +01:00
Andy Wilkinson
0f0adb4cd0
Polish formatting
2019-02-21 22:04:56 +00:00
Andy Wilkinson
f2e3e274a8
Merge branch '2.1.x'
2019-02-21 08:19:43 +00:00
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
2019-02-18 15:46:15 +01:00