Nineya
Home
Blog
软著申请
SpringBoot Upgrade to Micrometer 1.11.0-RC1
2025-01-07 07:36:12
228
Comment From: izeyeThis seems to have been applied in 0b051741d92e8dda4faeffcefd7cb043a02e4baa which has a wrong commit ...
SpringBoot Use current Neo4j version in Testcontainers-based examples
2025-01-07 07:36:09
276
I just spotted an outdated Neo4j version in the docs.From the commit message:Version 4.2 went out of support May 16, 202...
SpringBoot Use removeIf rather than Iterator-based removal
2025-01-07 07:36:05
463
Hello, I saw several complex and outdated iterator loops used in the code while learning the spring boot source code. I ...
SpringBoot Clarify servlet container compatibility
2025-01-07 07:35:59
1040
Fix documentation section on web container requirements for 2.7.x.This is relevant for teams and companies that are plan...
SpringBoot Remove unused XADataSourceAutoConfigurationTests.JdbcConnectionDetailsConfiguration
2025-01-07 07:35:57
144
This PR removes the unused XADataSourceAutoConfigurationTests.JdbcConnectionDetailsConfiguration since d69335d94a40164b1...
SpringBoot Fix banner location value hard coded
2025-01-07 07:35:55
219
I think there is no reason to use hardcoded "baner.txt" instead of DEFAULT_BANNER_LOCATIONComment From: philwebbI agree....
SpringBoot Upgrade to Neo4j Java Driver 5.7.0
2025-01-07 07:35:50
205
We need to make an exception to our upgrade policy to keep the driver's version aligned with the version that's used by ...
SpringBoot 2.3.x build failed "spring-boot-autoconfigure:checkFormatMain"
2025-01-07 07:35:42
2651
springboot 2.3.x build failed( I had execute ./gradlew -p buildSrc format):$ gradle build -x test> Task :spring-boot...
SpringBoot Document that the jdk.util.jar.enableMultiRelease system property must be set to false when using JSPs with Boot 3.0 and java -jar
2025-01-07 07:35:39
23124
Spring Boot 3.0.1 + JDK 17 + packaing war Startup Error by java -jar demo-springboot-jsp.warI create a simple spring b...
SpringBoot SpandID and TraceID are dropped from context after calling ReactiveMongoRepository.save()
2025-01-07 07:35:37
1843
Reproducible example: https://github.com/OlegHudyma/spring-boot-webflux-mongodb-tracing-issue-4-10-2023🐞 Bug reportTrace...
SpringBoot java.lang.ClassCastException (unnamed module of loader 'app') error with Spring Data Redis
2025-01-07 07:35:34
4589
I am trying to use Redis with Spring Boot. I am facing error as described-Steps-1. I created a Spring Boot Application w...
SpringBoot I'm getting "Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make private java.time.LocalDateTime(java.time.LocalDate,java.time.LocalTime) accessible: module java.base does not "opens java.time" to unnamed module @4fb6cb9a" after migrating my microservice from java 11 to 17. I tried customs converters as well but nothing worked for me.
2025-01-07 07:35:31
11395
Here is the full error logCaused by: java.lang.reflect.InaccessibleObjectException: Unable to make private java.time.Loc...
SpringBoot Allow DeprecatedConfigurationProperty on fields for Lombok
2025-01-07 07:35:29
1146
There is currently no elegant way to use @DeprecatedConfigurationProperty in order to provide additional deprecation met...
SpringBoot Documentation's "getting-started" page creates spring-boot application in default package
2025-01-07 07:35:26
1448
To be more specific, I'm referring to Section 4.3 in the "Getting Started" page at docs.spring.io (which is currently ma...
SpringBoot Missing dependency: Spring Boot 3.x + embedded apache derby
2025-01-07 07:35:24
982
When trying to setup a minimal project using an embedded apache derby database derby's EmbeddedDriver class is missing.M...
SpringBoot Spring Boot 3 NoSuchMethodError org.springframework.web.bind.annotation.RequestMethod.resolve(java.lang.String)
2025-01-07 07:35:21
9251
When running a Spring Boot application in the IDE with version 2.7.10, everything works fine.When changing dependencies ...
SpringBoot KafkaAdmin client as part of KafkaAutoConfiguration
2025-01-07 07:35:19
3557
AdminClient provides useful admin operations over kafka. Consider adding as part of kafka auto-configuration beans. One ...
SpringBoot Broken dependency management for org.springframework.security:spring-security-oauth2-client in 2.7.10 Parent POM
2025-01-07 07:35:16
2114
Hi there,I noticed after upgrading to Spring Boot 2.7.10, the jar file spring-security-oauth2-client-5.7.3.jar was still...
SpringBoot getting-started: move MyApplication.java to it's own package
2025-01-07 07:35:12
2135
In its current state, MyApplication.java does not have it's own package and exists in the default package which conflict...
SpringBoot Allow the application directory in an image built with buildpacks to be configurable
2025-01-07 07:35:09
559
I want to change the app dir in the final output image built using SpringBoot Gradle Plugin's bootBuildImage task.The ...
上一页
下一页
1
…
1832
1833
1834
1835
1836
…
2246
.