Spring/spring-boot: Release v2.1.3.RELEASE

Name: spring-boot

Owner: Spring

Release: v2.1.3.RELEASE

Released: 2019-02-15

License: Apache-2.0

Release Assets:

🪲 Bug Fixes

  • ServletEndpoints should not register under the Jersey context path if there is a management port #15891
  • Fat jar built with Maven does not repackage META-INF/.kotlin-module files into BOOT-INF/classes #15890
  • Auto-configured OpenEntityManagerInViewInterceptor does not back off when an OpenEntityManagerInViewFilter is only defined as a registration bean #15889
  • Jersey-based actuator endpoints not available without ResourceConfig bean #15877
  • Illegal reflective access by org.springframework.boot.loader.jar.Handler when resolving classpath* resource pattern #15844
  • ClassCastException in TestRestTemplateContextCustomizer #15843
  • Undertow connection timeout is set incorrectly #15822
  • java.lang.NullPointerException: null occurs in HttpExchangeTracer #15819
  • /actuator/scheduletasks endpoint fails with null pointer exception when there is custom SchedulingConfigurer #15815
  • Repackaging moves an existing module-info.class file into BOOT-INF/classes #15810
  • JspTemplateAvailabilityProvider causes java.security.AccessControlException #15778
  • Unhandled exceptions are not logged with WebFlux #15769
  • When user switching is configured insecurely (allowing switching from an anonymous user), Actuator's AuthenticationAuditListener will NPE when exiting the switch #15767
  • DevTools incorrectly logs a change in condition evaluation when starting an application with multiple contexts #15766
  • Typos in unsupported type messages produced by JsonContentAssert #15752
  • Async configuration ignores applicationTaskExecutor when EnableScheduling is enabled #15748
  • Unlike Jetty and Tomcat, Reactor Netty and Undertow do not cause a startup failure when SSL is enabled but no key store is configured #15709
  • Embedded Mongo may be shut down while being used during application context close processing #15692
  • ServletEndpointManagementContextConfiguration not consistent with JerseyAutoConfiguration #15625
  • Jersey request scoped bean retrieval regression since 2.1.1.RELEASE #15376
  • spring-boot-devtools java.net.SocketException: Unexpected end of file from server #10317

📔 Documentation

  • Add a link to SpringMockK in the Kotlin documentation #15943
  • Document internationalization support #15881
  • Recommend using a single mechanism for schema generation #15859
  • Actuator API documentation for thread dump endpoint lists incorrect path for locked sychronizer's identity hashcode #15847
  • Document limitations with multiple YAML documents within profile-specific files #15790
  • Clarify JMX section that Spring Boot uses the platform MBeanServer by default #15728
  • Caution more strongly against using @ComponentScan in auto-configuration #15348

🔨 Dependency Upgrades

  • Upgrade to Commons Pool2 2.6.1 #15946
  • Upgrade to Lettuce 5.1.4.RELEASE #15945
  • Upgrade to Lombok 1.18.6 #15928
  • Upgrade to Pooled Jms Version 1.0.4 #15927
  • Upgrade to Liquibase 3.6.3 #15926
  • Upgrade to Mimepull 1.9.11 #15925
  • Upgrade to Infinispan 9.4.6.Final #15924
  • Upgrade to Groovy 2.5.6 #15923
  • Upgrade to Tomcat 9.0.16 #15922
  • Upgrade to Log4j2 2.11.2 #15921
  • Upgrade to Artemis 2.6.4 #15920
  • Upgrade to Byte Buddy 1.9.10 #15919
  • Upgrade to Mysql 8.0.15 #15918
  • Upgrade to Undertow 2.0.17.Final #15917
  • Upgrade to Rxjava2 2.2.6 #15916
  • Upgrade to Reactor Bom Californium-SR5 #15878
  • Upgrade to Micrometer 1.1.3 #15869
  • Upgrade to Spring Session Bean-SR3 #15868
  • Upgrade to Spring Kafka 2.2.4 #15867
  • Upgrade to Spring Integration 5.1.3 #15866
  • Upgrade to Spring AMQP 2.1.4 #15865
  • Upgrade to Spring Data Lovelace-SR5 #15864
  • Upgrade to Spring Security 5.1.4 #15863
  • Upgrade to Spring Framework 5.1.5 #15862

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

To top