SpringBoot Duplicate httpmessageconverter

Duplicate HttpMessageConverter after calling org.springframework.boot.autoconfigure.http.HttpMessageConverters#getCombin...

SpringBoot spring boot custom classloader decryption?

Hello, I have a project that encrypts the class, and I want to decrypt the class by customizing the classloader. I don't...

SpringBoot Consider the possibility of using @DynamicPropertySource as class annotation

I am using currently TestContainers singleton pattern in order to reuse my db across all JVM tests and I ended up using ...

SpringBoot Ref switch

refactor to use the switch expression when possible to make the code more clean about the issue: https://github.com/spri...

SpringBoot Add support for auto-configuring SecurityContextChangedListener instances

This change adds auto-configuration capabilities to Spring Security's SecurityContextChangedListener feature which suppo...

SpringBoot Del temp file

implementation of issue #22305Comment From: wilkinsonaThanks for the PR, @Tharik67. I'd prefer to try and solve this in ...

SpringBoot Unable to connect to child servlets after upgrading to 2.6.x from 2.5.x

I have child servlets on different ports (i.e. port 8080 to servlet1, port 8081 to servlet2, ...) on Spring Boot 2.5.9. ...

SpringBoot spring.mvc.log-resolved-exception gets enabled by default.

Hi.I'm using Spring Boot 2.6.3 and from the moment I've defined a ResponseEntityExceptionHandler I get an annoying warni...

SpringBoot Update documentation to reflect Hibernate's CamelCaseToUnderscoresNamingStrategy now being used by default

Some updates to the documentation were missed as part of https://github.com/spring-projects/spring-boot/issues/27352. Th...

SpringBoot "IllegalStateException: No ServletContext set" when starting project in IntelliJ with a combination of dependencies

A project generated with these dependencies doesn't start up correctly when launched from IntelliJ.https://start.spring....

SpringBoot Getting 400 Error when URL contains Chinese

I want to visit http://localhost:8080/upload/目录/文件.pdf, show 404 error. but using English words is ok. like this http://...

SpringBoot MimeMapping for ots has a trailing space in its mime type

I, unfortunately, don't have enough time to submit a PR for this issue, but it is most likely a typo, and it should be r...

SpringBoot A fat jar built with Gradle moves META-INF beneath BOOT-INF/classes while Maven leaves it at the jar's root

With a few exceptions, the Maven repackaging leaves META-INF at the root of the jar. With Gradle, everything gets moved ...

SpringBoot WebSessionIdResolverAutoConfiguration should only be active in a reactive web application

We are using an ApplicationContext hierarchy in our Spring Boot application. Each child application has their own webser...

SpringBoot include liquibase-cdi in spring-boot-dependencies.

fix issue 29676Comment From: wilkinsonaThanks for the PR @polarbear567, but for an obvious single-line change such as th...

SpringBoot Dependency management for Liquibase does not include its liquibase-cdi module

While using CDI in a Boot app is unusual, for completeness we should include liquibase-cdi in spring-boot-dependencies.

SpringBoot Apply "instanceof pattern matching"

use instanceof that new jdk featureComment From: wilkinsonaThanks very much for the pull-request, unfortunately we're no...

SpringBoot Adapt OpaqueTokenIntrospector auto-configuration so that Nimbus is no longer required

Since Spring Security implemented their own SpringOpaqueTokenIntrospector (see https://github.com/spring-projects/spring...

SpringBoot server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework

Fixes gh-27801Comment From: wilkinsonaThanks for the proposal, @terminux, but I think it may be a little too broad. I be...

SpringBoot Table creation failure:- Latest spring boot dependency Hibernate 5.6.4.Final converting to array

UserType.classpackage org.hibernate.usertype;import java.io.Serializable;import java.sql.PreparedStatement;import java.s...
上一页 下一页
.