SpringBoot Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause

Hi Team,I got an issue when I was consuming the rest call from different services.For code ref - https://github.com/kous...

SpringBoot same Trace ID is not propagated in spring boot 3

I have 2 spring boot 3 apps ; first spring boot app is calling second app, both the apps are generating trace id but it ...

SpringBoot Add spring.application.name to StartupInfoLogger

Starting StartupInfoLoggerTests "spring-boot" v1.2.3 using Java 17.0.12 (started by dmytronosan in /Users/dmytronosan/Id...

SpringBoot DataSource url property is ignored when there is no connection pool

see gh-19192Btw, I found an issue in DataSourceBuilder, the builder does not support SimpleDriverDataSource without alia...

SpringBoot Add a way to customize Hazelcast's Client/Server configs

This PR provides a way to customize Hazelcast's Client/Server configs before HazelcastInstance is created. At the momen...

SpringBoot Use a single instance of EventLoopGroup to configure NettyStreamFactory

Prior to this commit, NettyDriverMongoClientSettingsBuilderCustomizer could create more than one instance of NioEventLoo...

SpringBoot Update JavaVersion class to use java.lang.Runtime$Version.

Comment From: wilkinsonaThanks for the proposal, @nosan. I see you've expanded the JavaVersion enum. That's a good thing...

SpringBoot MeterRegistryPostProcessor not ran when MeterRegistry injected in cache configuration beans

I wanted to add some metrics provided by Lettuce for monitoring purpose of connections to Redis.But when injecting Meter...

SpringBoot Add metrics support for ThreadPoolTaskExecutor and ThreadPoolTaskScheduler

Micrometer allows to monitor the executor states using ExecutorServiceMetricsref: https://github.com/micrometer-metrics/...

SpringBoot Allow forcing self-closing Liquibase datasource

Hello,As per the comments on #18126, here's a PR that adds a property to @LiquibaseDataSource to be able to use a DataSo...

SpringBoot Document guidelines for GitHub Actions assets

We'd like to organize our workflow and actions file in a consistent manner. This will ease diffs, but also adoption by o...

SpringBoot @DataMongoTest does not working in MonogDB Testing using Spring Boot

Hi Team,@DataMongoTest does not working in MonogDB Testing using Spring Boot. I suspect it's because the annotation is u...

SpringBoot How to change the name of the connection pool created by hikari?

Good morning ,I created two connection pools with data source under the ConfigurationProperties annotation using spring ...

SpringBoot Update README.adoc

Comment From: pivotal-cla@malleshdevops Please sign the Contributor License Agreement!Click here to manually synchronize...

SpringBoot SPEL behavior changed after upgrading to Spring Boot 3.3.2

We noticed the value of the acceptedRoles changedTestController.java@Value("#{T(java.util.Arrays).asList('${person....

SpringBoot Error on execution: gradlew nativeCompile - Main entry point class '...' neither found on

Hi, I have a basic SpringBoot 3.3.4 app and I am trying to build a native image,The OS is Ubuntu 22.04.5 LTS on a VM Int...

SpringBoot @ConditionalOn(Missing)Bean(annotation = …) infers the type to match when used on a @Bean method

Bug reportWe’ve been running into an issue with the @ConditionalOnBean(annotation = XXX) annotation with Spring Boot. I...

SpringBoot RestClient not suppose auto propagate trace

I have a basic SpringBoot 3.3.4 app and I use RestClient to replace RestTemplate.I try to create RestTemplate and RestTe...

SpringBoot Provide a configuration property for configuring Jetty's max form keys

I encountered an issue in the project related to form submissions, where the number of keys exceeded Jetty's default lim...

SpringBoot Refactor BasicJsonParser to use enhanced switch

I just refactored tokenize method in BasicJsonParser.The modifications are as follows.merged inObject and inList to inDa...
上一页 下一页
.