Nineya
Home
Blog
springboot pull/21267 upgrade mockito-core
2025-01-06 09:36:31
314
Ensure such upgrade.Comment From: wilkinsona@netbeansuser2019 There's no need to open an issue for a pull request that y...
springboot Update pom.xml
2025-01-06 09:36:24
566
Updated mockito-core and related net.bytebuddy:*And of course it should be then in BOM.net.bytebuddy:byte-buddy:1.10.9+C...
springboot Expose additional CNB builder options with build plugins
2025-01-06 09:36:17
1083
The CNB builder infrastructure supports the options cleanCache and verboseLogging, which control builder behavior. The M...
springboot Autoconfigure ReactiveGridFsTemplate with MongoProperties.getGridFsDatabase()
2025-01-06 09:36:11
1160
Using ReactiveGridFsTemplate I noticed that it is always user the main database, even if GridFsDatabase is specified. I'...
springboot SampleRSocketApplicationTests unauthenticatedAccessToRSocketEndpoint fails intermittently
2025-01-06 09:36:04
13656
Access is denied, but the test sometimes picks up a "closed connection" error message. The build scan captures the follo...
springboot Provide an RSocketMessageHandlerCustomizer to allow customizing of the RSocketMessageHandler
2025-01-06 09:35:56
949
Provide an RSocketMessageHandlerCustomizer to allow customizing of the RSocketMessageHandler20303Comment From: pivotal-i...
springboot Disable error message on default error page unless explicitly enabled
2025-01-06 09:35:49
5037
We could display a generic message by default. We could reuse the includeStackTrace property or add a new property.Comme...
springboot Add support for customizing Spring Session's cookie serializer
2025-01-06 09:35:42
505
This PR introduces CookieSerializerCustomizer as callback that allows the customization of auto-configured DefaultCookie...
springboot Change default builder image from cloudfoundry/cnb to Paketo
2025-01-06 09:35:36
119
Paketo is the new CNB. The build plugins should default to a Paketo builder image instead of a cloudfoundry/cnb image.
springboot Improve compatibility of launch script by replacing use of seq with a bash native loop
2025-01-06 09:35:30
1794
The current launch script uses seq in a subshell in the stop action to wait for the process to terminate. seq is not pre...
springboot Problem with DelegatingWebMvcConfiguration in autoconfiguration
2025-01-06 09:35:23
5614
I am facing two issues when I'm using DelegatingWebMvcConfiguration in my custom autoconfiguration module:Creating a con...
springboot Upgrade to Spring Kafka 2.5.0.RC1
2025-01-06 09:35:17
117
Comment From: snicollIt turns out we'll get a Spring Kafka 2.5 release after all. I've updated the title accordingly.
springboot Provide an RSocketMessageHandlerCustomizer to allow customizing of the RSocketMessageHandler
2025-01-06 09:35:10
6008
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...
springboot KafkaClientMetrics is applied to a newly created producer rather than an existing one
2025-01-06 09:35:04
1983
See https://github.com/spring-projects/spring-boot/commit/888a81beba23728078337ad91c27ca4abbcb189e#r38575845Comment From...
springboot Provide a property to disable configuration of the default servlet
2025-01-06 09:34:57
1180
Currently AbstractServletWebServerFactory is registering the default Servlet in all cases.With a typical Spring Boot app...
springboot Allow project dependencies to be assigned to layers by their coordinates
2025-01-06 09:34:50
720
This change adds support for including/excluding project dependencies in multi-project builds in custom layers in the la...
springboot Fix some deprecations
2025-01-06 09:34:43
261
Hi,this PR fixes some deprecations in tests. The KafkaAdmin#getConfig() deprecation was introduced in 2.5.x only, which ...
springboot Allow @AutoConfigurationPackage to specify the base packages that should be registered
2025-01-06 09:34:09
1635
I am writing a Boot starter where I have some JPA repositories in foo.jpa. I want to add auto-configuration in foo.jpa.a...
springboot Best effort support for Hazelcast 4
2025-01-06 09:34:02
871
Spring Boot 2.3 still provides dependency management for Hazelcast 3. There are a number of changes in Hazelcast 4 that ...
springboot spring-boot-starter-data-jpa pulls in multiple dependencies providing package 'javax.persistence'
2025-01-06 09:33:56
18893
I am using:* Spring Boot 2.3.M4* Gradle 6.3* AdoptOpenJDK-14My build is using the Spring Boot and the Spring Dependency ...
上一页
下一页
1
…
2179
2180
2181
2182
2183
…
2246
.