Nineya
Home
Blog
SpringBoot Avoid dependency resolution at configuration time
2025-01-06 22:35:04
453
Our build currently resolves 4 configurations at configuration time::spring-boot-project:spring-boot-cli:loader:spring-b...
SpringBoot Document how to configure Maven's Failsafe plugin when not using spring-boot-starter-parent
2025-01-06 22:34:58
1549
A documentation fix for #25473 to document how to configure maven's failsafe plugin when not using spring boot starter p...
SpringBoot Configure memory leak detection for Netty
2025-01-06 22:34:51
2511
We should add a property for configuring the level of leak detection with Netty.This can be done statically, has obvious...
SpringBoot Expand configurable parameters for RSocketServer
2025-01-06 22:34:44
1702
I've noticed that by now it is only possible to configure a few parameters of RSocket Server (maybe also for RSocketCile...
SpringBoot ClassCastException Liquibase since Spring Boot 2.4.3
2025-01-06 22:34:37
931
In Spring Boot 2.4.3 the mysql-connector-java version was updated to 8.0.23. This version contains a breaking change for...
SpringBoot Record WebFlux server metrics for client disconnection
2025-01-06 22:34:22
6389
Version: Spring Boot 2.3.4.RELEASE with Webflux & MetricsScenario:1. Client aborts the connection before server send...
SpringBoot Ensure that database initialization has completed before R2DBC ConnectionFactory is used
2025-01-06 22:34:16
723
For R2DBC initialization ordering we need to ensure that any beans that depend upon database initialization are configur...
SpringBoot Upgrade to Glassfish Jaxb 2.3.3
2025-01-06 22:34:09
2308
Comment From: snicollThis upgrade brings the activation runtime via a com.sun groupId. We need to figure out what to do ...
SpringBoot spring-data-commons-2.4.6 issue with PageRequest.of(0, 3)
2025-01-06 22:34:03
398
in spring-data-commons-2.4.6 version the PageRequest.of(pageNumber, pageSize) doesn't allow me to create Page with zero ...
SpringBoot Improve diagnostics of ClassPathFileSystemWatcherTests failures
2025-01-06 22:33:55
371
ClassPathFileSystemWatcherTests#configuredWithRestartStrategy is flaky and sometimes fails due to the listener receiving...
SpringBoot Switch SpringBootRepositoryRestConfigurer to constructor injection
2025-01-06 22:33:48
199
There's no apparent need for it to be using field injection any more (we can inject optional dependencies into the const...
SpringBoot Add support for Quartz in Actuator
2025-01-06 22:33:42
6874
Add endpoints to improve the monitoring of a spring-boot-quartz application (see this)Group:* GET /actuator/quartzgroup:...
SpringBoot Expose Tomcat keepAliveTimeout and maxKeepAliveRequests properties
2025-01-06 22:33:35
4097
Hi 👋I was going through the server properties for Tomcat and I couldn't find the keepAliveTimeout and maxKeepAliveReques...
SpringBoot Fix flaky QuartzAutoConfigurationTests
2025-01-06 22:33:28
288
Hi,the latest build had a flaky test in QuartzAutoConfigurationTests.This PR changes from Thread.sleep to Awaitility.wai...
SpringBoot spring-boot:build-image hangs when classifier is specified in configuration
2025-01-06 22:33:19
721
When a classifier is specified in the Maven plugin configuration, the spring-boot:build-image goal will hang when runnin...
SpringBoot Increase test coverage on Java 16
2025-01-06 22:33:12
544
Hi,after a chat with @wilkinsona about Gradle 7 in 2.5.x it became apparent that it might be a little late to do this on...
SpringBoot AutoConfigurationPackage should register JPA entities
2025-01-06 22:33:05
5255
With no explicit configuration at all, Boot will scan the package tree starting at the @EnableAutoConfiguration for JPA ...
SpringBoot Tomcat keepalive customizations
2025-01-06 22:32:59
186
new properties:server.tomcat.keep-alive-timeoutserver.tomcat.max-keep-alive-requestsFixes #23539 Comment From: wilkinson...
SpringBoot Issue with Request Body for REST APIs in WEB MVC
2025-01-06 22:32:52
2806
I found a very strange issue with serialisation/deserialisation of Request Body when using a POST call.I am using Spring...
SpringBoot During incremental compilation, configuration property metadata isn't generated for classes annotated with @ControllerEndpoint, @JmxEndpoint, @RestControllerEndpoint, @ServletEndpoint, or @WebEndpoint
2025-01-06 22:32:45
8445
We've seen this a few times when building locally. The build fails like this:> Task :spring-boot-project:spring-boot-...
上一页
下一页
1
…
2055
2056
2057
2058
2059
…
2246
.