SpringBoot Fix possible type pollution in ConditionEvaluationReport

Hi,I've been playing around with the https://github.com/RedHatPerf/type-pollution-agent from @franz1981 and found one ca...

SpringBoot Spring Boot 3.0 no longer logs guidance to enable debug logging to see the condition evaluation report when the app fails to start

This code: https://github.com/spring-projects/spring-boot/blob/533f3017d45c702eb8d15a4fe3872baaa8e435d9/spring-boot-proj...

SpringBoot Reference documentation refers to artemis-jms-server but artemis-jakarta-server should now be used instead

Hi,My project is declaring a dependency org.apache.activemq:artemis-jms-server as indicated in the documentation to use ...

SpringBoot Update docs to final GraalVM 22.3

The :liberica-nik-download: in attributes.adoc still points to the 22-EA release, and theresNOTE: If you download it man...

SpringBoot Make it possible to generate bootable layer structure directly (SB Gradle plugin)

WhatMake it possible to generate bootable layer structure suitable for building container images without having to first...

SpringBoot Add reflection hints for Tomcat 10.1

In Tomcat 10.0, reflection hints on Http11AprProtocol were registering hints on AbstractProtocol as a side effect.Tomcat...

SpringBoot Native tomcat servlet applications fail to start with "port out of range:-1"

org.springframework.context.ApplicationContextException: Unable to start web server at org.springframework.boot.web.s...

SpringBoot Switch to the Eclipse Angus Jakarta Activation Reference Implementation

Comment From: wilkinsonaI don't think we should do this. We started managing the version of the RI as it was versioned a...

SpringBoot Logback <if> blocks cannot read spring properties

I built and maintain a logging starter for my company, and am in the process of updating it for Spring Boot 3.0. I've fo...

SpringBoot Remove dependency management for unused EL-related dependencies

We currently manage the versions of org.mortbay.jasper:apache-el and org.glassfish:jakarta.el but they aren't used anywh...

SpringBoot spring-boot-starter-security does not update spring-security dependencies to patch CVE-2022-31692

ContextSince the anouncement of the CVE-2022-31692, spring-boot-starter-security does not have update the two dependenci...

SpringBoot ForwardedHeaderFilter doesn't seem to get applied to Actuator endpoints when running on a different port

We're using Spring Boot 2.7.3 with the version of Actuator (spring-boot-starter-actuator) that is shipped with 2.7.3. We...

SpringBoot Support modified classpath on methods and parameterized tests

Comment From: wilkinsonaI'm seeing some problems with parameterised tests where each test run by ModifiedClassPathExtens...

SpringBoot When a WebFlux-based management server is running on a separate port, the error infrastructure is not used

With the main server on 8080 and the management server on 8081, the error responses are different:$ http :8080/404HTTP/1...

SpringBoot oauth2 token generation is slow

Applicable oauth2 token is generated and org. Springframework. Security. Oauth2. The provider. The method of endpoint cl...

SpringBoot 2.7.4 Upgrade to 2.7.5 Cors

No change in configuration. Only upgrade from 2.7.4 to 2.7.52.7.4 Don't prompt for cross domainWhat configuration needs ...

SpringBoot [Different Request, Response Thread] Sring Boot 2.6.1 + MVC + Weclient + Kotlin Coroutines

Spring boot 2.6.1Kotlin 1.6.0mycode@Controllerclass Test{ @GetMapping(..) suspend fun api(): Response { Syste...

SpringBoot Failed to instantiate [com.netflix.discovery.EurekaClient]: Factory method 'eurekaClient' threw exception; nested exception is java.lang.RuntimeException: Failed to initialize DiscoveryClient!

Hi, when I add microsoft.sqlserve dependency Eureka server shows an error :group: 'com.microsoft.sqlserver', name: 'mss...

SpringBoot Polish ImportCandidates

As the class not only handles autoconfiguration imports I thought the code should reflect this more clearly.Comment From...

SpringBoot Tomcat 10 is EOL

https://tomcat.apache.org/tomcat-10.0-eol.html 🤔 Does SB3 need to ship with Tomcat 10.1 (seems that way?)Does that mean ...
上一页 下一页
.