SpringBoot Spring boot create image with Dockerfile is broken in 2.5.2

Follow the steps here:docker build .Use 2.5.2 versionMy dockerfileFROM openjdk:11RUN mkdir /opt/appWORKDIR /opt/appADD ...

SpringBoot Upload File Size not working after increase size

Hi Experts..I tried increase spring.servlet.multipart.max-file-size and max-request-size in SpringBoot2 application.yml ...

SpringBoot spring-boot-maven-plugin 2.5.1 packaged jars start much slower

I observed something really weird am unable to explain it.While trying to optimize the startup time of our spring boot a...

SpringBoot Remove spring.mongodb.embedded.version default value

Currently, the default MongoDB version that comes with embedded MongoDB dependency in spring boot is 3.5.5, the latest ...

SpringBoot Unexpected yaml behaviour with : in value (but work in url)

Problem with yml changing the value in Spring Boot 2.4.4.@Value("${victoria.tenant.id}")String tenantId;victor...

SpringBoot Upgrade to Hibernate 7.0.1.Final

Upgrade to latest Hibernate due to OWASP CVE-2020-10693 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10693Com...

SpringBoot Spring Boot CNB classpath configuration being overridden

We've recently upgraded to Spring Boot 2.3, and moved from the Palantir Docker plugin to the Spring Boot CNB plugin.Defa...

SpringBoot Unable to convert duration to microseconds

Current implementation does not work for duration values < 1ms.Test to repreduce the bug:@Testvoid printSimpleWithUni...

SpringBoot Document that hateoas starter is spring MVC specific

When I invoke .\gradlew test (I'm on Windows) for the attached testcasetestcase.zip I get a stacktrace in JUnit's report...

SpringBoot Restore run order of data.sql/schema.sql against high-level database migration tools

Spring Boot 2.5 changed the order in which high-level database migration tools like Flyway and Liquibase and the Spring ...

SpringBoot Improve javadoc of @DefaultValue

Here is an example of my problem. when no value is supplied to default-name in yml file. @DefaultValue should step in an...

SpringBoot One NPE in LogbackLoggingSystemTests.java

Hello,Our static analyzer found a following potential NPE. We have checked the feasibility of this execution trace. It i...

SpringBoot Recommend disabling context path redirects when using proxy-terminated SSL with Tomcat

Affects: Spring Boot v2.2.1.RELEASEcontext path redirect causes protocol downgrade to httpI'm trying to run a basic Spri...

SpringBoot configuration item: server.undertow.max-http-post-size does not take effect

I needed to limit the size of the client request body, so I used this configuration.https://docs.spring.io/spring-boot/d...

SpringBoot DataSourcePoolMetricsAutoConfiguration loads DataSource with @Lazy

The idea of lazy Datasource is to have it up once it needed/possible.In my case I put Lazy there because before connecti...

SpringBoot Injecting custom OAuth2AuthorizedClientManager from WebSecurityConfigurerAdapter creates circular reference

Creating a custom Bean of type OAuth2AuthorizedClientManager inside a class extending WebSecurityConfigurerAdapter and i...

SpringBoot Spring data properties for Mongo causes exception even when programmatically configured

Hello,I am using the reactive spring data mongodb starter:implementation 'org.springframework.boot:spring-boot-starter-d...

SpringBoot Speedup element equality checks in ConfigurationPropertyName

Hi,here is another PR that tries to improve the binding of extremely large files as reported in #16401. There are basica...

SpringBoot No load some beans when the property starts with spring.multi....

Hello All, I just upgrade to spring boot 2.5.1 and spring cloud. In my project I have implemented the connection to mult...

SpringBoot build-image goal uses JDK 16 by default instead of project Java version

the docker images built using the build-image goal use JDK 16 in the container instead of the JDK specified in the pomSp...
上一页 下一页
.