Nineya
Home
Blog
软著申请
SpringBoot Deprecate LOGGED_APPLICATION_NAME log property in favor of APPLICATION_NAME with the verbatim value
2025-01-07 22:53:50
468
In order to support #5479 we need to access application.name. Currently we only store the value as LOGGED_APPLICATION_NA...
SpringBoot Fix typos in javadoc of BootstrapContext
2025-01-07 22:53:46
137
Fixed grammatical issues in Javadoc for the BootstrapContext interface.Closes PR #41443Comment From: wilkinsonaThanks ve...
SpringBoot Group Kafka back-off properties
2025-01-07 22:53:43
463
Kafka back-off policy properties "delay", "maxDelay", "multiplier", and "randomBackOff" are now groupedunder a common pr...
SpringBoot Can't configure antMatchers after anyRequest spring boot 2.2.0
2025-01-07 22:53:40
9401
@Configuration@EnableWebSecuritypublic class CustomizeWebSecurityConfig extends WebSecurityConfigurerAdapter { @O...
SpringBoot Build of OCI image fails with both AOT and CDS when Flyway used
2025-01-07 22:53:38
5336
Tested with Spring Boot 3.3.1I was investigating creating an OCI image of a Spring Boot application using both AOT and C...
SpringBoot spring.json.type.mapping, kafka producer doesn't work with spring boot 3.3.0
2025-01-07 22:53:35
3385
I have problem after upgrade spring boot version from 3.2.6 to version 3.3.0other dependency, they're the same even I ch...
SpringBoot SpringBoot using spring-boot-starter-data-redis is not able to make a connection to redis
2025-01-07 22:53:32
22143
Description: Running a springboot application and redis server on a docker engine.I have exposed the port 8080 of the do...
SpringBoot Open community on discourse.org
2025-01-07 22:53:26
1791
Some time ago there was very useful community on gitter.im . But after moving it to matrix platform it became hard to us...
SpringBoot developmentOnly dependencies fail to resolve when building jar if dependency-management plugin not installed
2025-01-07 22:53:23
2915
With the following build.gradle.ktsimport org.springframework.boot.gradle.plugin.SpringBootPluginplugins { java id(&qu...
SpringBoot Metrics in "/actuator/prometheus" are not consistent in a multi nodes environment (kubernetes)
2025-01-07 22:53:20
577
DescriptionMy application is built using Spring Boot and is deployed with multiple replicas in a Kubernetes cluster. I a...
SpringBoot Jakarta Persistence Query Timeout does not work for Spring Data JPA findBy Field/All methods
2025-01-07 22:53:18
2642
Hi Spring Team, Problem StatementI am trying to set spring.jpa.properties.jakarta.persistence.query.timeout in applicati...
SpringBoot Upgrade to Elasticsearch Client 8.14.2
2025-01-07 22:53:15
268
Comment From: wilkinsonaThis needs to be reverted as there's a binary incompatible change to a method return type (long ...
SpringBoot Upgrade to Oracle Database 23.4.0.24.05
2025-01-07 22:53:13
1284
Can revert fixes for issue: https://github.com/spring-projects/spring-boot/issues/38943as no longer seems to applyOracle...
SpringBoot Upgrade to Selenium HtmlUnit 4.20.0
2025-01-07 22:52:55
216
This is required for compatibility with Spring Framework 6.2. It's noteworthy because the dependency coordinates have ch...
SpringBoot Upgrade to HtmlUnit 4.2.0
2025-01-07 22:52:53
269
This is required for compatibility with Spring Framework 6.2. It's noteworthy as the dependency coordinates have changed...
SpringBoot add validate job status code
2025-01-07 22:52:41
1902
see https://github.com/spring-projects/spring-boot/issues/41336I have added logic to determine the application's state b...
SpringBoot Make it easier to package certain content in the root of a fat jar
2025-01-07 22:52:39
23559
Spring Boot 1.4 has made using this technique for including a Java agent in a fat jar more difficult. The problem is tha...
SpringBoot Prohibit upgrades to Undertow 2.3.14.Final
2025-01-07 22:52:25
3777
Comment From: wilkinsonaUnfortunately, Undertow 2.3.14 hangs regularly when it's being stopped in one of our integration...
SpringBoot Upgrade java 21 to existing spring boot 2.7.0 application
2025-01-07 22:52:13
1115
I am trying to upgrade an existing application using spring boot version 2.7.0. with java 21 and getting below exception...
SpringBoot Is it possible to use mvn -Pnative spring-boot:build-image to build an image and simultaneously upload it to an image repository, similar to the Jib plugin?
2025-01-07 22:52:11
846
Problem Description:Our project has just been upgraded from Spring Boot 2.x to Spring Boot 3.2.x, and from JDK 8 to Graa...
上一页
下一页
1
…
1670
1671
1672
1673
1674
…
2246
.