- 08 Aug, 2016 7 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, a NullPointerException would occur if endpoints.docs.curies.enabled was true and the default value was being used for either server.port or management.port. EndpointWebMvcHypermediaManagementContextConfiguration has been restructured to ensure that the DocsMvcEndpoint bean is defined before the condition on its existence is evaluated. Previously this was dependant on the class’s bean methods being processed in a particular ordering, something that would be ok when using ASM but would vary when using reflection. Closes gh-6584
-
Andy Wilkinson authored
Closes gh-6567 See gh-6583
-
Andy Wilkinson authored
Closes gh-6552
-
Stephane Nicoll authored
* pr/6580: Polish contribution Add reference to Apache CXF integration
-
Stephane Nicoll authored
Closes gh-6580
-
Vedran Pavic authored
See gh-6580
-
- 07 Aug, 2016 1 commit
-
-
Stephane Nicoll authored
-
- 02 Aug, 2016 7 commits
-
-
Phillip Webb authored
Update JsonTestersAutoConfiguration so that GSON and Jackson specific configuration are inner classes. This should prevent ClassNotFound exception when the libraries are not on the classpath. Fixes gh-6502
-
Stephane Nicoll authored
See gh-6534
-
Stephane Nicoll authored
* pr/6492: Fix `spring-boot-legacy` version
-
zhanhb authored
Closes gh-6492
-
Stephane Nicoll authored
* pr/6534: Polish contribution Fix aliases for database names in `JdbcSessionDatabaseInitializer`
-
Stephane Nicoll authored
Closes gh-6534
-
Vedran Pavic authored
See gh-6354
-
- 01 Aug, 2016 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit uses maven filtering to set the Groovy version rather than an hard-coded value that can be easily outdated. Closes gh-6530
-
- 31 Jul, 2016 1 commit
-
-
Stephane Nicoll authored
Closes gh-6518
-
- 29 Jul, 2016 2 commits
-
-
Stephane Nicoll authored
Closes gh-6499
-
Brian Clozel authored
This commit fixes the `@ConditionalOnClass` typo on the GsonTester FactoryBean, which was testing for `ObjectMapper` instead of `Gson`. This means that the next condition `@ConditionalOnBean(Gson.class)` throws a `ClassNotFoundException: com.google.gson.Gson` since it's trying to load that class to check for an existing Bean of that type. Fixes gh-6502
-
- 28 Jul, 2016 8 commits
-
-
Phillip Webb authored
-
Spring Buildmaster authored
-
Phillip Webb authored
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
-
Stephane Nicoll authored
Closes gh-6318
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Phillip Webb authored
Update ConfigurationPropertiesBindingPostProcessor with improved logging when multiple PropertySourcesPlaceholderConfigurer beans are found. See gh-6457
-
- 27 Jul, 2016 12 commits
-
-
Phillip Webb authored
Replace `@UnmappedPropertyValue` with a `skip` attribute on `@PropertyMapping` so that any default attribute value can be skipped. Closes gh-6455
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-6490
-
Stephane Nicoll authored
* pr/6486: Add WireMock Spring Boot starter reference
-
Oliver Trosien authored
Closes gh-6486
-
Andy Wilkinson authored
* gh-6487: Polish
-
Johnny Lim authored
Closes gh-6487
-
Stephane Nicoll authored
-
Phillip Webb authored
-
Phillip Webb authored
* pr/6461: Update Gradle remote debug documentation
-
Biju Kunjummen authored
Update the documentation to reference the `bootRun` command rather than `run`. Closes gh-6461
-
Phillip Webb authored
Update the reference documentation and add some additional Javadoc to provide hints on how to customize the `TestRestTemplate`. Fixes gh-6465
-