Nineya
Home
Blog
软著申请
SpringBoot Need confirmation of EOL of Spring boot 2.7.x
2025-01-07 23:14:12
2991
According to https://spring.io/projects/spring-boot#support, OSS support for Spring boot 2.7.x has reached "End of suppo...
SpringBoot Add support for org.testcontainers.kafka.KafkaContainer
2025-01-07 23:14:08
1716
Currently, spring-boot-testcontainers supports only org.testcontainers.containers.KafkaContainer, but not org.testcontai...
SpringBoot AnonymousAuthenticationFilter bug
2025-01-07 23:14:03
1713
org.springframework.security.authentication.InsufficientAuthenticationException: Full authentication is required to acce...
SpringBoot Use early static registration of EventPublishingContextWrapper
2025-01-07 23:14:00
2062
https://github.com/spring-projects/spring-boot/blob/a34917007308fbcd22028c2a39522a4fad5e9651/spring-boot-project/spring-...
SpringBoot Spring Boot Unable to Connect to Redis in Production Mode, Despite Working Requests
2025-01-07 23:13:57
28072
🐞 Bug reportDescription:I am experiencing an issue with the spring-boot-starter-data-redis-reactive version 3.1.3 when t...
SpringBoot Document that spring-boot:repackage should not be run from the command-line
2025-01-07 23:13:54
3027
This is exactly the same as reported https://github.com/spring-projects/spring-boot/issues/19055Environment:mvn -VApache...
SpringBoot Bump fast-xml-parser from 4.4.0 to 4.4.1 in /antora
2025-01-07 23:13:50
4705
Bumps fast-xml-parser from 4.4.0 to 4.4.1.ChangelogSourced from fast-xml-parser's changelog.Note: If you find missing in...
SpringBoot Maven plugin integration tests cannot run against release local repository
2025-01-07 23:13:44
186
https://github.com/spring-projects/spring-boot/issues/33383 introduced an integration test that uses spring-boot-starter...
SpringBoot Spring Boot 2.5.0 and InvalidDefinitionException: Java 8 date/time type java.time.Instant not supported by default
2025-01-07 23:13:40
55306
After update from Spring Boot 2.4.5 to Spring 2.5.0 I noticed the following exceptions in the application logs:Caused by...
SpringBoot Migrating to Spring Boot v2 to v3 and Getting ClassNotFoundException for javax.xml.bind.annotation.XmlElement
2025-01-07 23:13:37
9080
While migrating from Spring Boot v2.7.14 to v3.3.2, I'm getting the below error :ClassNotFoundException for javax.xml.bi...
SpringBoot Allow binder to compose collections from multiple sources
2025-01-07 23:13:35
2688
Currently the Binder class has a "first wins" policy for binding lists. From the docs:When lists are configured in more ...
SpringBoot Propose new spring.autoconfigure.exclusion property binding as Map to support multiple property sources
2025-01-07 23:13:32
6508
Currently the spring.autoconfigure.exclude property is bound as a List<Class<?>>. This is a problem as colle...
SpringBoot DynamicPropertyRegistry in @Bean-method fails with spring-boot-testcontainers dependency in classpath (3.4.0-M1)
2025-01-07 23:13:23
2627
In Spring Boot until 3.3.x I was able to inject an instance of DynamicPropertyRegistry into a @Bean configuration in my ...
SpringBoot CVE-2024-38809 in spring-web, any plans to upgrade to 6.0.23
2025-01-07 23:13:20
174
Comment From: PookiPokversion 3.1.xComment From: wilkinsonaOSS support for Spring Boot 3.1.x is no longer available. 3.1...
SpringBoot Reduce the boilerplate that's required in tests that use a service in a Testcontainers-managed container
2025-01-07 23:13:18
8026
A common pattern when using Testcontainers is to use @DynamicPropertySource to configure the properties required to use ...
SpringBoot StatusAssertions expectStatus() should use the HTTP status (not json field)
2025-01-07 23:13:15
4783
I'd like to strip the reactive DefaultErrorAttributes to only expose timestamp and message fields in the json response.E...
SpringBoot Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice
2025-01-07 23:13:12
1344
In Version 3.3.1 https://github.com/spring-projects/spring-boot/commit/60b7e6cf23c9befefa78bb41e1fb5073d2258de7 got merg...
SpringBoot Gradle Kotlin DSL - Spring boot - parameter not working [java.lang.IllegalArgumentException: Name for argument of type...] - Integration Test
2025-01-07 23:13:10
1868
I'm posting it here because I don't know who's fault it is, whether it's Srping or Gradle's.https://github.com/gradle/gr...
SpringBoot Micrometer’s OpenTelemetry integration fails when OpenTelemetry context is used too early
2025-01-07 23:13:07
6974
I discovered an issue with Spring Boot Micrometer`s OpenTelemetry integration, version 3.2 and newer but older versions ...
SpringBoot Allow PemContent.of to work with untrimmed content
2025-01-07 23:13:04
6168
Hello.I am currently using Spring Boot 3.3.1, I noticed the utility org.springframework.boot.ssl.pem.PemContent is very ...
上一页
下一页
1
…
1655
1656
1657
1658
1659
…
2246
.