SpringBoot Can't apply GSON's custom TypeAdapters

I've already created question on stackoverflow, but it seems as bug, not configuration issue.Versions:Spring boot: 2.5.3...

SpringBoot Use mainClassName in BootJarIntegrationTests-basicBuildUsingDeprecatedMainClassName.gradle

This PR changes to use mainClassName in BootJarIntegrationTests-basicBuildUsingDeprecatedMainClassName.gradle as it seem...

SpringBoot Remove dead code in DefaultErrorAttributes

MethodArgumentNotValidException is the implements of BindingResultComment From: snicoll@wuwen5 Thank you for making your...

SpringBoot Spring Boot Compilation fails

I have the following exception when compiling SpringBoot. How do I report the exception information to youD:\desktop\git...

SpringBoot Upgrade to Jersey 2.34

Comment From: peter-janssenCan this be backported to 5.x? There is a security finding on 2.33 and prior, see CVE-2021-28...

SpringBoot Fix checkstyle violation

Comment From: dreis2211Apparently, @bclozel fixed it already.

SpringBoot Multipart(one part is JSON and other part is binary) data is getting truncated while reading it by using Flux<DataBuffer>

I am using Webflux and Netty in my spring boot application. I am sending the multipart data as a request to my controll...

SpringBoot Exclude our own annotation processors from the packaged jar with Maven

Spring Boot uses all defined dependencies (including the ones that are "optional" and "provided").There is a special cas...

SpringBoot Add spring.webflux.multipart configuration properties

@bclozel I put together a WIP and wanted to get a nod from you (or not) on my current direction before investing in addi...

SpringBoot Spring-batch doesn't get the property spring.batch.table-prefix

Hi everybody, I have a problem when I add table-prefix in the application properties, Spring-Batch doesn't get the prope...

SpringBoot Springboot 2.2.x release to address CVEs

When is 2.2.14 release planned? Following CVEs are present in 2.2.13, should we upgrade to 2.3.x instead?https://nvd.nis...

SpringBoot spring boot unable to interpolate message for jsr-303 validation

if I define the following validation messages,@Size(min = 3, message = &quot;{validation.account.name}&quot;)private Str...

SpringBoot smoketest.propertyvalidation.SamplePropertyValidationApplication start error

java.lang.NoClassDefFoundError: kotlin/Result at kotlinx.coroutines.debug.AgentPremain.&lt;clinit&gt;(AgentPremain.kt...

SpringBoot For @ConditionalOnProperty add ANY/ALL/NONE operator

Would be nice to add an operator to @OptionalOnProperty which distinguishes how multiple name items are handled:- ALL: t...

SpringBoot websocket.js:6 WebSocket connection to 'ws://localhost:8080/test-info/442/nlflwasu/websocket' failed: Error during WebSocket handshake: Unexpected response code: 200

Comment From: ghj1040110333How to resolve it ,help me!Comment From: snicollThanks for getting in touch, but it feels li...

SpringBoot Make Redis valueSerializer configurable

Currently, usage of JdkSerializationRedisSerializer is harcoded for values in RedisAutoConfiguration and RedisReactiveAu...

SpringBoot spring-boot:build-image hangs when exceptions are thrown during upload

Similar to #25590 and #25736, there are a few more conditions where exceptions can be thrown while the contents of an ar...

SpringBoot Add support for dumping the heap when running on Open J9

The current Heapdump Endpoint is not Compatible with OpenJ9.We are currently using docker baseimages with OpenJ9 because...

SpringBoot why you use cheap technologies in spring core like servlet, jsr and so on why you dont present new webserver java 8 or later with new design in serving

why you use cheap technologies in spring core like servlet, jsr and so on why you dont present new webserver java 8 or l...

SpringBoot Preventing application from accepting traffic prematurely

I'm creating an application that has to build up a sizeable in-memory cache before it can accept traffic, so that takes ...
上一页 下一页
.