Nineya
Home
Blog
SpringBoot Upgrade to Spring Data Neumann-SR9
2025-01-06 22:50:28
641
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
2025-01-06 22:50:21
181
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
2025-01-06 22:50:14
906
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
2025-01-06 22:50:08
3589
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
2025-01-06 22:49:41
199
Comment From: pivotal-issuemaster@wbzj1110 Please sign the Contributor License Agreement!Click here to manually synchron...
SpringBoot Fix Docker update detection on CI
2025-01-06 22:49:33
494
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
2025-01-06 22:49:25
328
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
2025-01-06 22:49:19
5260
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.
2025-01-06 22:49:13
3460
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
2025-01-06 22:49:06
6003
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
2025-01-06 22:48:58
171
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
2025-01-06 22:48:51
89
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)
2025-01-06 22:48:43
4279
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
2025-01-06 22:48:37
173
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
2025-01-06 22:48:30
263
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
2025-01-06 22:48:22
826
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)
2025-01-06 22:48:15
568
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
2025-01-06 22:48:08
429
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
2025-01-06 22:47:43
5281
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
2025-01-06 22:47:36
3578
The DataSourceAutoConfiguration does not offer a way to disable the implicit creation of a DataSource if a suitable data...
上一页
下一页
1
…
2050
2051
2052
2053
2054
…
2246
.