SpringBoot Spring Boot & Freemarker 2.3.30

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

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

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

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

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.

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

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

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

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

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

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

Added properties:ignorePartialResultException - For ignoring PartialResultException when searching with the LdapTemplate...

SpringBoot Improve error handling in JDK upgrade checks

Comment From: wilkinsonaI think this was opened in error. The CI logged the following:parse error: Invalid numeric liter...

SpringBoot Remove redundant deprecation suppression

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'

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

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

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

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

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

fix for NPE in my unit test.2020-06-28 10:40:25.832 - org.springframework.beans.factory.support.DisposableBeanAdapter -4...
上一页 下一页
.