SpringBoot The HibernateJpaAutoConfiguration is after the DataSourceTransactionManagerAutoConfiguration when reference seata

see https://github.com/seata/seata/pull/5092The HibernateJpaAutoConfiguration is after the DataSourceTransactionManagerA...

SpringBoot Update HTTP 2 documentation for Java 17

https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.webserver.configure-http2 talks about Http 2...

SpringBoot RestTemplateBuilder and WebClient.Builder do not have instrumentation to propagate traces

In Spring Slueth, there was customizers for the WebClient and RestTemplate which would propagate traces between services...

SpringBoot Crosslinks should not include .html

Forward port of issue #33259 to 3.0.x.Comment From: mhalbritterAs explained in https://github.com/spring-projects/spring...

SpringBoot ClassNotFound in native-image when using Kotlin: ServerHttpSecurity$AuthorizeExchangeSpec

I'm trying to migrate our project to spring boot 3 using graalvm and we have a number of issues with AOT and gradle:When...

SpringBoot Spring Boot native image fails when Thymeleaf Layout Dialect is used

Creating a very basic Spring Boot web application with Initializer and thymeleaf-layout-dialect, see attached zip../mvnw...

SpringBoot @ConfigurationProperties with Map does not work in native executable

Hi, in an application wie use a ConfigurationProperties class wich contains an HashMap. If this application runs as "nor...

SpringBoot Binding invokes a setter for an object instance that is bound via its constructor

This (updated) project showcases the behavior: https://github.com/snicoll-scratches/demo-binderSimpleElement has one pub...

SpringBoot Nested properties without a setter can no longer be bound in 3.0

We are in the process of migrating to Spring Boot 3.0 and we noticed that nested properties without a setter can no long...

SpringBoot Unable to spy @Spy annotated field after migrated spring boot version from 2.7.7 to 3.0.1

Hello team,I am facing an issue and I couldn't find a way to solve this.Before changing the spring boot version from 2.7...

SpringBoot Expose more JNDI properties when configuring a JmsListenerContainerFactory

I want to use a JMS connection whose factory is stored in JNDI. To access the JNDI, I must specify the initial context f...

SpringBoot Not able to disable exporting metrices to influxDB via application properties in sprint boot tests

I am using spring-boot-starter-actuator,micrometer-core and micrometer-registry-influx dependencies in my spring boot ap...

SpringBoot Spring Boot maven plugin build-image will not work behind a http proxy with custom certificate

Hi,Spring Boot 2.3.1 maven plugin build-image will not work behind a http proxy with custom certificate. The certificate...

SpringBoot Enhance the output formats of the configuration processor of Spring Boot

I am maintaining a large application with hunderts of configuration properties. The ops teams would like to have a overv...

SpringBoot Using RedisTemplate in a MeterBinder causes a circular dependency

Spring Boot Version2.6.0+How to ReproduceImplments MeterBinder and inject RedisTemplate@Servicepublic class InMemoryUser...

SpringBoot Improve support for configuration metadata clients without classpath access

In our Spring Boot application we have serveral custom configuration properties. As some configuration properties are ma...

SpringBoot EndpointRequestMatcher should have a toString method

Changes:This PR add toString()method in EndpointRequest.EndpointRequestMatcher as per the bug https://github.com/spring-...

SpringBoot Remove the run example

As mention in #33482 , I have remove the run example from documentation.Comment From: pivotal-cla@sannanansari Please si...

SpringBoot Upgrade to Mockito 4.11.0

Comment From: wilkinsonaThanks for the PR. As described in the template, we prefer to handle one-line upgrades ourselves...

SpringBoot Simplify AssertJ assertions and also make them more readable

Simplified AssertJ assertions (e.g. instead of doing assertThat(list.size()).isEqualTo(2) one can do assertThat(list).ha...
上一页 下一页
.