Nineya
Home
Blog
springboot Add InputStreamSourceToByteArrayConverter
2025-01-06 09:37:39
347
It would be useful if the ApplicationConversionService could convert between InputStreamSource instances (for example a ...
springboot In an immutable @ConfigurationProperties object nested properties object is null when no nested property specified
2025-01-06 09:37:33
2837
Version informationSpring-boot: 2.2.6.RELEASEReproductionI have an immutable @ConfigurationProperties class with nested ...
springboot Only enable flaky test support on CI
2025-01-06 09:37:26
36
Having them locally can be annoying.
springboot Maven plugin examples for build-image command line properties are incorrect
2025-01-06 09:37:18
676
The 2.3.0.M4 docs contain these examples: $ mvn spring-boot:build-image -Dspring-boot.build-image:builder=mine/java-cnb-...
springboot Improve handling of cancelled requests when publishing WebClient metrics
2025-01-06 09:37:11
6264
Currently, MetricsWebClientFilterFunction does handle the signal via doOnEach() method. When a timeout cancels the pipel...
springboot Upgrade to Flyway 6.3.3
2025-01-06 09:36:58
45
Comment From: wilkinsonaSuperseded by #21269.
springboot Enable transaction auto-configuration when using @DataMongoTest and there is a MongoTransactionManager bean
2025-01-06 09:36:52
6276
Using @DataMongoTest currently does not enable auto-configuration for transactions which means that tests for transactio...
springboot Do not auto-create IMDG instance when Jet is present
2025-01-06 09:36:45
4031
Spring Boot automatically creates a Hazelcast instance when either Config bean exist or when it finds a configuration fi...
springboot Fix checkstyle violation
2025-01-06 09:36:37
380
Hi,commit 1abe0f16d0575e53464182935e6ba8a7646fd265 has introduced two checkstyle violations, which this PR fixes.Cheers,...
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...
上一页
下一页
1
…
2175
2176
2177
2178
2179
…
2242
.