Nineya
Home
Blog
软著申请
SpringBoot spring-boot-maven-plugin:build-image fails on Docker Desktop / Windows due missing authentication
2025-01-07 16:39:54
10165
When running the build-image goal of spring-boot-maven-plugin on Windows with Docker Desktop, the build fails when the p...
SpringBoot Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142) ~[spring-boot-3.0.1.jar:3.0.1]
2025-01-07 16:39:46
15517
In the sprint boot upgrade I had a problem when running the application, because the SSL certificate was not found (It s...
SpringBoot Rename run goal's directories property to additionalClasspathElements
2025-01-07 16:39:44
6140
Hi all,It seems the spring-boot.run.directories property doesn't work and external JARs in the directory aren't found by...
SpringBoot Rename directories property into additionalClasspathElements
2025-01-07 16:39:41
722
This PR is related to what was discussed in issue #35179. This code renames the spring-boot.run.directories property int...
SpringBoot Add resource hints for default MessageSource properties file locations
2025-01-07 16:39:38
380
This only registers the default locations, not the one users can provide via 'spring.messages.basename'.This is similar ...
SpringBoot Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off
2025-01-07 16:39:35
215
As discussed in #36669, defining a custom ElasticsearchTransport bean causes the auto-configuration of a JsonpMapper to ...
SpringBoot Deprecate DelegatingApplicationContextInitializer and DelegatingApplicationListener in favour of registering each delegate programatically or in spring.factories
2025-01-07 16:39:32
1145
DelegatingApplicationContextInitializer and DelegatingApplicationListener read context.initializer.classes and context.l...
SpringBoot Deprecate @DurationFormat and related classes
2025-01-07 16:39:29
147
If https://github.com/spring-projects/spring-framework/pull/30396 is merged we can deprecate our own implementation (ass...
SpringBoot Add runtime hints for MessageSource's message.properties
2025-01-07 16:39:27
2099
While building a native image for a Spring Boot application that uses MessageSource and message.properties files I notic...
SpringBoot Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans
2025-01-07 16:39:24
1666
Hi,It seems there's missed @Order(Ordered.HIGHEST_PRECEDENCE) on springBootSessionRepositoryCustomizer in RedisSessionCo...
SpringBoot spring-boot-starter-data-redis USE Rejson
2025-01-07 16:39:21
974
I use spring boot 2.4.x, so I have spring-boot-starter-data-redis in my pom.xml file like this:<dependency> &...
SpringBoot Deficiencies in processing json objects in rest/api services
2025-01-07 16:39:19
10775
EnviromentS.O: GNU/Linux, Ubuntu 2.04 LTS.Java: 17.0.8Spring: Spring Boot 3.1.1Package manager: GradleThe problemJava Sp...
SpringBoot Update Paketo builder references in documentation
2025-01-07 16:39:16
197
References to paketobuildpacks/builder:[tiny|base|full] should be replaced with paketobuildpacks/builder-jammy-[tiny|bas...
SpringBoot PropertiesKafkaConnectionDetails overrides configuration spring.kafka.properties.bootstrap.servers
2025-01-07 16:39:13
1019
I just upgraded spring boot libraries from version 3.0.8 to 3.1.1 and noticed that kafka clients were trying to connect ...
SpringBoot SpelEvaluationException on native image when injecting a Map from @ConfigurationProperties into thymeleaf's view model
2025-01-07 16:39:10
4233
I have a simple Spring Boot / Spring MVC + Thymeleaf application, which injects a custom Map from application.yaml into ...
SpringBoot Add support for using an AuthTokenManager bean to authenticate with Neo4j
2025-01-07 16:39:08
3965
Neo4j Java driver introduced support for an AuthTokenManager that can be used to define expiring tokens to be used as au...
SpringBoot Order ProblemDetailsExceptionHandler beans
2025-01-07 16:39:05
2060
In this pull request I added an explicit zero order to the ProblemDetailsExceptionHandler beans for WebMVC and Webflux.W...
SpringBoot Provide SimpleAsyncTaskExecutorBuilder to build SimpleAsyncTaskExecutors
2025-01-07 16:39:03
820
Both TaskExecutorBuilder and TaskExecutorCustomizer are aimed at ThreadPoolTaskExecutor. We should review them with virt...
SpringBoot Add ThreadPoolTaskSchedulerBuilder as a replacement for TaskSchedulerBuilder
2025-01-07 16:39:00
757
ThreadPoolTaskSchedulerBuilder will be a replacement for the to-deprecate TaskSchedulerBuilder. This is quite the same a...
SpringBoot Actuator's Bug: the thread will hang indefinitely
2025-01-07 16:38:57
8366
Actuator's Bug: the thread will hang indefinitely!Version: spring-boot-actuator-2.6.9Symptom: When accessing /actuator/h...
上一页
下一页
1
…
1790
1791
1792
1793
1794
…
2246
.