Stephane Nicoll
c9a3880f27
Remove hard-coded property values
...
As of Spring Boot 1.4, IDEs are supposed to provide auto-completion for
hints and enum values. This commit removes the hard-coded copy of
allowed values for enum-based properties. This was mostly the case
already and this commit fixes the few ones remaining.
Closes gh-6654
9 years ago
Stephane Nicoll
54a3ce8827
Restore support for spring.datasource.type
...
This commit restores the support of "spring.datasource.type". If this
property is set to an unsupported `DataSource` implementation, we now
properly create it again, rather than ignoring it because its value did
not match any value we support.
Since Spring Boot 1.4 now redirects `DataSource` implementation settings
to dedicated namespaces, the documentation has been updated to explicitly
mention how one can create such arrangement for an unsupported
implementation.
As a convenience, `DataSourceProperties` can initialize a
`DataSourceBuilder` based on its internal state, making it very easy for
anyone to create a `DataSource` from a `DataSourceProperties` instance.
Closes gh-6695
9 years ago
Stephane Nicoll
a6ef3741ef
Configure Undertow's access log prefix and suffix
...
This commit adds two properties that can be used to customize the prefix
and suffix of the Undertow's access log.
Closes gh-6652
9 years ago
Andy Wilkinson
9ba12f1ad9
Update Jackson customization docs to mention new builder customizer
...
Closes gh-6678
9 years ago
Stephane Nicoll
62867685ed
Fix reference to `@EntityScan` in the doc
...
Closes gh-6687
9 years ago
Johnny Lim
37c8c3669b
Polish
...
Closes gh-6671
9 years ago
Andy Wilkinson
a1e3dcebd4
Polish “Improve documentation for testing with Spock”
...
Closes gh-6539
9 years ago
Ben Ooms
894d86de12
Improve documentation for testing with Spock
9 years ago
Andy Wilkinson
49202570e9
Update SpringApplicationBuilder example in the docs and test it
...
Closes gh-6488
9 years ago
Andy Wilkinson
8c106af384
Allow default value for CONF_FOLDER to be set at build time
...
Closes gh-6549
10 years ago
Stephane Nicoll
5fcadcee6e
Polish documentation
...
Closes gh-6576
10 years ago
drumonii
80b5789d46
Document webjar-locator usage with JBoss
...
Closes gh-6589
10 years ago
Stephane Nicoll
2a94e05775
Add a note about Jackson and Java6
...
See gh-6536
10 years ago
Andy Wilkinson
1b42e1aaa3
Recommend setting spring.thymeleaf.mode: HTML when using Thymeleaf 3
...
Closes gh-6552
10 years ago
zhanhb
8d84123762
Fix `spring-boot-legacy` version
...
Closes gh-6492
10 years ago
Spring Buildmaster
334baaeffd
Next development version
10 years ago
Phillip Webb
405299a95a
Generate empty spring-boot-docs jar
...
Update spring-boot-docs so that an empty jar file is produced. The
code is only needed for documentation includes and if included in the
deployed jar seems to prevent promotion to Maven Central.
Fixes gh-6495
10 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
10 years ago
Andy Wilkinson
2469f0ba28
Clarify effect of @EnableWebSecurity when Actuator's being used
...
Closes gh-6490
10 years ago
Johnny Lim
9627d0ed66
Polish
...
Closes gh-6487
10 years ago
Stephane Nicoll
eb444f547f
Fix typo
10 years ago
Biju Kunjummen
d7a1730b50
Update Gradle remote debug documentation
...
Update the documentation to reference the `bootRun` command rather
than `run`.
Closes gh-6461
10 years ago
Phillip Webb
753a7e1d33
Document how to to customize the TestRestTemplate
...
Update the reference documentation and add some additional Javadoc to
provide hints on how to customize the `TestRestTemplate`.
Fixes gh-6465
10 years ago
Phillip Webb
296dc7132b
Allow JSON Testers to be `@Autowired`
...
Switch `@AutoConfigureJsonTesters` to use regular `@Autowired` injection
for JSON testers. Prior to this commit JSON Tester fields were
initialized directly which caused IDE issues and was also a little
confusing.
Fixes gh-6451
10 years ago
Vedran Pavic
7669c3c468
Move "Using jOOQ" section under "Working with SQL databases" section
...
Closes gh-6462
10 years ago
Andy Wilkinson
595902703b
Fix level of section in build tool plugins documentation
10 years ago
Andy Wilkinson
197f67c867
Correct OpenShift instructions to use action_hooks not action_scripts
...
Closes gh-6419
10 years ago
Andy Wilkinson
93ceb980bc
Recommend against using compileOnly in favour of providedRuntime
...
Closes gh-5461
10 years ago
Andy Wilkinson
a22071724a
Make it clearer that unconfigured WebSecConfigAdapter matches any path
...
Closes gh-5046
10 years ago
Stephane Nicoll
d5441d27f6
Polish doc
10 years ago
Phillip Webb
05ff4ed4e0
Upgrade to Tomcat 8.5.4 & remove tomcat-juli
...
Upgrade the managed Tomcat dependency to 8.5.4 and remove `tomcat-juli`
since it's now included in `tomcat-embed-core`.
Fixes gh-6192
10 years ago
Andy Wilkinson
48596dfbde
Document workaround for CRaSH's limited class path scanning
...
Closes gh-6384
10 years ago
Phillip Webb
34893eee9d
Refine service documentation
...
See gh-5505
10 years ago
Stephane Nicoll
1f3d9235a8
Fix typo
10 years ago
Phillip Webb
db287782a2
Remove duplicate documentation bookmark
...
See gh-5505
10 years ago
Phillip Webb
291f131e60
Remove `/urandom` references from the docs
...
Remove a dangling line left after commit 7b641d5d .
Fixes gh-6229
10 years ago
Phillip Webb
a1345e17f1
Improve "fully executable jars" documentation
...
Closes gh-5505
10 years ago
Phillip Webb
51ede0cac6
Document ConfigFile...Initializer limitations
...
Update the reference documentation with a note about the limitations of
ConfigFileApplicationContextInitializer.
Fixes gh-6120
10 years ago
Phillip Webb
7b641d5d55
Remove `/urandom` references from the docs
...
Fixes gh-6229
10 years ago
Stephane Nicoll
5a941bb5a5
Polish doc
...
See gh-4313
10 years ago
Stephane Nicoll
6d33adc5dd
Add "Merging YAML lists" documentation
...
Add a dedicated section to explain how YAML lists are merged.
See gh-4313
10 years ago
Andy Wilkinson
041da3b6cd
Document how to configure a component that Hibernate depends upon
...
Closes gh-6333
10 years ago
Stephane Nicoll
6bd7a2fedd
Deprecate HornetQ support
...
Closes gh-6377
10 years ago
Andy Wilkinson
db83e89922
Add support for Thymeleaf 3 while keeping Thymeleaf 2 as the default
...
Closes gh-4393
10 years ago
Phillip Webb
3e62933096
Polish
10 years ago
Stephane Nicoll
fcf535901e
Polish doc
...
Closes gh-6008
10 years ago
Stephane Nicoll
277da462ce
Document differences between @Value and @ConfigurationProperties
...
Closes gh-4892
10 years ago
Stephane Nicoll
78879f4bdb
Fix documentation
...
Closes gh-6358
10 years ago
Andy Wilkinson
ccaa19d51f
Document how to configure a RestTemplate to use a proxy
...
Closes gh-6331
10 years ago
Andy Wilkinson
3286760073
Make it easier to add auto-configuration to a test slice
...
Previously, an entry had to be added to spring.factories using the
name of one of the @AutoConfigure… meta-annotations on the @…Test
annotation as the key. This indirection was unnecessarily complicated.
This commit simplifies things by allowing the name of the @…Test
annotation itself to be used as the key.
Closes gh-6335
10 years ago