Nineya
Home
Blog
SpringBoot Spring Boot & Freemarker 2.3.30
2025-01-06 17:43:18
3037
Hi,When using Spring Boot 2.3.1 with Freemarker (so the version of Freemarker is 2.3.30) I got this error in console log...
SpringBoot @ConditionalOnSingleCandidate does not match when there is a single candidate that is a scoped bean
2025-01-06 17:43:10
2266
When the DataSource is refresh scope(provided by spring-cloud), I cannot inject the JdbcTemplate to my component. Probab...
SpringBoot Constructor-based autowiring fails for ConfigurationProperties with @ConstructorBinding annotation
2025-01-06 17:43:04
7029
Spring boot version: 2.2.7.RELEASEConsider below test case:import org.junit.jupiter.api.Test;import org.springframework....
SpringBoot Upgrade Java 15 version in CI image
2025-01-06 17:42:53
147
https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15-2020-07-01-07-28/OpenJDK15-jdk_x64_linux_hots...
SpringBoot Failed to create ES mapping when using spring-data-elasticsearch
2025-01-06 17:42:47
716
I am using spring-data-elasticserach-4.0.0.RELEASE. According to elasticsearch guide, the term_vector can be: with_posit...
SpringBoot @RequestHeader can't catch Filter which register by FilterRegistrationBean.
2025-01-06 17:42:40
4272
Quesetion: I want to use FilterRegistrationBean register a filter for modify some Attributes。The filter can get value fr...
SpringBoot Using webserver customizer to set port and configuring actuator on port 8080 doesn't work without setting server.port as well
2025-01-06 17:42:34
1779
In our project we need to tweak the SSL stack, so we use a WebServerFactoryCustomizer, which also sets the port to 8443....
SpringBoot add new datasource in the runtime
2025-01-06 17:42:27
2630
I want add new datasource in the runtime,but now ,it's so hardComment From: wilkinsona@crazyweeds There's not much we ca...
SpringBoot Improve error handling in JDK upgrade checks
2025-01-06 17:42:20
567
Hi,this is an attempt to fix #22098 for the time being with some more incremental steps (where possible) and set -e in o...
SpringBoot NPE in spring-boot-maven-plugin:build-image when setting custom builder that is not a builder
2025-01-06 17:42:11
2414
When I try to set a custom builder in the maven plugin by following the documentation:https://docs.spring.io/spring-boot...
SpringBoot Resource loading fails in Tomcat when Spring Boot is loaded from the common class loader
2025-01-06 17:42:05
3548
Hello there. We have recently attempted to upgrade to Spring Boot 2.3.0 (and then 2.3.1), but unfortunately class loader...
SpringBoot Add properties to control exceptions ignored by LdapTemplate
2025-01-06 17:41:58
2236
Added properties:ignorePartialResultException - For ignoring PartialResultException when searching with the LdapTemplate...
SpringBoot Improve error handling in JDK upgrade checks
2025-01-06 17:41:52
1154
Comment From: wilkinsonaI think this was opened in error. The CI logged the following:parse error: Invalid numeric liter...
SpringBoot Remove redundant deprecation suppression
2025-01-06 17:41:44
117
Hi,this tiny PR removes a redundant suppression.Cheers,ChristophComment From: wilkinsonaThanks very much, @dreis2211.
SpringBoot Weblogic 12.2.1.3.0 Caused By: javax.naming.NameNotFoundException: While trying to look up /jms/MyCF in /app/webapp/myapp.war/923245655.; remaining name '/jms/MyCF'
2025-01-06 17:41:38
1734
Hi,regarding this page:https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-jms-...
SpringBoot Accept empty filter dispatcher types in auto-configurations
2025-01-06 17:41:31
1227
Hi,this PR fixes #22128 by usingCollectors.toCollection(() -> EnumSet.noneOf(DispatcherType.class)) rather thanCollec...
SpringBoot Update metadata for WebFlux time and date-time properties to offer iso-offset as a suggested value
2025-01-06 17:41:23
253
21630 introduced support for using iso-offset (or isooffset) to configure ISO offset formatting of times and date times ...
SpringBoot gradle tasks bootBuildImage does not support setting mirror
2025-01-06 17:41:14
676
Due to China's special network environment, it is not possible to access the gcr service. Can you provide mirror setting...
SpringBoot @EnableSpringDataWebSupport can not be work after 2.2.8 or later
2025-01-06 17:41:07
1841
It looks like that when I use @EnableSpringDataWebSupport in my project.it will be error looks like thisWhitelabel Error...
SpringBoot TomcatMetricsBinder may log a warning for an NPE if the context is closed before the ApplicationStartedEvent is published
2025-01-06 17:41:01
566
fix for NPE in my unit test.2020-06-28 10:40:25.832 - org.springframework.beans.factory.support.DisposableBeanAdapter -4...
上一页
下一页
1
…
2147
2148
2149
2150
2151
…
2246
.