Nineya
Home
Blog
SpringBoot Reference documentation has a 404 for banner-logo.svg
2025-01-06 23:34:25
982
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
2025-01-06 23:04:39
1823
This commit introduces automatic configuration of the messageConverter property for both the JmsTemplate and DefaultJmsL...
SpringBoot Added support for detecting the DB2 AS400 Driver
2025-01-06 23:04:33
149
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.
2025-01-06 23:04:27
139
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
2025-01-06 23:04:21
372
When using a ConnectionFactory from JNDI it makes sense to register a JndiDestinationResolver for lookup of the destinat...
SpringBoot let GroovyTemplateProperties extend AbstractTemplateViewResolver.
2025-01-06 23:04:14
527
To be able to easily set the exposeRequestAttributes (amongst others) the GroovyTemplatePropertiesnow extends AbstractTe...
SpringBoot Support setting webAllowOthers for the H2 Web Console
2025-01-06 23:04:07
1051
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
2025-01-06 23:04:01
3111
When hibernate is on the classpath and an EntityManagerFactory is configured thenregister a HibernateMetrics bean so tha...
SpringBoot Failing test for gh-13945
2025-01-06 23:03:54
4868
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
2025-01-06 23:03:48
535
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
2025-01-06 23:03:41
1397
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
2025-01-06 23:03:34
1866
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
2025-01-06 23:03:28
373
Spring 5.3 introduced the JdbcTransactionManager with exception translationon commit and rollback. With this commit, thi...
SpringBoot Polish
2025-01-06 23:03:21
342
The SpringBootContextLoader still checked if tests wereannotated with @IntegrationTest or @WebIntegrationTest.Those clas...
SpringBoot Configure Checkstyle and formatting checks to run before tests
2025-01-06 23:03:15
320
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
2025-01-06 23:03:07
2726
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
2025-01-06 23:03:00
490
This works:sourceCompatibility = '1.8'targetCompatibility = '1.8'bootBuildImage { jar = bootWar.archiveFile}This does...
SpringBoot Document property names to enable reactive health indicators
2025-01-06 23:02:52
156
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
2025-01-06 23:02:46
2029
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
2025-01-06 23:02:39
1798
Hi! I have project(1) wich include config starter project(2). I need to read application.yml from(1) to (2) to get prope...
上一页
下一页
1
…
2044
2045
2046
2047
2048
…
2246
.