Nineya
Home
Blog
软著申请
SpringBoot Reduce code duplication when working with a bean definition's bind method attribute
2025-01-07 07:56:37
201
The introduction of AOT has added some more places where we need to work with the bean method attribute on a bean defini...
SpringBoot NullPointerException during JPA deleteAll with lazy collections
2025-01-07 07:56:35
22462
Since upgrading to Spring Boot 3.1.0 from 3.0.6 we are experiencing NPEs when calling .deleteAll() on Spring Data JPA re...
SpringBoot refactor: Change loop code
2025-01-07 07:56:32
230
method was using stream and foreach together.We changed foreach to streamAlso, using stream's toList() eliminates the ne...
SpringBoot Spring-boot-docker-compose with Docker in Docker
2025-01-07 07:56:29
1912
Whilst trying the new spring-boot-docker-compose module, I ran into an issue in the Gitlab pipeline. Previously I used t...
SpringBoot Static initialization cycle among javax.el.JreCompat.java and javax.el.Jre9Compat.java
2025-01-07 07:56:27
2215
SpringBootVersion 2.5.0-RC1spring-petclinic-3.0.0tomcat-10.1.5It can happen that static method javax.el.Jre9Compat.isSu...
SpringBoot No traces info anymore in implementation classes of AbstractErrorWebExceptionHandler
2025-01-07 07:56:24
4478
Reproducer details and problem explanationA reproducer is shared at the following location : https://github.com/jackcat1...
SpringBoot Document audience support in OAuth2 resource server
2025-01-07 07:56:18
1223
Closes #34848Comment From: pivotal-cla@bikash30851 Please sign the Contributor License Agreement!Click here to manually ...
SpringBoot MDC context map is not loading the context variables after migrating to spring boot 3.0
2025-01-07 07:56:15
3132
After migrating from Spring Boot 2.1.8 to Spring Boot 3.0 with Java 17, I'm experiencing an issue where the MDC context ...
SpringBoot Native test fails with class not found exception for ApplicationContextInitializer when test uses SpringApplicationBuilder
2025-01-07 07:56:12
1670
IssueRunning Native test with SpringApplicationBuilder results in error: java.lang.ClassNotFoundException: org.graalvm.j...
SpringBoot Spring context configuration with PostgreSQL container tests doesn't work after an update to Spring 3.1.0.
2025-01-07 07:56:09
28948
After upgrading to Spring 3.1.0, all of my tests using @ContextConfiguration that instantiate the class ApplicationConte...
SpringBoot Health actuator mail details shows the port as -1 when using the default port
2025-01-07 07:56:07
4461
When mail is autoconfigured and spring.mail.port is not defined, the health contributor shows the port as -1 instead of ...
SpringBoot refactor: Remove unnecessary local variables
2025-01-07 07:56:04
605
This PR is neither a bug nor a feature add-onRemoved unnecessary local variable 'portMappings'.Comment From: pivotal-cla...
SpringBoot Spring boot autoconfigure 3.1.0 ingores MongoProperties authenticationDatabase
2025-01-07 07:56:01
2653
Hi,After migration from Spring boot 3.0.6 to 3.1.0, the application using proproty authenticationDatabase can not authe...
SpringBoot Upgrade Kafka image used in integration tests
2025-01-07 07:55:59
748
Issue link: https://github.com/spring-projects/spring-boot/issues/35234Updated the Kafka image version from 5.4.0 to 7.4...
SpringBoot Spring Boot 2.7 - org.keycloak.adapters.KeycloakDeployment.java - protocol an error
2025-01-07 07:55:56
881
In my opinion, you should protocol an error here. In my case I had a SSLHandshakeException exception,which was not clear...
SpringBoot span-joining-supported is not working (as expected)
2025-01-07 07:55:53
2203
Hi, I'm using SB 3.1 and the propertiesmanagement.tracing.propagation.type=B3management.tracing.brave.spanJoiningSupport...
SpringBoot Update Kafka image tag used in integration tests
2025-01-07 07:55:51
5500
We're using 5.4.3 of confluentinc/cp-kafka, which has no ARM support. Starting with 7.x the developers added ARM support...
SpringBoot bump io.github.git-commit-id from 5.0.0 to 5.0.1
2025-01-07 07:55:46
991
The 5.0.1 release avoids Maven 3.9.2 warnings since it declares org.apache.maven:maven-plugin-api and org.apache.maven:m...
SpringBoot Update Git Commit ID Maven Plugin to 6.x to make it compatible with Maven 3.9.2
2025-01-07 07:55:43
3133
Maven 3.9.2 complains about git-commit-id-maven-plugin 5.0.0[WARNING][WARNING] Plugin validation issues were detected in...
SpringBoot Spring Boot 3.1.0 - "mappingModelPart" is null
2025-01-07 07:55:39
7331
Same code works on Spring Boot 3.0.7 but has this error on 3.1.0 and 3.1.1-SNAPSHOT:org.springframework.beans.factory.Be...
上一页
下一页
1
…
1814
1815
1816
1817
1818
…
2246
.