Nineya
Home
Blog
SpringBoot "java.lang.IllegalStateException: zip file closed" when call JarFileWrapper.stream() of spring-boot-loader
2025-01-06 19:42:41
1208
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
2025-01-06 19:42:34
830
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
2025-01-06 19:42:26
3105
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
2025-01-06 19:42:19
3430
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
2025-01-06 19:42:11
124
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
2025-01-06 19:42:04
1378
@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
2025-01-06 19:41:56
1513
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
2025-01-06 19:41:47
5852
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
2025-01-06 19:41:40
481
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
2025-01-06 19:41:33
4883
(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
2025-01-06 19:41:26
182
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
2025-01-06 19:41:20
235
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
2025-01-06 19:41:14
24036
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
2025-01-06 19:41:07
244
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
2025-01-06 19:41:01
785
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
2025-01-06 19:40:54
341
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
2025-01-06 19:40:47
1469
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
2025-01-06 19:40:40
425
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
2025-01-06 19:40:33
203
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
2025-01-06 19:40:26
302
org.springframework.boot.autoconfigure.cache.CacheProperties.Redis only have a default timeToLive , but in generally , a...
上一页
下一页
1
…
2099
2100
2101
2102
2103
…
2246
.