Nineya
Home
Blog
SpringBoot BasicJsonParser can fail with a timeout or stackoverflow with malformed map JSON
2025-01-07 03:38:19
8730
[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
2025-01-07 03:38:17
7714
[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
2025-01-07 03:38:13
1073
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
2025-01-07 03:38:10
563
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
2025-01-07 03:38:07
2164
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
2025-01-07 03:38:04
782
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
2025-01-07 03:38:02
662
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
2025-01-07 03:37:58
3135
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
2025-01-07 03:37:56
1685
I implements PropertySourceFactory return PropertiesPropertySource but yaml is so large,in yaml have a list more then 10...
SpringBoot flyway ignoreMissingMigrations
2025-01-07 03:37:52
6276
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
2025-01-07 03:37:49
1991
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
2025-01-07 03:37:47
2440
//Class defination@ConfigurationProperties(prefix="my")@Componentpublic class MyProperty { String test1; ...
SpringBoot @DataJdbcTest requires Spring Data JDBC
2025-01-07 03:37:44
968
@DataJdbcTest currently strictly depends on Spring Data JDBC via the DataJdbcTypeExcludeFilter that refers to SD JDBC's ...
SpringBoot Align Kotlin API and language versions
2025-01-07 03:37:41
508
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
2025-01-07 03:37:39
2004
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
2025-01-07 03:37:36
159
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
2025-01-07 03:37:30
450
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
2025-01-07 03:37:27
3671
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
2025-01-07 03:37:24
6453
DescriptionI am working on on having two different DefaultJmsListenerContainerFactory's, one for listening to Queue's an...
SpringBoot Compatibility with flyway 9.x
2025-01-07 03:37:22
708
Flyway 9 removes some deprecated methods that are used in org.springframework.boot.autoconfigure.flyway.FlywayAutoConfig...
上一页
下一页
1
…
1915
1916
1917
1918
1919
…
2246
.