- 29 Jan, 2016 3 commits
-
-
Chelsea Troy authored
Closes gh-4914
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This commit enables the use of // @formatter:off and // @formatter:on to surround lines of code that should not be formatted. It also adds a code template that can be used to quickly wrap the selected lines of text with the off and on comments. Closes gh-5050
-
- 28 Jan, 2016 6 commits
-
-
Stephane Nicoll authored
* pr/5026: Add cloudant-spring-boot-starter reference
-
Ian authored
Closes gh-5026
-
Stephane Nicoll authored
-
Vedran Pavic authored
Closes gh-5041
-
Stephane Nicoll authored
jetty-jndi is no longer shipped by default as of 2b2e21db but one test checking for this wasn't updated properly.
-
Phillip Webb authored
-
- 27 Jan, 2016 9 commits
-
-
Stephane Nicoll authored
* pr/4411: Update copyright header Remove closure-execution from OptionHandler
-
Stephane Nicoll authored
-
Johannes Edmeier authored
It seems that the code for executing a groovy closure from the OptionHandler is never executed and therefore not needed. Removing the code gives the benefit that the Groovy-classes are not needed if someone else wants to use the spring-boot-cli infrastructure to run his own cli interface. Closes gh-4411
-
Stephane Nicoll authored
Closes gh-4479
-
Stephane Nicoll authored
Closes gh-4482
-
Stephane Nicoll authored
Closes gh-4490
-
Stephane Nicoll authored
Our Investigations show that JNDI lookup is quite costly on Jetty and it was enabled by default while embedded tomcat does not. This commit excludes `jetty-jndi` to align the behavior with Tomcat. If you are relying on JNDI, the `jetty-jndi` should simply be added in your project. Closes gh-4710
-
Stephane Nicoll authored
-
Stephane Nicoll authored
The `DataSource` auto-configuration in Spring Boot supports two modes: regular pooled DataSource and embedded database (via the `EmbeddedDatabase` infrastructure provided by `spring-jdbc`. These were previously named `NonEmbedded` and `Embedded` respectively. This commit clarifies those mode and in particular that a pooled `DataSource` can also handle an embedded database. Closes gh-4634
-
- 26 Jan, 2016 17 commits
-
-
Stephane Nicoll authored
* pr/5028: Added dependency for jackson-datatype-json-org
-
Marcel Overdijk authored
Closes gh-5028
-
Stephane Nicoll authored
Introduce dedicate method to determine the actual value to use based on the configuration and the environment. Closes gh-1436
-
Stephane Nicoll authored
* pr/4574: Polish contribution Support for SendGrid ApiKey
-
Stephane Nicoll authored
Closes gh-4574
-
Patrick Bray authored
See gh-4574
-
Stephane Nicoll authored
* pr/4590: Polish contribution Add Thymeleaf's Java8TimeDialect
-
Stephane Nicoll authored
Closes gh-4590
-
Eddú Meléndez authored
Closes gh-4576
-
Stephane Nicoll authored
Closes gh-4496
-
Stephane Nicoll authored
Closes gh-5014
-
Stephane Nicoll authored
Upgrade the `spring-boot-starter-parent` to also filter profile-specific configuration files. Closes gh-4856
-
Stephane Nicoll authored
Closes gh-4598
-
Stephane Nicoll authored
`server.session-timeout` was deprecated in 1.3 but still used in a sample that broke once the support for it was removed. This commit fix the build by using the expected property.
-
Stephane Nicoll authored
Provides better default for integration tests. Also expand the documentation of the maven plugin in that area. Closes gh-4223
-
Stephane Nicoll authored
Closes gh-1033
-
Stephane Nicoll authored
Closes gh-3278
-
- 25 Jan, 2016 5 commits
-
-
Stephane Nicoll authored
* pr/4632: Polish contribution Remove deprecated use of spring.mvc.*
-
Stephane Nicoll authored
Closes gh-4632
-
Huang YunKun authored
Closes gh-4086
-
Stephane Nicoll authored
* pr/4707: Polish contribution Use a platform-specific line separator
-
Stephane Nicoll authored
Fix additional use of \n Closes gh-4707
-