Nineya
Home
Blog
软著申请
SpringBoot Make it possible to define multiple KafkaProperties beans
2025-01-08 00:34:20
1044
When working with multiple Kafka broker configurations in a Spring Boot application, defining multiple KafkaProperties b...
SpringBoot Paragraph HTML tags are rendered as is in Maven Plugin reference documentation
2025-01-08 00:34:18
412
Referencehttps://docs.spring.io/spring-boot/3.4-SNAPSHOT/maven-plugin/packaging.html#packaging.repackage-goal.parameter-...
SpringBoot Recieving error " Error: Unknown argument(s): gov.faa.ime.helloworld.HelloWorld"
2025-01-08 00:34:14
1892
In order to avoid making all developers on the team install and configure "c" build tools, I am trying to utilize the ab...
SpringBoot Review usages of System.getProperty("java.home")
2025-01-08 00:34:12
1053
When running in a native image, System.getProperty("java.home") will return null (as there is no Java involved).The nati...
SpringBoot Move health indicator logging from indicators to a central location
2025-01-08 00:34:09
5779
See #43492 for background.We'd like to centralize the logging when a health indicator fails so that it can be changed ea...
SpringBoot Centralize logging for health indicator failures
2025-01-08 00:34:07
1560
Centralize logging for health indicator failures.Add HealthLogger class to centralize logging for health indicator failu...
SpringBoot The logging.config does not support configuring URLs that do not end with ".xml".
2025-01-08 00:34:04
674
My Spring Boot version is 3.2.7. The logging.config is set to a URL that can load an XML file, but the URL address does ...
SpringBoot Build info timestamp is truncated to seconds
2025-01-08 00:34:02
1495
We use a custom timestamp for the build-info maven goal like this:...<properties> <maven.build.timestamp...
SpringBoot Fix assert null checks with dynamic error messages
2025-01-08 00:33:59
610
This pull request introduces improvements to the assert error message format in the constructors of ReflectiveComponents...
SpringBoot Refactor System.getProperty("java.home") handling in native image
2025-01-08 00:33:56
591
OverviewProvides an explicit null check.Prevents issues in native image mode.Related Issues43050Comment From: pivotal-cl...
SpringBoot AutoConfiguredRestClientSsl overwrites configuration from HttpClientProperties
2025-01-08 00:33:54
1332
This is similar to #36594 and #27360 but I'm not sure if a solution for those issues would also fix mine, so feel free t...
SpringBoot No HttpMessageConverter for xxx.xxx.xx when I fetch json use RestClient with spring boot native
2025-01-08 00:33:51
6660
I'm use Spring boot 3.4.1 on graalvm 21.0.5This is a simple WebApplication includes two classesThe first class is LoginE...
SpringBoot Span and Trace Id are not being exported in Spring Batch (Spring Boot 3.4.1).
2025-01-08 00:33:49
8537
We are implementing an internal library to collect logs and traces from Spring Batch applications and standalone applica...
SpringBoot Intermittent NoClassDefFoundError: com/mongodb/internal/binding/ReferenceCounted
2025-01-08 00:33:46
8076
Introduction:Before, I created an issue at spring-data-mongodb, but they recommended creating an issue for spring boot. ...
SpringBoot It looks like the eventId and parentId of the JFR events generated by 'FlightRecorderApplicationStartup' do not match.
2025-01-08 00:33:43
816
It looks like the eventId and parentId of the JFR events generated by 'FlightRecorderApplicationStartup' do not match.I ...
SpringBoot Add info contributor support for JDK 24's VirtualThreadSchedulerMXBean
2025-01-08 00:33:31
858
In this commit, for applications using Spring with JDK 24, I added support for viewing Virtual threads information in Pr...
SpringBoot SslBundle can no longer open store file locations without using a 'file:' prefix
2025-01-08 00:33:28
7201
I am getting an exception with the SslBundles not being able to load the keystore. This worked fine with Spring Boot 3.3...
SpringBoot Documentation still has references to 'layertools'
2025-01-08 00:33:25
431
Change layertools to toolsCloses https://github.com/spring-projects/spring-boot/issues/43565Fix @XmlRootElement javadoc ...
SpringBoot In the systemEnvironment, if we have two keys with different capitalization and want to take the lowercase key, but due to capitalization issues, we will not be able to obtain the correct value
2025-01-08 00:33:23
1063
In the systemEnvironment, if we have two keys with different capitalization and want to take the lowercase key, but due ...
SpringBoot Documentation still has references to 'layertools'
2025-01-08 00:33:14
618
We changed 'layertools' to 'tools' but some of our docs still reference the old name.Comment From: ngocnhan-tran1996Can ...
上一页
下一页
1
…
1606
1607
1608
1609
1610
…
2246
.