Nineya
Home
Blog
SpringBoot AutoConfig Saml2Logout is not available / Feature added in spring-security 2.6
2025-01-07 02:42:35
442
https://github.com/spring-projects/spring-boot/blob/6865f1f3d913a40192570d51857664edd2ed5a48/spring-boot-project/spring-...
SpringBoot Remove redundant Javadoc
2025-01-07 02:42:31
92
Comment From: snicoll@vikeychen thank you for making your first contribution to Spring Boot.
SpringBoot Move metrics export properties
2025-01-07 02:42:26
2638
While integrating Micrometer tracing (see #30156) we found that our properties structure is not ideal for integrating tr...
SpringBoot Running into No qualifying bean of type 'org.springframework.data.relational.core.mapping.RelationalMappingContext' after upgrading to spring boot 2.6.3
2025-01-07 02:42:24
15307
After upgrading spring boot to 2.6.3 from 2.3.9 I'm running into the following error,Using @EnableJdbcRepositories on th...
SpringBoot build-info.properties is generated in a different path causing errors with BuildProperties bean
2025-01-07 02:42:20
2520
Versions usedSpring boot 2.6.4Java 17Gradle 7.4Description of the bugStarting from Spring boot 2.6.4 the build-info.prop...
SpringBoot The referred version of Hibernate jpamodelgen did not work when upgrading to 3.0.0-M2
2025-01-07 02:42:10
871
The reproduce example: https://github.com/hantsy/spring6-sandbox/blob/master/boot* Spring Boot 3.0.0-M2* Java 17* MavenI...
SpringBoot Disable Tomcat's MBean Registry by default and provide a property to enable it
2025-01-07 02:42:06
6179
See this thread https://tomcat.markmail.org/thread/kayfacujrpt2diht which appears to suggest we might be able to disable...
SpringBoot Replace entries in additional-spring-configuration-metadata.json with code
2025-01-07 02:42:00
409
The file additional-spring-configuration-metadata.json in spring-boot-actuator-autoconfigure contains enabled properties...
SpringBoot Simplify registration of Jackson mixin types
2025-01-07 02:41:57
3560
Hi, this PR basically solves #25920, but there are still some issues to consider:Boot finds classes annotated with @Json...
SpringBoot Sort entries in additional-spring-configuration-metadata.json
2025-01-07 02:41:53
637
The entries in additional-spring-configuration-metadata.json should be sorted. That makes the diffs for the changes in t...
SpringBoot Move JsonComponent documentation from Spring MVC to general Jackson section
2025-01-07 02:41:49
162
@JsonComponent applies to any use of Jackson, but it's currently documented within the section on Spring MVC. It should ...
SpringBoot Profiles added using @ActiveProfiles have different precedence
2025-01-07 02:41:46
6579
See this example that demonstrates the issue:@SpringBootTest@ActiveProfiles("smoketest")class SmokeTests { ...
SpringBoot Prevent org.jetbrains.annotations imports
2025-01-07 02:41:41
348
Comment From: wilkinsonaUntil we tackle https://github.com/spring-projects/spring-boot/issues/10712, I think we should p...
SpringBoot Document how to access the H2 Console in a secured web application
2025-01-07 02:41:37
3821
Resolves #28268.The WebSecurityCustomizer is a bit blunt. But for a development setup, a proper SecurityFilterChain seem...
SpringBoot Reinstate support for REST Assured
2025-01-07 02:41:34
3084
REST Assured 4.5 contains the changes that we need to support it with Jakarta EE 9.Comment From: wilkinsonaUnfortunately...
SpringBoot Dependency management for Netty tcNative is incomplete leading to possible version conflicts
2025-01-07 02:41:30
3113
When I create an empty project with springboot2.5.10 and the netty-tcnative-boringssl-static of default version below, ...
SpringBoot Switch to GA releases for Java 18 update checks
2025-01-07 02:41:20
534
Comment From: dreis2211It would make sense to update https://github.com/spring-projects/spring-boot/blob/main/ci/scripts...
SpringBoot Spring Boot 2.6.5 not found in Maven Central
2025-01-07 02:41:15
612
I can see you have released 2.6.5 but cannot find the same in Maven Central. If this is expected and I am being just imp...
SpringBoot Upgrade to Jackson Bom 2.13.2
2025-01-07 02:41:11
693
Comment From: snicollIt looks like things are still being released as com.fasterxml.jackson.module:jackson-module-kotlin...
SpringBoot Deterministic ordering in classpath.idx based on Gradle dependencies order no longer works
2025-01-07 02:41:07
4242
Gradle/Spring Boot generates a file in the boot JAR’s BOOT-INF folder called classpath.idx, and Spring Boot uses a custo...
上一页
下一页
1
…
1951
1952
1953
1954
1955
…
2246
.