Nineya
Home
Blog
SpringBoot Build scan background action failed when running Gradle tasks
2025-01-07 03:37:19
5008
Hi,since 35991d5eab0f3be67adc6bbaf9db743b94585674 I get these errors when running Gradle tasks. Even with --no-scan appl...
SpringBoot spring.codec.max-in-memory-size is not being being honored while using webflux
2025-01-07 03:37:16
1028
We are using Spring in Version 2.7.2. Once we enable WebFlux via the @EnableWebFlux annotation the configuration propert...
SpringBoot GraphQL auto-configuration does not configure the GrapQlSource with SubscriptionExceptionResolver beans
2025-01-07 03:37:11
137
We need to adapt to changes in spring-projects/spring-graphql#398 and apply a similar behavior as DataFetcherExceptionRe...
SpringBoot Clarify how docker image publishing registry is determined
2025-01-07 03:37:03
335
See #29281The registry host part of the image name determines where Docker will publish the image. The values in docker....
SpringBoot Publishing a docker image to a private registry fails without authentication
2025-01-07 03:36:59
3880
I have a private docker registry setup on our local infrastructure. It is configured without any authentication. I am tr...
SpringBoot In a non-reactive application, health indicators in a parent context are not found
2025-01-07 03:36:54
2540
I was debugging an issue related to disabling HealthIndicators last week and noticed that Boot fetches the health indica...
SpringBoot Remove checkstyle exclusion for MyRoutingConfiguration samples
2025-01-07 03:36:50
201
This checkstyle inclusion can be removed after spring-javaformat 0.0.32 has been released.Comment From: wilkinsonaThis i...
SpringBoot Make the build fail if a package contains public API but no package-info.java
2025-01-07 03:36:47
798
Comment From: wilkinsonaImplementing this for every javadoc task leads to a failure because there's no package-info.java...
SpringBoot Stale pid file may cause the launch script to incorrectly report that the service is running if a new process has been allocated the same pid
2025-01-07 03:36:42
1911
Spring Boot version : 2.2.4.RELEASEOS (uname -a) : Linux hostname 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2...
SpringBoot Dependency management for Derby is incomplete
2025-01-07 03:36:39
7539
I'm on Java 17 and latest spring boot. spring-boot-project/spring-boot-dependencies/build.gradle has been giving me grie...
SpringBoot Upgrade to Flyway 9.0.1
2025-01-07 03:36:35
510
This PR upgrades Flyway dependency to recently released 9.0.1 and adjusts to various breaking changes:removal of previou...
SpringBoot Assess the situation with Framework's trailing slash matching changes
2025-01-07 03:36:32
4912
Right now our build is failing because of recent changes in Framework's defaults for trailing slash match: https://githu...
SpringBoot Use StackWalker to deduce main application class
2025-01-07 03:36:30
532
See #31665 Use StackWalker to deduce main application class. Using this method can achieve higher performance and reada...
SpringBoot ApplicationPid doesn't log a warning if it takes a long time to return
2025-01-07 03:36:25
7413
I'm trying to find ways to speed up the rebuild process in my application and am stuck trying to figure out what's happe...
SpringBoot GET endpoint handles spanish characters in headers by default, but POST endpoint doesn't recognize them
2025-01-07 03:36:23
1508
Current BehaviorPOST and GET endpoint work with different encoding characters for HTTP headers.While sending a header wi...
SpringBoot A router function with attributes causes /actuator/mappings to return a 500 response due to an UnsupportedOperationException
2025-01-07 03:36:16
7587
In org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider.MappingDescriptio...
SpringBoot InstanceAlreadyExistsException when using Actuator with multiple context and JMX enabled
2025-01-07 03:36:14
13082
While working on a project with multi spring context (one parent and multi child) to expose actuators.@SpringBootApplica...
SpringBoot Clean the code.
2025-01-07 03:36:09
623
Comment From: wilkinsonaThanks for the suggestions, @gavrilovegor519. Unfortunately, I'm not sure about the if to switch...
SpringBoot Using 'ImportAutoConfigurationImportSelector' in the jar package loaded by a custom class loader throws ClassNotFoundException
2025-01-07 03:36:07
103
fix issue#31787Comment From: snicoll@aoyvx thank you for making your first contribution to Spring Boot.
SpringBoot Using 'ImportAutoConfigurationImportSelector' in the jar package loaded by the custom class loader will raise ClassNotFoundException.
2025-01-07 03:36:03
5038
I try to use 'UrlClassLoader' to load a jar package. In this jar package, an 'AnnotationConfigApplicationContext' will b...
上一页
下一页
1
…
1916
1917
1918
1919
1920
…
2246
.