Nineya
Home
Blog
SpringBoot Upgrade to Gradle Enterprise Gradle Plugin 3.5.1
2025-01-06 20:31:02
55
Comment From: wilkinsonaThanks very much, @runningcode.
SpringBoot Error Invalid entry size when build application with a dependency jar larger than 2,147,483,647 bytes with Gradle
2025-01-06 20:30:43
446
Hi there, I was working on a Spring Boot application with has a dependency to a big size jar(over 4G). I got> Invalid...
SpringBoot Upgrade to Spring Boot Version 2.2.12 RELEASE is failing with NPE in our service's integration-test module
2025-01-06 20:30:30
8994
Comment From: nithyasubbu123As part of upgrading software libraries with Spring Boot such as Spring Boot Starter Jetty, ...
SpringBoot Exception in thread "main" java.lang.AbstractMethodError: org.springframework.boot.env.EnvironmentPostProcessorApplicationListener.supportsSourceType(Ljava/lang/Class;)Z
2025-01-06 20:30:17
2103
In my springboot project, I used a jar package provided by others. The springboot version used by this jar is 2.4.1. How...
SpringBoot Allow proxied @SpyBeans to be used with Mockito's inline mock maker
2025-01-06 20:30:09
10479
spring-boot version is 2.1.3.RELEASEI already addressed the issue in mockito. issuethe mockito 3.4.0 can mock static met...
SpringBoot NPE when shutting down long running web request
2025-01-06 20:30:01
44474
To reproduce add a Thread.sleep to a MVC+Actuator app then force close it from the command line.java.lang.NullPointerExc...
SpringBoot Add customizer for jOOQ's DefaultConfiguration
2025-01-06 20:29:53
1167
jOOQ has a number of "provider" interface one can implement to tune its behaviour. We've started to look for beans of su...
SpringBoot Polish "Add support for GET requests for /actuator/startup"
2025-01-06 20:29:46
446
See gh-24717Comment From: pivotal-issuemaster@PascalSchumacher Please sign the Contributor License Agreement!Click here ...
SpringBoot bootRun task does not use the project's toolchain by default
2025-01-06 20:29:38
209
Unlike the Application plugin's run task, our bootRun task does not use the project's toolchain to determine its Java la...
SpringBoot BootRun does not consider configured javaLauncher when determining JVM arguments for an optimized launch
2025-01-06 20:29:32
619
As of Spring Boot 2.4.1 and Grade 6.7.1, BootRun is assuming that the JVM that will be running the application is the sa...
SpringBoot Add new providers to jOOQ auto-configuration
2025-01-06 20:29:24
1405
jOOQ introduced following new providers. Auto-configuration should be able to pick them up a and put into jOOQ configura...
SpringBoot Support get requests for /actuator/startup
2025-01-06 20:29:12
240
Adds GET support for /actuator/startupFixes gh-24666Comment From: snicollThanks again Chris! I've polished the documenta...
SpringBoot Update .gitignore
2025-01-06 20:29:05
295
Comment From: pivotal-issuemaster@renhhh Please sign the Contributor License Agreement!Click here to manually synchroniz...
SpringBoot Support get requests for /actuator/startup
2025-01-06 20:28:58
504
Currently the startup actuator endpoint only supports POST because it clears the buffer. We should offer a GET version t...
SpringBoot Issue #17766 - change classpath from command line to environment variable when forking
2025-01-06 20:28:51
1120
This should fix issue #17766. Please take into account that this solution would append to any CLASSPATH env var already...
SpringBoot Exploded archives launched using the launcher have an incorrectly ordered classpath that also contains non-existent jar files
2025-01-06 20:28:45
8586
I have a boot application which is executing flyway migrations on app start. The migration itself runs succesfully.But w...
SpringBoot Clarify behaviour of WebServerFactory in reference guide
2025-01-06 20:28:34
488
When one creates its own WebServerFactory bean, the expectation is that Spring Boot backs-off completely and give you fu...
SpringBoot Auto-configured customizers are stil applied on a user-defined ServletWebServerFactory
2025-01-06 20:28:28
3037
This bug occurs if you are using Jetty and Spring Boot version 2.4.1.If you set a custom ThreadPool on your JettyServlet...
SpringBoot Config data location 'classpath:/' does not exist
2025-01-06 20:28:21
3962
I used the 2.4.2-SNAPSHOT version to get this error. I found that it was because there was no property file in the class...
SpringBoot DataSourceUnwrapper calls Wrapper.isWrapperFor with a class rather than an interface causing Oracle UCP warnings
2025-01-06 20:28:15
931
Forward port of issue #24154 to 2.4.x.Comment From: ankewayThis problean causing hikariDataSource return nullbecause tar...
上一页
下一页
1
…
2081
2082
2083
2084
2085
…
2246
.