Nineya
Home
Blog
SpringBoot Upgrade to spring-asciidoctor-extensions 0.5.0
2025-01-06 19:20:30
314
https://github.com/spring-projects/spring-boot/issues/23605 seems to be meant to upgrade to spring-asciidoctor-extension...
SpringBoot Align name of UndertowServletWebServerFactory's eagerInitFilters with Undertow's naming
2025-01-06 19:20:22
168
Undertow's property is named eagerFilterInit and so is our configuration property. When should rename the getter and set...
SpringBoot Set platform API version when invoking image builder
2025-01-06 19:20:16
431
Per the CNB spec, platforms should pass a CNB_PLATFORM_API variable to all builder lifecycle phases to ensure the phases...
SpringBoot Upgrade to Spring Data 2020.0.0-RC2
2025-01-06 19:20:10
659
Comment From: snicollNot going to upgrade to snapshot yet as Spring Data Neo4j had some package relocations post RC that...
SpringBoot Remove org.synchronoss.cloud:nio-multipart-parser from spring-boot-starter-webflux in favour of WebFlux's own parser
2025-01-06 19:20:03
468
WebFlux now provides its own multipart parser so using the Synchronoss parser is no longer required. We should remove it...
SpringBoot Add KafkaStream's CleanupConfig properties
2025-01-06 19:19:56
675
Add properties for Spring Kafka's cleanup configuration.Comment From: snicoll@adrien-ben thank you for making your first...
SpringBoot Document that @DataNeo4jTest does not support transactional tests with a reactive setup
2025-01-06 19:19:50
28147
The former SDN rx provides a @ReactiveDataNeo4jTest for reactive applications. I am try to use @DataNeo4jTest(it declare...
SpringBoot Document that a reactive transaction manager is not auto-configured with Spring Data Neo4j
2025-01-06 19:19:43
1141
I am trying to update the former SDN Rx example project to the latest Spring Boot 2.4(SDN RX is merged right ?).The firs...
SpringBoot GRPC support for couchbase integration
2025-01-06 19:19:36
883
Hi ,creating this issue as I couldn't find reference for GRPC support with couchbase/nosql integration in documentation ...
SpringBoot Polish
2025-01-06 19:19:30
100
This PR fixes some typos and polishes trivial stuff.Comment From: philwebbThanks once again @izeye !
SpringBoot Add a FailureAnalyzer for ConfigDataLocationNotFoundException
2025-01-06 19:19:23
737
As suggested by @dsyer, we could add a FailureAnalyzer for ConfigDataLocationNotFoundException.Comment From: MiehauHi, m...
SpringBoot Override Undertow's defaults so that the request URL of a forwarded request is spec-compliant and make it configurable via an application property
2025-01-06 19:19:16
617
By default, Undertow preserves the original request URL when a request is forwarded. This does not comply with the Servl...
SpringBoot Bean Validation error on JBoss EAP 6.4.2
2025-01-06 19:19:10
8584
JBoss EAP 6.4 uses al older version of Bean Validation than Spring Boot 1.3.0.M4, after excluding the libraries in quest...
SpringBoot Upgrade to Spring Framework 5.3.0-RC2
2025-01-06 19:19:04
134
Comment From: snicollFor the record we are aware that this broke the build. I am working on a fix that's more involved t...
SpringBoot Setting server.undertow.eager-filter-init has no effect
2025-01-06 19:18:56
325
The configuration property isn't mapped onto the factory so setting it has no effect. It should be done by UndertowServl...
SpringBoot Use Files.createTempDirectory(String, FileAttribute<?>...) for temporary directory creation
2025-01-06 19:18:49
5033
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-10...
SpringBoot spring.main.lazy-initialization=true doesn't work on InitializingBean#afterPropertiesSet
2025-01-06 19:18:42
6786
In my project,I user a bean which implements FactoryBean and InitializingBean interface. I user spring.main.lazy-initial...
SpringBoot Use a Property<String> named mainClass to configure the main class name in the Gradle plugin
2025-01-06 19:18:34
380
Gradle seems to have settled on a Property<String> named mainClass for configuring the name of the main class. See...
SpringBoot Update default builder image for image builds with buildpacks
2025-01-06 19:18:12
532
Now that the Cloud Native Buildpacks lifecycle supports multiple platform API versions Spring Boot can safely consume th...
SpringBoot spring-boot-loader loader.path is not working with latest 2.3.4.RELEASE(it was working with 1.3.8.RELEASE)
2025-01-06 19:18:05
2216
I am trying to load some external jars in gradle undertow project using spring-boot-loader version 2.3.4.RELEASE by pass...
上一页
下一页
1
…
2108
2109
2110
2111
2112
…
2246
.