Nineya
Home
Blog
软著申请
SpringBoot Upgrade to Jackson 2.9.0.pr1
2025-01-07 23:05:56
1938
Spring Framework 5 now builds against it so we should tooComment From: wilkinsonaI've hit a stumbling block while trying...
SpringBoot Update @RestClientTest to work with WebClient
2025-01-07 23:05:53
1862
If WebFlux is on the classpath it would be cool if MockRestServiceServer could be configured with a WebClientinstred of ...
SpringBoot Error after upgrade to SB 1.4.2 - java.io.FileNotFoundException: JAR entry !/META-INF/services/javax.validation.spi.ValidationProvider
2025-01-07 23:05:50
11441
Hi,After upgrading from Spring Boot 1.4.1 to 1.4.2 i get an error which seems to be a strange combination of injecting a...
SpringBoot @Column with name attribute not working property on entities
2025-01-07 23:05:47
12828
Hi,I'm using spring-boot-starter-parent and spring-boot-starter-data-jpa (version 1.1.9). I found some strange behaviour...
SpringBoot @Converter(autoApply = true) causes integrations tests to fail on context refreash
2025-01-07 23:05:16
22869
I have a JPA AttributeConverter@Converter(autoApply = true)public class LocaleConverter implements AttributeConverter<...
SpringBoot Add CI for Java 23
2025-01-07 23:05:14
1192
With Java 23 in its RC phase this week and GA in September, we should add CI for it. Framework supports Java 23 in 6.1+,...
SpringBoot Inconsistent binding from environment varaibles to maps
2025-01-07 23:05:09
2547
I've noticed an inconsistency in properties binding from an ENV variable and property defined in application.propertiesC...
SpringBoot Error : Name for argument of type [java.util.Optional] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag.
2025-01-07 23:05:02
19097
I am using Spring-boot 3.2.1 and getting the above error message which started coming after the upgrade.I have the below...
SpringBoot Harmonize use of StructuredLogEncoder (formerly StructuredLoggingEncoder)
2025-01-07 23:04:54
275
Fix Typo in Spring Boot structured logging, console + fileComment From: snicollGood catch @nkolosnjaji - I've found a fe...
SpringBoot No metadata is generated with meta-annotated @ConfigurationProperties
2025-01-07 23:04:52
8842
In my project I have the following setup:build.gradle.kts:plugins { val springBootVersion = "2.2.0.M6" v...
SpringBoot Consider adding a switch to disable JMX completely
2025-01-07 23:04:49
792
Right now, spring.jmx.enabled is about our own support, i.e. detecting a custom MBeanServer and exposing relevant beans ...
SpringBoot Property files are listed two times when calling */actuator/env
2025-01-07 23:04:44
3455
Hello everyone,I´am using spring boot 3.2.3 and I have a problem when using the spring actuator. When I call the endpoin...
SpringBoot When virtual threads are enabled, configure Spring Integration's task scheduler to use them
2025-01-07 23:04:41
904
MotivationFormer IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration was not aware of virtual threads. It...
SpringBoot When virtual threads are enabled, configure Spring Integration's task scheduler to use them
2025-01-07 23:04:39
6790
In the PR below, WebSocketMessagingAutoConfiguration has been modified to use a virtual thread executorhttps://github.co...
SpringBoot Bump jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1
2025-01-07 23:04:36
3023
Bumps jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1.Release notesSourced from jfrog/setup-jfrog-cli's releases.v4.2.1What's ...
SpringBoot Bump gradle/actions from 3.5.0 to 4
2025-01-07 23:04:31
5858
Bumps gradle/actions from 3.5.0 to 4.Release notesSourced from gradle/actions's releases.v4.0.0-rc.1First release candid...
SpringBoot Add support for DevContainers
2025-01-07 23:04:26
5840
I am using DevContainers in my development setup with Docker Compose, but I am encountering difficulties in integrating ...
SpringBoot Meter created by @Timed does not appear in /actuator/prometheus
2025-01-07 23:04:23
2168
I am annotating a public method (non-controller) with @Timed and I can see that it is created in PrometheusMeterRegistry...
SpringBoot Consider adding "since" attribute on DeprecatedConfigurationProperty
2025-01-07 23:04:21
569
When deprecating a configuration property, it is not always obvious when we did that. We could mention that in the Javad...
SpringBoot Use Kotlin metadata to retrieve parameter names of Endpoints
2025-01-07 23:04:18
902
Thanks to @sdeleuze I was able to improve the logic to extract parameters name of @ConfigurationProperties constructors ...
上一页
下一页
1
…
1661
1662
1663
1664
1665
…
2246
.