SpringBoot Document support for Java 15

The 2.2 and 2.3 reference docs state that Boot "requires Java 8 and is compatible up to Java 14 (included)". We should u...

SpringBoot Allow configuring Tomcat properties individually for main application and actuator

The current Tomcat configuration properties (server.tomcat.threads.min-spare, server.tomcat.max-connections, etc.) apply...

SpringBoot @Valid Annotation not found

Hey there!When I started a new Spring Boot Project. I just creating controller normally till I found out that @Valid Ann...

SpringBoot Log4j2 configuration is not picking up some properties

I'm using log4j2 for logging and tried to simplify the logging pattern by setting logging.pattern.dateformat to HH:mm:ss...

SpringBoot Unable to connect to Docker Artemis broker with multiple camel routes using JMSComponent(only 1 connection is working)

Tech stack and tech notes:Spring-boot: 2.3.0.RELEASECamel: 2.25.1Artemis: 2.13.0Artemis has been setup to use a sslUsing...

SpringBoot when com.github.ben-manes.caffeine:jcache on classpath, property spring.cache.caffeine.spec didn't work

I add spring-boot-starter-cache and com.github.ben-manes.caffeine:jcache on classpath , also add following properties s...

SpringBoot Drop JDK 14 pipeline

Hi,as JDK 15 is GA since last week, I was wondering if we should drop the JDK 14 pipeline on 2.4.x and wanted to discuss...

SpringBoot Add BootstrapContext methods that deal with missing registrations

The single get method is not very helpful when the registration is optional.Comment From: philwebb/cc @spencergibb

SpringBoot Make our own ConfigData Resolvers/Loaders public

ConfigTreeConfigDataLocationResolver, ResourceConfigDataLocationResolver, ConfigTreeConfigDataLoader and ResourceConfigD...

SpringBoot Allow binding to collections when a boolean 'is' method also exists

Java 11.02Spring Boot 2.3.3.RELEASE I am having problem with application.properties file.application.properties sometime...

SpringBoot Add origin support for empty YAML list and map

Add the fix for CollectionNodeAdd some testComment From: yan-khonski-itWhen do you merge it? In which Spring Cloud Confi...

SpringBoot Fix package tangle caused by ApplicationContextFactory

Comment From: philwebbActually, this is a design level 1 tangle so we can probably ignore it.

SpringBoot Note the Kt class name suffix when describing how to configure a Kotlin application's main class name

The purpose of this PR is to make it clearer that when Kotlin is used, the name of the main class is not equal to the na...

SpringBoot Don't apply MeterFilter to auto-configured composite registry

Met with a team today that is configuring two PrometheusMeterRegistry instances, one for platform metrics and the other ...

SpringBoot RestTemplate timeout not working when set to less than 1 ms

Example:import org.springframework.boot.web.client.RestTemplateBuilderimport org.springframework.web.bind.annotation.Get...

SpringBoot Fix LoggingSystem package tangle

Comment From: philwebbCaused by #22594Comment From: philwebbI'm not sure how to fix this one :(Comment From: wilkinsonaG...

SpringBoot Actuator is using different methods for serialization and deserialization

Actuator APIs (Logger for example) are usingMap deserializer when JSON is received and ObjectMapper when it is send. Whi...

SpringBoot Note the Kt class name suffix when describing how to configure a Kotlin application's main class name

This can probably be obvious to Kotlin developers, but values of the mainClassName property for Kotlin classes should in...

SpringBoot Add reference to ArangoDB starter

Following #23282, it would be nice to add a reference to this starter so that users can discover it more easily.Comment ...

SpringBoot Partitions#partitions ConcurrentModificationException

When topology refresh is on,enable the follow config:spring.redis.lettuce.cluster.refresh.adaptive=truespring.redis.lett...
上一页 下一页
.