Nineya
Home
Blog
软著申请
SpringBoot Upgrade Java 8 version in CI image
2025-01-07 17:11:45
187
https://github.com/bell-sw/Liberica/releases/download/8u392+9/bellsoft-jdk8u392+9-linux-amd64.tar.gzComment From: philwe...
SpringBoot Refine spring-boot-starter-data-redis-reactive dependencies
2025-01-07 17:11:37
189
Our current arrangement is a bit unusual because we just pull in the non-reactive starter. It would be better if we have...
SpringBoot Nested jar rewrite related tasks
2025-01-07 17:11:35
476
We have a number of issues with the existing code and it feels like a rewrite might now be required.The primary issues a...
SpringBoot Support java.nio.file Paths and FileSystems with nested jars
2025-01-07 17:11:33
16147
In Spring Boot 1.3.x this code works if "/mydir" is in the parent archive (i.e. src/main/resources in the project that c...
SpringBoot Unify SSL support
2025-01-07 17:11:30
976
We currently have SSL configuration available in:ServerPropertiesCouchbasePropertiesKafkaPropertiesRabbitPropertiesIn ad...
SpringBoot Constructor binding with a custom collection type does not work
2025-01-07 17:11:26
9124
The problem, originally reported on StackOverflow, can be reproduced with the following application:package com.example;...
SpringBoot Add SSL bundle support to WebClient auto-configuration
2025-01-07 17:11:23
5308
As suggested by @wilkinsona in #6493, I raise an issue to ask to add a simplified way to add "trust store" details when ...
SpringBoot @Order does not work on (CommandLine|Application)Runner @Bean methods
2025-01-07 17:11:19
1167
Currently, when the order of an CommandLineRunner or ApplicationRunner bean is defined on the bean method it is not take...
SpringBoot Exclude commons-logging from managed dependencies
2025-01-07 17:11:17
1703
Related to https://github.com/spring-projects/spring-framework/issues/31322, it looks like org.apache.httpcomponents:htt...
SpringBoot Missing tracing context on uncaught exception in RestController
2025-01-07 17:11:14
26027
Spring Boot: 3.1.4When an exception is thrown in RestController, Tracing context (trace and spanid) is missing in log.Be...
SpringBoot Error creating bean with name 'prometheusMeterRegistry': Requested bean is currently in creation when defining a HikariDataSource and configuring its MeterRegistry
2025-01-07 17:11:11
5938
After moving from spring-boot 2.6.7 to 2.7.0 appeared cycle dependency error, related to PrometheusMeterRegistry and Dat...
SpringBoot Add @ ConditionalOnMissingBean annotation on the graphQlRouterFunction bean
2025-01-07 17:11:07
785
🎁 EnhancementWhen users have time, they need to rewrite routing rules so that they can do more custom actions; Add @ Con...
SpringBoot @ComponentScan on a test class is processed when creating a test context but is not included in the context's cache key
2025-01-07 17:10:55
4277
I have the following test, which works okay under Maven & Spring Boot 2.x. AuthorDao bean fails to load when running...
SpringBoot Restarter creates memory leak in tests
2025-01-07 17:10:51
2823
We run into memory problems on our buildstreet for automated tests.We are using an abstract base class (removed non spri...
SpringBoot When virtual threads are enabled, auto-configure an AsyncTaskExecutor that uses them
2025-01-07 17:10:39
20015
Currently, TaskExecutionAutoConfiguration auto-configures a ThreadPoolTaskExecutor built using TaskExecutorBuilder. We s...
SpringBoot [BUG] 3.0.0 raises compilation error cannot access javax.servlet.http.HttpServletRequest
2025-01-07 17:10:36
3061
Hi there,I'm trying to migrate springboot from 2.7.5 to 3.0.0, and I got a compilation error when I try to run mvn compi...
SpringBoot Prohibit upgrades to Undertow 2.2.27.Final
2025-01-07 17:10:34
552
Comment From: wilkinsona2.2.27 does not work on Java 8: https://issues.redhat.com/browse/UNDERTOW-2324.Comment From: grg...
SpringBoot Simple WebMvcTest fails with Spring Boot 1.4M3 due to missing SpringBootConfiguration
2025-01-07 17:10:31
11693
Assuming following test casepackage org.sample;import org.junit.Test;import org.junit.runner.RunWith;import org.springfr...
SpringBoot Annotating default R2DBC transaction manager with @Primary annotation.
2025-01-07 17:10:29
1369
Describing Your ChangesIncase a vendor chooses to extend R2dbcTransactionManager and provide an autoconfiguration for th...
SpringBoot When virtual threads are enabled, auto-configure Spring Pulsar to use them
2025-01-07 17:10:25
497
Details are TBD (https://github.com/spring-projects/spring-pulsar/issues/414) but it's likely to be a configuration sett...
上一页
下一页
1
…
1766
1767
1768
1769
1770
…
2246
.