Nineya
Home
Blog
SpringBoot Provide a way to opt in to running with AOT optimizations on the JVM
2025-01-07 02:59:19
268
The use of AOT optimisations can be enabled automatically when running in a native through a NativeDetector.inNativeImag...
SpringBoot To fully align with ISO-8601, use yyyy-MM-dd'T'HH:mm:ss.SSSXXX as the default logging date format
2025-01-07 02:59:16
2567
At present the default logging pattern does not append any timezone / offset information to the time of the event. This ...
SpringBoot Event handling in JobExecutionExitCodeGenerator is not thread-safe
2025-01-07 02:59:10
597
The listener could be invoked concurrently by multiple thread, we should make them threadsafe.SimpleApplicationEventMult...
SpringBoot Add OtlpMeterRegistry auto-configuration
2025-01-07 02:59:04
179
micrometer 1.9 ships a new module for otlp and this commit add theauto-configuration.See gh-30798Comment From: eddumelen...
SpringBoot Apply key values rename consistently
2025-01-07 02:58:59
103
This PR tries to apply key values rename consistently.Comment From: wilkinsonaThanks very much, @izeye.
SpringBoot Fix property in CustomHibernateJpaAutoConfigurationTests.defaultDatabaseIsSet()
2025-01-07 02:58:55
212
This PR fixes a property in CustomHibernateJpaAutoConfigurationTests.defaultDatabaseIsSet().Comment From: wilkinsonaThan...
SpringBoot How to map @ConfigurationProperties to java util Properties.
2025-01-07 02:58:49
584
We have a application which accepts java util properties as input. Right now we are manually mapping each field from Con...
SpringBoot Upgrade to Maven Dependency Plugin 3.3.0 for 2.6.x
2025-01-07 02:58:45
628
Currently this has only been addressed for 2.7.x, which is not released yet.It's better to also fix this in 2.6.x due to...
SpringBoot InteractiveAuthenticationSuccessEvent is not handled
2025-01-07 02:58:42
470
See https://github.com/spring-projects/spring-security/issues/3857We should fix Spring Boot where it expects an Authenti...
SpringBoot Additional slash added to context path in Spring Boot v2.6.3
2025-01-07 02:58:38
2774
Hi Team,Recently, I came across an issue where a forward slash ('/') gets automatically added before the context path or...
SpringBoot How to stop bootRun gracefully in gradle?
2025-01-07 02:58:34
1853
Sorry for my poor English.When i use Ctr + c stop the bootRun but gradle daemon stop too. It's a waste of timespring b...
SpringBoot Spring JPA with DynamoDB integration ?
2025-01-07 02:58:31
1571
I have implemented code Spring JPA + Hbase, now I wanted to replace HBase with DynamoDB. I was thinking to integrate jpa...
SpringBoot Integrate AOT generation in Spring Boot Gradle Plugin
2025-01-07 02:58:27
376
Spring Framework has recently introduced a way to inspect the state of an application at build-time, and generate code t...
SpringBoot Auto-configure Micrometer's JVM info metrics
2025-01-07 02:58:24
150
Micrometer 1.7 provides JvmInfoMetrics and this commit providesauto-configuration.See gh-30797Comment From: wilkinsonaTh...
SpringBoot Generation of the Maven plugin's descriptor may include stale inputs
2025-01-07 02:58:19
618
The sources are placed in build/plugin-descriptor using a Copy task. This means that a build after some source has been ...
SpringBoot BeanCreationException after upgrade SpringBoot 2.5.4 -> 2.5.13
2025-01-07 02:58:16
11203
We have internal library with common configuration/code for our services.And we want to upgrade used SpringBoot version...
SpringBoot jvm metrics lost (2.5.+)
2025-01-07 02:58:12
1814
DescriptionUpgrading from spring-boot 2.3.4 to 2.5(.4) removed all the jvm, and other metrics from /actuator/metrics onl...
SpringBoot Write native image configuration data directly into recommended location
2025-01-07 02:58:09
423
It is recommended that native image configuration data is written into a location that contains the group ID and artifac...
SpringBoot Spring LDAP 2.4.0-RC1 upgrade in Spring Boot 2.7.0-RC1 pulling in incompatible version of JAXB
2025-01-07 02:58:06
973
Testing with Spring Boot 2.7.0-RC1, I noticed that the spring-boot-dependencies is using Spring LDAP version 2.4.0-RC1. ...
SpringBoot Upgrade Java 18 version in CI image
2025-01-07 02:58:02
130
https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.1%2B10/OpenJDK18U-jdk_x64_linux_hotspot_18.0.1...
上一页
下一页
1
…
1940
1941
1942
1943
1944
…
2246
.