Nineya
Home
Blog
SpringBoot Upgrade to Selenium 4.1.3
2025-01-07 03:02:01
176
Comment From: snicollLooks like HTMLUnit has to catch upComment From: snicollWe need a new release indeed. I've created ...
SpringBoot Autoconfigured OAuth2 Resource Server is missing client metrics
2025-01-07 03:01:46
2625
While using spring-boot-starter-oauth2-resource-server I noticed that there are no HTTP client metrics for any of the ca...
SpringBoot timeout-per-shutdown-phase setting for graceful shutdown
2025-01-07 03:01:43
224
I have in my application.properties as spring.lifecycle.timeout-per-shutdown-phase=120snothing happens, it still using d...
SpringBoot build-image fails with "The builder requested cannot be found" despite existing
2025-01-07 03:01:39
1568
Hi, I'm trying to build an image via build-image goal, like this:./mvnw -Dmaven.test.skip=true spring-boot:build-image -...
SpringBoot "spring-boot-starter-jersey" imports Spring incompatible with SpringBoot
2025-01-07 03:01:36
2357
Running an empty SpringBoot app with a org.springframework.boot:spring-boot-starter-jersey:2.6.7 causes the following ex...
SpringBoot Update authors.adoc
2025-01-07 03:01:32
621
Hi sir,can you add my name in the authors.adoc file?A Chinese name can show the inclusiveness of the project,I'm proud o...
SpringBoot Debug logging for requests to WebFlux-based Actuator endpoints does not identify the endpoint
2025-01-07 03:01:28
1583
This PR just add toString method on spring-boot-actuator WriteOperationHandler and ReadOperationHandler :1. for consiste...
SpringBoot Add missing Tomcat's default MIME mappings
2025-01-07 03:01:25
384
PR DescriptionAdded missing Tomcat's default MIME mappings to MimeMappings. Used MimeTypeMappings.properties from Tomcat...
SpringBoot Various typos fixes
2025-01-07 03:01:21
1273
This PR fixes various typos in :- spring-boot-cli and spring-boot-actuator-autoconfigure javadoc,- spring-boot-autoconfi...
SpringBoot Upgrade to Netty 4.1.77.FINAL
2025-01-07 03:01:18
858
I understand there is a semi-automatic process to update managed dependencies.In spite of that, we are experiencing inab...
SpringBoot Use Log4jBridgeHandler to route JUL-based logging into Log4j 2
2025-01-07 03:01:14
1647
Since version 2.15.0 log4j-jul contains a Log4jBridgeHandler, that allows to forward JUL to Log4j 2.x and synchronizes t...
SpringBoot Remove support for Embedded Mongo in favour of its new built-in Spring Boot support
2025-01-07 03:01:11
383
The Embedded Mongo project is introducing support for Spring Boot, including its own auto-configuration. To avoid a circ...
SpringBoot Use Testcontainers in Spring Session Reactive smoke tests
2025-01-07 03:01:07
263
Similar to what was done in #28173 and #28362 for the non-reactive Spring Session smoke tests, the Spring Session reacti...
SpringBoot Bean created twice when having a @Nested test class
2025-01-07 03:01:04
3062
Hello everyone,I have a weird behavior when working with spring-kafka-test's @EmbeddedKafka annotation. I am not certain...
SpringBoot Pageable.Sort problem in Spring Boot 2.6.7 and Spring Boot 2.5.13
2025-01-07 03:00:59
4610
Description of Pageable.Sort problemIntroductionI have a controller where @SortDefault is used.@SortDefault(sort="u...
SpringBoot Remove smoke tests that do nothing without a server
2025-01-07 03:00:53
239
As mentioned in #12724, several smoke tests do nothing unless they can connect to a server. Existing integration tests u...
SpringBoot Remove spring.profiles support
2025-01-07 03:00:50
1907
The spring.profiles property was replaced in Spring Boot 2.4 with spring.config.activate.on-profile. We currently still ...
SpringBoot @ConditionalOnProperty meta annotation with @AliasFor does not work
2025-01-07 03:00:46
4305
The @ConditionalOnProperty is available as meta annotation (despite the #13996) but the @AliasFor does not work.I've inc...
SpringBoot @ConditionalOnProperty meta annotation with @AliasFor does not work
2025-01-07 03:00:42
573
Fixes gh-24968Comment From: mhalbritterHey @terminux, thanks for the PR. Andy left a comment on the issue. Did you take ...
SpringBoot A suggestion for "additional configuration metadata"
2025-01-07 03:00:35
1791
For example, there is a configuration property class:@Getter@Setter@ConfigurationProperties("foo")@EnableConfi...
上一页
下一页
1
…
1938
1939
1940
1941
1942
…
2246
.