SpringBoot BasicJsonParser can fail with a timeout or stackoverflow with malformed map JSON

[Environment] ASAN_OPTIONS=check_malloc_usable_size=0:detect_stack_use_after_return=1:fast_unwind_on_fatal=0:handle_sigf...

SpringBoot BasicJsonParser can fail with a stackoverflow exception

[Environment] ASAN_OPTIONS=alloc_dealloc_mismatch=0:allocator_may_return_null=1:allow_user_segv_handler=0:check_malloc_u...

SpringBoot @ConditionalOnProperty value does not support uppercase letters

case 1: condition is not matched@ConditionalOnProperty("test.trustStore")@AutoConfigurationpublic class MyAuto...

SpringBoot springboot cli init - add extra custom parameters for target sprint Initialzr server

would be nice to be able to do spring init --target=https://some.custom.initializer.service.com/ -x -d=dep1,dep2,dep3......

SpringBoot Veracode pre scan fails on corrupt spring boot executable version > 2.5.9

Veracode fails to pre scan spring boot version > 2.5.9 executables - in our case, spring boot version is 2.6.4.Veraco...

SpringBoot Take MethodType into account to deduce main application class

Comment From: philwebbSee #31701Comment From: wilkinsonaI don't think this is a bug. The code that was contributed in #3...

SpringBoot Empty error body from Controller

Hello everyone, I ran into one problem, namely, the standard error body in the controllerThere was a version of Spring B...

SpringBoot WebTestClient doesn't capture URL Template when using UriBuilder/uriFunction

When using uriFunction to construct URIs using the UriBuilder the URL Template is not captured.Testpackage com.example.r...

SpringBoot @ConfigurationProperties bind field so slow

I implements PropertySourceFactory return PropertiesPropertySource but yaml is so large,in yaml have a list more then 10...

SpringBoot flyway ignoreMissingMigrations

I have a Gradle project using spring boot 2.7.1 and I tried using the new 9.0.1 version of flyway.During the integration...

SpringBoot add spring-boot version and possibly other library versions in actuator info endpoint

currently, the actuator/info endpoint returns detailed information about the Java Runtime Environment, like vendor and v...

SpringBoot The default value for String type seems not working right in configuration binding

//Class defination@ConfigurationProperties(prefix="my")@Componentpublic class MyProperty { String test1; ...

SpringBoot @DataJdbcTest requires Spring Data JDBC

@DataJdbcTest currently strictly depends on Spring Data JDBC via the DataJdbcTypeExcludeFilter that refers to SD JDBC's ...

SpringBoot Align Kotlin API and language versions

Hi,this PR aligns the version handling of Kotlin API and language level by removing the pinning on 1.6 inside the docs p...

SpringBoot logStarting message not appearing when using a bootstrap

The startup info messages should appear regardless of the existence of a bootstrap being utilitzed.This code in SpringAp...

SpringBoot Remove custom classifier in the native profile in favor of configuring NBT's classesDirectory

See #30830 Now that NBT can be configured for not using the generated JAR, but rather target/classes we can configure it...

SpringBoot Break build if entries in additional-spring-configuration-metadata.json are not sorted

I sorted the properties by name in #30434.We should add something to the ConfigurationPropertiesPlugin which checks if t...

SpringBoot Executable jars cannot load custom URL handler

The custom URL handler used by my application can be used normally when running in idea, But when I package it into an e...

SpringBoot Configured DefaultJmsListenerContainerFactory for Queue not using applied custom MessageConverter on consume

DescriptionI am working on on having two different DefaultJmsListenerContainerFactory's, one for listening to Queue's an...

SpringBoot Compatibility with flyway 9.x

Flyway 9 removes some deprecated methods that are used in org.springframework.boot.autoconfigure.flyway.FlywayAutoConfig...
上一页 下一页
.