Skip to content

Commit 39f8b68

Browse files
committed
Merge branch '2.0.x'
2 parents 1af1bf2 + 47daf96 commit 39f8b68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz/SchedulerFactoryBeanCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* configuration.
2727
* <p>
2828
* For customization of the {@link DataSource} used by Quartz, use of
29-
* {@link QuartzDataSource @QuartDataSource} is preferred. It will ensure consistent
29+
* {@link QuartzDataSource @QuartzDataSource} is preferred. It will ensure consistent
3030
* customization of both the {@link SchedulerFactoryBean} and the
3131
* {@link QuartzDataSourceInitializer}.
3232
*

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ Jackson is the preferred and default library.
20002000
[[boot-features-json-jackson]]
20012001
=== Jackson
20022002
Auto-configuration for Jackson is provided and Jackson is part of
2003-
`spring-boot-starer-json`. When Jackson is on the classpath an `ObjectMapper`
2003+
`spring-boot-starter-json`. When Jackson is on the classpath an `ObjectMapper`
20042004
bean is automatically configured. Several configuration properties are provided for
20052005
<<howto.adoc#howto-customize-the-jackson-objectmapper,customizing the configuration of the
20062006
`ObjectMapper`>>.

spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/servlet/mockmvc/WebMvcTestServletFilterRegistrationDisabledIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class WebMvcTestServletFilterRegistrationDisabledIntegrationTests {
4343
private MockMvc mvc;
4444

4545
@Test
46-
public void shouldApplyFilter() throws Exception {
46+
public void shouldNotApplyFilter() throws Exception {
4747
this.mvc.perform(get("/one")).andExpect(header().string("x-test", (String) null));
4848
}
4949

0 commit comments

Comments
 (0)