Nineya
Home
Blog
SpringBoot Document support for Java 15
2025-01-06 19:02:45
170
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
2025-01-06 19:02:39
3512
The current Tomcat configuration properties (server.tomcat.threads.min-spare, server.tomcat.max-connections, etc.) apply...
SpringBoot @Valid Annotation not found
2025-01-06 19:02:32
1013
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
2025-01-06 19:02:21
3023
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)
2025-01-06 19:02:15
6455
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
2025-01-06 19:02:07
1140
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
2025-01-06 19:01:58
662
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
2025-01-06 19:01:50
115
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
2025-01-06 19:01:44
265
ConfigTreeConfigDataLocationResolver, ResourceConfigDataLocationResolver, ConfigTreeConfigDataLoader and ResourceConfigD...
SpringBoot Allow binding to collections when a boolean 'is' method also exists
2025-01-06 19:01:38
4976
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
2025-01-06 19:01:31
363
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
2025-01-06 19:01:25
93
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
2025-01-06 19:01:16
494
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
2025-01-06 19:01:09
2190
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
2025-01-06 19:01:03
2965
Example:import org.springframework.boot.web.client.RestTemplateBuilderimport org.springframework.web.bind.annotation.Get...
SpringBoot Fix LoggingSystem package tangle
2025-01-06 19:00:56
1337
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
2025-01-06 19:00:47
4173
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
2025-01-06 19:00:37
1680
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
2025-01-06 19:00:30
312
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
2025-01-06 19:00:24
1461
When topology refresh is on,enable the follow config:spring.redis.lettuce.cluster.refresh.adaptive=truespring.redis.lett...
上一页
下一页
1
…
2115
2116
2117
2118
2119
…
2246
.