Nineya
Home
Blog
SpringBoot server.reactive.session.cookie properties are not listed in the application properties appendix
2025-01-07 03:39:35
334
31896 Added @NestedConfigurationProperty annotation to the cookie field of org.springframework.boot.autoconfigure.web.Se...
SpringBoot Provide an option to run Bomr against only certain libraries
2025-01-07 03:39:31
303
We sometimes want to upgrade a single library or check for possible upgrades for a handful of libraries. To speed this u...
SpringBoot Decouple aot-generate from the abstraction used to run an application
2025-01-07 03:39:28
543
Brainstorming with @wilkinsona it became apparent that the AotGenerateMojo should not inherit from the same hierarchy as...
SpringBoot Dev Tools restart failures caused by a too short quiet period are hard to diagnose
2025-01-07 03:39:26
54052
Spring Boot Dev Tools 2.6.6Spring Boot 2.6.6MavenJava 11Could be related to #1106I have an issue when trying to make cha...
SpringBoot reactor.netty.channel.AbortedException: Connection has been closed
2025-01-07 03:39:22
4737
SpringBoot 2.6.9The development environment is normal. When deployed to the production environment, as the number of req...
SpringBoot Remove unused code in GitInfoContributor
2025-01-07 03:39:20
884
As stated in the documentation at https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#info.retrievi...
SpringBoot Remove documentation and metadata references to ConfigFileApplicationListener
2025-01-07 03:39:16
661
Hi,I've noticed that ConfigFileApplicationListener is still referenced in a few places. Including the docs which leads t...
SpringBoot Spring boot jdbc data repository by multi data source
2025-01-07 03:39:11
4978
please help me.I use multi data source in my projectdata source properties:spring.datasource.url=jdbc:sqlserver://localh...
SpringBoot WebClient is using the original HttpMethod when followRedirect is true
2025-01-07 03:39:09
1884
Hi! When a REST endpoint returns Status code 303 with Location header, we'd expect that WebClient will call the new endp...
SpringBoot Review Spring Batch auto-configuration now that spring-jdbc is a required dependency
2025-01-07 03:39:06
768
In Batch 5, spring-jdbc is now a required dependency (it was previously optional). We should review the auto-configurati...
SpringBoot Disable auto-detection in tests that start Hazelcast
2025-01-07 03:39:04
1180
Programmatically, it's something like:getAutoDetectionConfig().setEnabled(false)In YAML:hazelcast: network: join: ...
SpringBoot Add more session cookie properties for reactive web servers
2025-01-07 03:39:01
3205
Add rich session cookie config property for WebFluxNo Session Repository[x] Provide spring.webflux.session.cookie.* prop...
SpringBoot Remove reference to Azure Application Insights
2025-01-07 03:38:55
96
The starter hasn't been released in two years and Microsoft confirmed they would not ship a 3.0.
SpringBoot Add Support for Remote Cloud Development with Gitpod
2025-01-07 03:38:53
8283
Related to #31146About this PRThis PR Contains a .gitpod.yml which enables the prebuild and creates a ready to code work...
SpringBoot Disable auto-detection in tests that start Hazelcast
2025-01-07 03:38:40
776
Updated test configs to disable auto-detection for Hazelcast instancesCloses #31715Comment From: snicollUnfortunately, t...
SpringBoot eureka.client.initial-instance-info-replication-interval-seconds with initial delay can not take effect bug
2025-01-07 03:38:37
2474
Spring Boot Version: 2.7.2 || 1.9.8Hello, teamWhen I want to use the eureka delay initial function, I found that is not ...
SpringBoot Stop testing against Hazelcast 3
2025-01-07 03:38:33
246
Spring Boot 2.7 moved to Hazelcast 5 and has a smoke tests to ensure compatibility with Hazelcast 4. However, we still h...
SpringBoot There seems to be a section of wrong logic in org.springframework.boot.loader.jar.Handler#captureJarContextUrl
2025-01-07 03:38:31
1015
Looking at the following code, handlers will never be null. https://github.com/spring-projects/spring-boot/blob/47516b50...
SpringBoot HealthContributor beans managed by a CompositeHealthContributor are recreated on each call
2025-01-07 03:38:29
741
During the construction of the NamedContributorsMapAdapter, each value adapter is called only once.Closes gh-29640Commen...
SpringBoot Dependency management for REST Assured is incomplete
2025-01-07 03:38:25
627
For our integration-tests with REST Assured we use the kotlin-extension-module of REST Assured. To use the module an add...
上一页
下一页
1
…
1914
1915
1916
1917
1918
…
2246
.