SpringBoot "java.lang.IllegalStateException: zip file closed" when call JarFileWrapper.stream() of spring-boot-loader

spring-boot-maven-plugin:2.3.4.RELEASEpackage test;import org.springframework.boot.autoconfigure.SpringBootApplication;i...

SpringBoot ClasspathLoggingApplicationListener logs the classpath as unknown on Java 11 and later

When running the application's main method directly on Java 11 or later the TCCL won't, typically, be a URLClassLoader s...

SpringBoot JdbcStoreTypeConfiguration picks transaction of primary data source when Quartz data source is not the primary data source

QuartzAutoConfiguration.JdbcStoreTypeConfiguration will use the transaction manager of the primary data source when an a...

SpringBoot TestTypeExcludeFilter does not implement hashCode and equals as required by its super-class

Why the class TestTypeExcludeFilter has not implemented hashCode? I have a problem with that, How can I exclude the Test...

SpringBoot Our auto-configuration should not use @PostConstruct as it's ignored on Java 11+ without a dependency on jakarta-annotation-api

See #23716 for one example. We should remove all @PostConstruct annotations from our own codebase and add a checkstyle r...

SpringBoot @ConditionalOnMissingBean does not work in case the "missing bean" is a Spring Data Repository

@ConditionalOnMissingBean does not work if the "missing bean" is a Spring Data Repository. Attached you find andemo.zip ...

SpringBoot Clarify the javadoc of AutoConfigureTestDatabase to make it clearer that it only replaces the main DataSource

TestDatabaseAutoConfiguration in the getDataSourceBeanDefinition method explicitly only finds for the primary data sourc...

SpringBoot Recommend that bean definitions provide as much type information as possible

One of the application team reported an issue and I found this slightly unintuitive behavior between condition evaluati...

SpringBoot Ensure starter javadoc and source jars have different checksums

We should try to add something to the zips to ensure they get a unique digest.Comment From: philwebbPerhaps we can add t...

SpringBoot Allow headers being added in OPTIONS requests for unexistent endpoints

(What follows is how I created my application from scratch, and how you can reproduce it, in order to get the behaviour ...

SpringBoot Configuration property replacement metadata for spring.resources.cache.cachecontrol.stale-while-revalidate is invalid

There's a typo in the replacement. It's spring.web.resources.cache.cachecontrol.stale-while-revaliate but it should be s...

SpringBoot Work around Wildfly deployment failure caused by Micrometer

Until https://github.com/micrometer-metrics/micrometer/issues/2331 is fixed, we'll need to work around it. We can do so ...

SpringBoot Deployment tests' intTest task should run whenever the war file changes

This is the failure that prevents the app from deploying:2020-11-02 16:38:19,678 INFO [stdout] (ServerService Thread Po...

SpringBoot logging.file.* properties flagged with error level while they are still honoured

A number of logging.file.* properties were relocated to a different namespace and are still handled (see #23609), but th...

SpringBoot Upgrade to Undertow 2.2.0.Final

Comment From: chadlwilsonIs a backport of this being considered to the 2.3 branch, given https://nvd.nist.gov/vuln/detai...

SpringBoot Upgrade to Undertow 2.2.2.Final

Comment From: gmarziouHello, is there any chance that Undertow 2.2.2.Final will get backported to Spring Boot 2.3.x to f...

SpringBoot @CrossOrigin and @RequestMapping at class level are not resolving Cross origin error

Hi ,While developing REST Services , at a point @CrossOrigin and @RequestMapping is used at class level.But it not resol...

SpringBoot Remove DatabaseLookup as it is no longer used

org.springframework.boot.autoconfigure.orm.jpa.DatabaseLookup is not used anywhere and is not public so it should either...

SpringBoot Add missing default value for enum-based configuration properties

A number of configuration properties that expose an Enum don't have their defaults registered properly. The AP isn't abl...

SpringBoot Enable redis cache's ttl setting by cacheName

org.springframework.boot.autoconfigure.cache.CacheProperties.Redis only have a default timeToLive , but in generally , a...
上一页 下一页
.