Nineya
Home
Blog
SpringBoot Fix possible type pollution in ConditionEvaluationReport
2025-01-07 04:17:59
4127
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
2025-01-07 04:17:56
657
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
2025-01-07 04:17:53
1343
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
2025-01-07 04:17:51
1420
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)
2025-01-07 04:17:38
4164
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
2025-01-07 04:17:36
347
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"
2025-01-07 04:17:34
4621
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
2025-01-07 04:17:31
283
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
2025-01-07 04:17:29
2236
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
2025-01-07 04:17:19
198
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
2025-01-07 04:17:17
367
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
2025-01-07 04:17:14
8338
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
2025-01-07 04:17:11
361
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
2025-01-07 04:17:08
3912
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
2025-01-07 04:17:06
937
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
2025-01-07 04:17:03
474
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
2025-01-07 04:16:59
1195
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!
2025-01-07 04:16:57
19178
Hi, when I add microsoft.sqlserve dependency Eureka server shows an error :group: 'com.microsoft.sqlserver', name: 'mss...
SpringBoot Polish ImportCandidates
2025-01-07 04:16:53
234
As the class not only handles autoconfiguration imports I thought the code should reflect this more clearly.Comment From...
SpringBoot Tomcat 10 is EOL
2025-01-07 04:16:50
548
https://tomcat.apache.org/tomcat-10.0-eol.html 🤔 Does SB3 need to ship with Tomcat 10.1 (seems that way?)Does that mean ...
上一页
下一页
1
…
1879
1880
1881
1882
1883
…
2246
.