SpringBoot Reference documentation has a 404 for banner-logo.svg

2.5.0-RC1's documentation is trying to load https://docs.spring.io/spring-boot/docs/2.5.0-RC1/reference/img/banner-logo....

SpringBoot Auto-configure MessageConverter for JMS classes

This commit introduces automatic configuration of the messageConverter property for both the JmsTemplate and DefaultJmsL...

SpringBoot Added support for detecting the DB2 AS400 Driver

With this commit support for the JTOpen AS400 Driver is added. Based on the URL jdbc:as400 it will set the driver and va...

SpringBoot Added support for detecting the DB2 Universal JDBC driver.

This commit adds support for the DB2 Universal JDBC Driver. Based on the jdbc:db2 URL prefix it will set the correct dri...

SpringBoot Use a JndiDestinationResolver when JNDI ConnectionFactory is used

When using a ConnectionFactory from JNDI it makes sense to register a JndiDestinationResolver for lookup of the destinat...

SpringBoot let GroovyTemplateProperties extend AbstractTemplateViewResolver.

To be able to easily set the exposeRequestAttributes (amongst others) the GroovyTemplatePropertiesnow extends AbstractTe...

SpringBoot Support setting webAllowOthers for the H2 Web Console

This commit adds a configuration option for the webAllowOthers option for the H2 WebServlet. It will only be added it th...

SpringBoot Expose Hibernate Statistics

When hibernate is on the classpath and an EntityManagerFactory is configured thenregister a HibernateMetrics bean so tha...

SpringBoot Failing test for gh-13945

Failing testcase to show the issue. When Spring AOP need methodarguments to build a cache key (but probably also on othe...

SpringBoot Reduce the overhead of char[] creation

There some locations which could benefit from not using atoCharArray on a String, but rather use the charAt method fromt...

SpringBoot Allow SpringApplicationRunListeners step action to be optional

Prior to this commit the StartupStep.end method was beingcalled from the default step action. However when overridingthe...

SpringBoot Use proxied result return from BeanFactory

Prior to this commit the initially created instance was always returned.However when calling initializeBean on the BeanF...

SpringBoot Use JdbcTransactionManager in favor of DatasourceTransactionManager

Spring 5.3 introduced the JdbcTransactionManager with exception translationon commit and rollback. With this commit, thi...

SpringBoot Polish

The SpringBootContextLoader still checked if tests wereannotated with @IntegrationTest or @WebIntegrationTest.Those clas...

SpringBoot Configure Checkstyle and formatting checks to run before tests

Comment From: wilkinsonaThis seems to happen naturally for most projects but not all. For example, spring-boot-actuator-...

SpringBoot Documentation of JVM Warming and Kubernetes Autoscaling Strategies

Hello, all!I am running a lot of fairly complex Spring Boot applications in a high-traffic environment orchestrated by K...

SpringBoot bootBuildImage does not pick up targetCompatibility when it's configured after task is customised

This works:sourceCompatibility = '1.8'targetCompatibility = '1.8'bootBuildImage { jar = bootWar.archiveFile}This does...

SpringBoot Document property names to enable reactive health indicators

22631 has documented the property names used to enable a health indicator but there is also a table for reactive health ...

SpringBoot spring-boot-starter-jersey is not picking up the custom converter classes automatically

I have created a sample project with spring-boot-starter-jersey.Sample Code : Service class @Service@Path("/sample&...

SpringBoot Can't read properties after mvn:install

Hi! I have project(1) wich include config starter project(2). I need to read application.yml from(1) to (2) to get prope...
上一页 下一页
.