SpringBoot Upgrade to Spring Data Neumann-SR9

Comment From: mp911deProject Dependencies Spring Data Neumann-SR9Cassandra Driver (com.datastax.oss:java-driver-bom): 4....

SpringBoot Mention special behavior of spring.config.additional-location in docs

spring.config.additional-location doesn't work if you put it in aconfig file.Comment From: snicoll@rehevkor5 good catch....

SpringBoot Converters added directly to the bean factory's conversion service are not used for property binding when @ConfigurationPropertiesBinding bean is defined

Currently If @ConfigurationPropertiesBinding beans are detected then a new ConverterService is created for use with the ...

SpringBoot lettuce infinite print log - Unexpected exception during request: java.lang.NullPointerException

backgroundspring-boot 2.3.9 RELEASEdefault lettuce 5.3.6 RELEASEredis cluster modesome bean use @PostConstruct and meth...

SpringBoot #25857 update lettuce version for fix infinite print log bug

Comment From: pivotal-issuemaster@wbzj1110 Please sign the Contributor License Agreement!Click here to manually synchron...

SpringBoot Fix Docker update detection on CI

Hi,I just noticed that the Docker update detection job apparently didn't notice any new updates, while there are newer v...

SpringBoot Make ApplicationConversionService.getSharedInstance() unmodifiable

It's currently possible to add and remove converters from ApplicationConversionService.getSharedInstance(). I think it w...

SpringBoot Allow Spring Security's RSA key converters to be used when binding configuration properties

Spring Security ships with converters for reading RSA public and private key files. These are applied to the application...

SpringBoot Consider defining a bean named 'entityManagerFactory' in your configuration.

I have a question.My version is 2.4.4, JPA is ok until I use multiply Datasource change have to 'Consider defining a bea...

SpringBoot Add Quartz actuator endpoint

This PR adds Actuator endpoint that lists Quartz Scheduler jobs and allows retrieval of their details.The updated spring...

SpringBoot Fix Spring Data Elasticsearch deprecations

Hi,this PR removes some deprecated @Document properties in favor of using the new @Setting annotation.Cheers,ChristophCo...

SpringBoot Enable whenAProjectUsesKotlinItsModuleMetadataIsRepackagedIntoBootInfClasses once Kotlin supports Java 16

We can remove this line once we've upgraded to a version of Kotlin that supports Java 16.

SpringBoot Allow RabbitMQ ConnectionFactory to be customized (to set SaslConfig or enable NIO for example)

With the auto configure for rabbitmq, currently it is not possible to set SaslConfig. Currently, it always uses the defa...

SpringBoot Add reference to IBM MQ Spring Boot starter

RE: #26036 Pull request to add a reference to IBM MQ Spring Boot starter.Comment From: wilkinsona@chughts Thanks very mu...

SpringBoot Disable h2c test with Jetty 10

There's a problem with Jetty 10 and Apache HttpClient 5's h2c support that's causing a test failure. I've opened https:/...

SpringBoot Upgrade to HSQLDB 2.5.2

Comment From: snicollThis release of HSQLDB switches the main artifact to Java 11. The release notes claim that it's rel...

SpringBoot Allow RabbitConnectionFactoryBean to be customized (to set SaslConfig for example)

this enhancement Comment From: wilkinsonaThanks for the PR. Unfortunately, this isn’t really what we had in mind. As the...

SpringBoot Re-enable Jetty 10 h2c testing once Jetty 10 and Apache HttpClient 5 incompatibility has been addressed

See https://github.com/eclipse/jetty.project/issues/6164.Comment From: wilkinsonaThe Jetty team have identified that it'...

SpringBoot By default EmbeddedDb isn't closed in the end of context

When I build tests against EmbeddedDB (hsqldb), I noticed that in between @DirtiesContext that DB isn't closed:Caused by...

SpringBoot Add property to control the auto-configuration of a DataSource for an embedded database

The DataSourceAutoConfiguration does not offer a way to disable the implicit creation of a DataSource if a suitable data...
上一页 下一页
.