Nineya
Home
Blog
SpringBoot Duplicate httpmessageconverter
2025-01-07 02:19:51
2186
Duplicate HttpMessageConverter after calling org.springframework.boot.autoconfigure.http.HttpMessageConverters#getCombin...
SpringBoot spring boot custom classloader decryption?
2025-01-07 02:19:48
470
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
2025-01-07 02:19:44
3859
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
2025-01-07 02:19:41
611
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
2025-01-07 02:19:37
1790
This change adds auto-configuration capabilities to Spring Security's SecurityContextChangedListener feature which suppo...
SpringBoot Del temp file
2025-01-07 02:19:33
207
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
2025-01-07 02:19:30
4204
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.
2025-01-07 02:19:26
10479
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
2025-01-07 02:19:22
354
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
2025-01-07 02:19:19
4021
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
2025-01-07 02:19:15
2144
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
2025-01-07 02:19:10
721
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
2025-01-07 02:19:06
1665
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
2025-01-07 02:19:02
2773
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.
2025-01-07 02:18:58
326
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
2025-01-07 02:18:53
119
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"
2025-01-07 02:18:50
301
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
2025-01-07 02:18:46
2030
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
2025-01-07 02:18:41
2886
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
2025-01-07 02:18:34
5530
UserType.classpackage org.hibernate.usertype;import java.io.Serializable;import java.sql.PreparedStatement;import java.s...
上一页
下一页
1
…
1966
1967
1968
1969
1970
…
2246
.