Nineya
Home
Blog
SpringBoot How can I exclude the configuration enabled through a Boot protected inner configuration class?
2025-01-07 03:30:18
14451
I have a concrete situation where I want to exclude the configuration implemented by org.springframework.boot.autoconfig...
SpringBoot Add auto-configuration for JdkClientHttpConnector
2025-01-07 03:30:14
531
Spring Framework 6 introduces JdkClientHttpConnector, a ClientHttpConnector based on the JDK HttpClient. Would be nice i...
SpringBoot Include GitHub actions in Dependabot config
2025-01-07 03:30:09
744
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.Dep...
SpringBoot Add config property for KafkaAdmin modifyTopicConfigs
2025-01-07 03:30:06
2521
Adds a new configuration property spring.kafka.admin.modify-topic-configs to facilitate enabling of this recently added ...
SpringBoot Kubernetes readiness probe endpoint returning 404
2025-01-07 03:30:03
10381
There appears to be some change in behaviour for the Kubernetes-oriented readiness group endpoint on 2.3.2 compared to 2...
SpringBoot HTTP Server and Data repositories metrics record null for the description
2025-01-07 03:29:56
1075
Hi, Recently, during creation of some dashboards with service metrics I found that some of them have missing description...
SpringBoot Use StackWalker to deduce main application class
2025-01-07 03:29:50
4511
Recently I am learning new features after jdk9, I saw an interesting feature. Stack-Walking API.This API allows us to it...
SpringBoot Fix checkstyle violation
2025-01-07 03:29:44
192
Hi,this PR fixes a checkstyle violation.Cheers,ChristophComment From: scottfrederickSuperseded by https://github.com/spr...
SpringBoot spring-boot-starter-parent 2.7.1 missing from maven central
2025-01-07 03:29:40
732
https://search.maven.org/artifact/org.springframework.boot/spring-boot-starter-parent missing 2.7.1They do exist here: ...
SpringBoot Adapt to change in default strategy for URL path matching in Spring MVC
2025-01-07 03:29:36
1590
Currently WebMvcAutoConfiguration sets a PathPatternParser if the matching-strategy is PATH_PATTERN_PARSER but doesn't d...
SpringBoot When using Jetty, setting the MVC Servlet path changes the static file directory.
2025-01-07 03:29:33
1569
When using Jetty, setting the MVC Servlet path changes the static file directory.This change is present in version 2.6.x...
SpringBoot Depend on org.apache.logging.log4j:log4j-api directly rather than through Elasticsearch's transitive dependencies
2025-01-07 03:29:28
217
Compilation of spring-boot-actuator-autoconfigure depends on the Log4j API but it's only on the compile classpath throug...
SpringBoot Deprecation hint for spring.data.mongodb.grid-fs-database is located in the wrong section
2025-01-07 03:29:25
256
Move deprecation of spring.data.mongodb.grid-fs-database from incorrect section „hints“ to correct section „properties“....
SpringBoot Upgrade to Native Build Tools Plugin 0.9.13
2025-01-07 03:29:19
592
As part of this, we should straighten out the dependency management. It's currently split across spring-boot-dependencie...
SpringBoot Enable GraalVM reachability metadata repository
2025-01-07 03:29:16
613
With https://github.com/oracle/graalvm-reachability-metadata now public and native-build-tools 0.9.13 just released, it ...
SpringBoot Reinstate support for Hibernate metrics
2025-01-07 03:29:11
169
With the upgrade to Hibernate 6 (#31674), hibernate-micrometer is now compatible with Jakarta EE 9. Our support for auto...
SpringBoot Upgrade to Hibernate 6
2025-01-07 03:29:08
880
Initial draft of a Hibernate 6 upgrade for Spring Boot. The first commit upgrades to Spring Data JPA and Envers versions...
SpringBoot Provide easy way to remote debug AOT generated code
2025-01-07 03:29:04
1557
It would be very helpful if we could easily remote debug AOT generated code directly from Maven/Gradle. Spring Native ha...
SpringBoot jetty starter 2.1.18.RELEASE internal incompatibility
2025-01-07 03:29:00
5103
Http server can not start up, and here is error logException in thread "Thread-22" java.lang.AbstractMethodErr...
SpringBoot Can I use a higher version of the spring-boot-maven-plugin to package the lower version of the spring-boot applications?
2025-01-07 03:28:51
644
Can I use a higher version of the spring-boot-maven-plugin to package the lower version of the spring-boot applications ...
上一页
下一页
1
…
1919
1920
1921
1922
1923
…
2246
.