SpringBoot Banner printing doesn't respect set charset

Currently the printing of the banner in log mode (spring.main.banner-mode="log") only works correctly (correctly = displ...

SpringBoot Fix json path assertion

This commit fixes the json path assertion of a test. The second argument of jsonpath is an Object[] in case the expressi...

SpringBoot Issues with Micrometer Tracing with BeanDefinitionRegistryPostProcessor

Repo that showcases the potential issue: https://github.com/gtiwari333/spring-micrometer-BeanDefinitionRegistryPostProce...

SpringBoot Application fails to start when an optional config import cannot be resolved

Spring Boot 3.0.6Spring Cloud 2022.0.2OpenJDK Runtime Environment GraalVM CE 22.3.1 (build 17.0.6+10-jvmci-22.3-b13)I ha...

SpringBoot Add smoke test for InfoContributor

This is an unit test code coverage a pre-existed contribute method located in ExampleInfoContributor (smoketest.actuato...

SpringBoot Allow SpEL in application.properties

A bit of context: I'm trying to externalize the paths of my application (log, database, ...), and put everything in a di...

SpringBoot [Suggestion] Support SpEL in configuration file

Can we have SpEL in configuration file Let me give one use case as an examplespring.datasource.url=jdbc:mysql://localhos...

SpringBoot Modify toCharArray loop of parameterId

I think using charAt rather than toCharArray can reduce the cost of creating a char array. Also, I think the number of c...

SpringBoot ConditionalOnBean not working well with JMS Connection Factory

Please see POC repository on GithubI am having a hard time defining a @ConditionalOnBean(jakarta.jms.ConnectionFactory.c...

SpringBoot Support configuring 2 ports for HTTP(S) with WebFlux and Reactor Netty

It is documented how to use 2 ports for e.g. HTTP and HTTPS with Spring WebMVC. It would be fine also to have an accordi...

SpringBoot jakarta.persistence.TransactionRequiredException on @Query, @Modifying and @Transactional methods after spring boot migration from 2.7.x to 3.2.1

We have migrated the spring boot application from 2.7.x to 3.2.1 version. It progressively took to upgrade of Java11 to ...

SpringBoot Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations

As of #37626, Spring Boot 3.2 auto-configures AspectJ handlers to support observation annotations like @Timed and @Count...

SpringBoot Change Banner declaration with new Java Syntax

Replaced the banner with a new Java Syntax. This makes it look betterComment From: mhalbritterThank you very much and co...

SpringBoot Document configuration property default for the show-values propertie…

Addressing: #39565Dear @mhalbritter and team, I saw the ideal-for-contribution label and just gave it a try. Honestly, s...

SpringBoot Issue 39565

Addressing: #39565Dear @mhalbritter and team, I saw the ideal-for-contribution label and just gave it a try. Honestly, s...

SpringBoot Document configuration property default for the show-values properties

See https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#application-properties.actuator.management.end...

SpringBoot Docker with Native Image not being applied when GPO is enabled

Hi I'm trying to optimised a native image following Alina's repo and seems the docker maven plugin is not working with G...

SpringBoot Upgrade dependency com.jayway.jsonpath:json-path to 2.9.0.

I hope you are the team doing dependency upgrades for spring-boot-starter-test.In spring-boot-starter-test there is a co...

SpringBoot Fine grained enabled/disable on different Tracers.

In situation where you want to use a different implementation in dev/prod. For example Zipkin in local machine and OTLP ...

SpringBoot Spring boot 3 post upgrade : spring.config.activate.on-profile is not working

Comment From: deb-mohanty08I have an application.yaml file where we have spring.profiles.active=prop1,prop2, prop3,prop4...
上一页 下一页
.