SpringBoot Upgrade to Gradle Enterprise Gradle Plugin 3.5.1

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

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

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

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

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

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

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"

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

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

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

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

Adds GET support for /actuator/startupFixes gh-24666Comment From: snicollThanks again Chris! I've polished the documenta...

SpringBoot Update .gitignore

Comment From: pivotal-issuemaster@renhhh Please sign the Contributor License Agreement!Click here to manually synchroniz...

SpringBoot Support get requests for /actuator/startup

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

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

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

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

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

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

Forward port of issue #24154 to 2.4.x.Comment From: ankewayThis problean causing hikariDataSource return nullbecause tar...
上一页 下一页
.