Nineya
Home
Blog
软著申请
SpringBoot ArchitectureCheck tasks aren't registered in our Gradle build
2025-01-07 23:37:10
524
When org.springframework.boot.build.architecture.ArchitecturePlugin#registerTasks is called, javaPluginExtension.getSour...
SpringBoot Allow ConfigurationProcessor to work with Kotlin Symbol Processor
2025-01-07 23:37:06
4788
The problem:Currently, ConfigurationProcessor is backed by Annotation Processing. In Kotlin annotation processors can be...
SpringBoot Document that Tomcat's maxQueueCapacity need to be greater than 0
2025-01-07 23:37:02
1668
Springboot version - 3.3.4java - 21I have used following settings to test tomcat with springboot. i want to check when t...
SpringBoot Upgrade to HttpClient5 5.4
2025-01-07 23:36:57
515
Comment From: snicollThere are a number of deprecations around TLS that affect our build support. I am investigating wha...
SpringBoot Allow common messages to be specified for message sources
2025-01-07 23:36:55
2473
This change extends the configuration schema to support the specification of common messages, when defining a messageSou...
SpringBoot Regression in environment placeholder resolution in ApplicationContextRunner for 3.4.0-M3
2025-01-07 23:36:51
3644
Problem statementHi Spring Team. I'm evaluating Spring Boot 3.4.0-M3 and I ran into a regression in environment loading...
SpringBoot Update TestcontainerFieldBeanDefinition.java
2025-01-07 23:36:48
3155
Description of ChangesThis PR improves the TestcontainerFieldBeanDefinition for better safety, clarity, and maintainabil...
SpringBoot Allow start-up to fail if unknown Liquibase change set is discovered.
2025-01-07 23:36:45
8249
I recently encountered a production issue as a consequence of the following problem:1. A Spring Boot application with Li...
SpringBoot Add DB2 support for Docker Compose
2025-01-07 23:36:42
2271
Comment From: quaffDb2R2dbcDockerComposeConnectionDetailsFactory removed since com.ibm.db2:db2-r2dbc is not an actual dr...
SpringBoot Support mixing constructor and setter binding for ConfigurationProperties
2025-01-07 23:36:40
5115
It's common to divide configuration properties into required and optional, the required properties are defined as final ...
SpringBoot Support Janino in a native image
2025-01-07 23:36:37
17426
When building a native image with Spring Boot Maven plugin, Logback configuration relying on Janino leads to an error.Fo...
SpringBoot clarify elasticsearchdata configuration
2025-01-07 23:36:34
3183
Hi,when using spring data elasticsearch in a spring boot server, it's hard to decide on how to configure the system (e.g...
SpringBoot Introduce a starter for HTTP Client applications
2025-01-07 23:36:30
2692
I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies ...
SpringBoot Split auto-configuration out into several smaller, more focused modules
2025-01-07 23:36:28
2157
At the moment, various templating libraries, are integrated with Spring in the following way:they have auto-configuratio...
SpringBoot No SBOM generated in a multi projects Gradle build
2025-01-07 23:36:23
5240
In a multi projects Gradle build the CycloneDX SBOM is not generated and not added to the boot JAR.Sample project: https...
SpringBoot Reinstate support for initing mocks in MockitoTestExecutionListener
2025-01-07 23:36:21
245
It was removed in Boot as Framework's equivalent listener was doing the init. That init was removed in 6.2.0 snapshots a...
SpringBoot Export SBOM contained in native-image
2025-01-07 23:36:12
2744
GraalVM's native-image has a feature where it can create a SBOM on native image build time and embed it. You can then us...
SpringBoot Update DataSourceHealthIndicator, ConnectionFactoryHealthIndicator to improve code readability and maintainability
2025-01-07 23:36:09
1328
Hello, I'm a 17-year-old developer living in South Korea. I'm looking at the actuator part of the Spring Boot project, a...
SpringBoot How to setAcceptQueueSize when used embed jetty with Spring Boot
2025-01-07 23:36:06
1783
When we use spring boot to start embed jetty server, how to setAcceptQueueSize, now this value is 0, then go to jdk will...
SpringBoot Fix Oracle JDK download URLs
2025-01-07 23:35:59
155
https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.tar.gz has moved to https://download.oracle.com/java/17/...
上一页
下一页
1
…
1636
1637
1638
1639
1640
…
2246
.