Spring AI ONNX Embedding Model Thread-Safety Issue

Bug descriptionWhen using the default ONNX embedding model in Spring AI (all-MiniLM-L6-v2), running the embedding proces...

SpringBoot Checking if APR is available logs a warning on Java 24

WARNING: A restricted method in java.lang.System has been calledWARNING: java.lang.System::load has been called by org.a...

SpringBoot JDK 24: WARNING: sun.misc.Unsafe::invokeCleaner has been called by org.apache.tomcat.util.buf.ByteBufferUtils

Windows 11openjdk-24-ea+34_windows-x64_binSpring boot: 3.4.2Apache Tomcat/10.1.34Gets WARNING at startup:C:\LocalData\DE...

SpringBoot When using @Timed, recommend that care is taken to avoid double instrumentation

Today, I've stumbled over this issue:https://github.com/micrometer-metrics/micrometer/issues/780It seems that this happe...

SpringBoot Repackaging WAR with ZIP artifact duplicates JAR dependencies

With a fresh Spring Boot 3.4.2 Maven WAR project generated from https://start.spring.io/index.html I am observing the fo...

SpringBoot Add application property spring.mvc.contentnegotiation.default-content-type

To pass to ContentNegotiationConfigurer#defaultContentType.It's unclear why only some of the content negotiation propert...

Spring Component scan fails to find jar entries in WEB-INF/classes with embedded Tomcat

DescriptionComponent Scan can't find annotated beans in the Web application.ReproducerA small sample application for the...

Spring Continue with pre-instantiation when current bean is in creation already

As of 6.2, lenient locking may lead to BeanCurrentlyInCreationException on pre-instantiation if another thread has picke...

Spring Security Declare authorization rules one at a time

The set of authorization rules declared in the Java DSL can get messy if not formatted properly. For example, a declarat...

SpringBoot Enum PathVariable is case sensitive in UnitTest (WebTestClient)

For context, I have been trying to find the resolution outside, but cannot find any.So, I have a controller with path /a...

SpringBoot How do I load a custom URLStreamHandler for jars in the lib directory

https://github.com/spring-projects/spring-framework/issues/34344Comment From: philwebbPlease don't cross-post issues.We ...

SpringBoot Spring Boot 3.2.X AbstractCassandraConfiguration not creating cassandraTemplate with multiple KeySpaces

Facing an issue with Spring boot 3.2.x with cassandra multiple keyspaces{"@timestamp":"2025-01-30 13:40:...

SpringBoot 'logback_events_total' not increasing when using SLF4Js Fluent Logging API

Hey there 👋Not sure if this is the right place to report, but I noticed that logback_events_total is not increasing when...

Spring Whether you can extend ASM ClassReader

I encrypted the jar. During the spring startup process, I will scan the class in the jar and read it through ClassReader...

Spring How do I load a custom URLStreamHandler for jars in the lib directory

I use xjar[https://github.com/core-lib/xjar]] to encrypt the jars. Since the way I use spring boot is lib separation, al...

Spring SpringBoot not aware of the Resource using along with @SpringBootApplication

name: Generalabout: Bugs, enhancements, documentation, tasks.title: 'SpringBoot not aware of the Resource using along wi...

Spring Do not use explicitly aliased value attribute as @Component name

OverviewAs discussed in #34317, if a custom annotation is meta-annotated with @Component and declares a local String val...

Spring Remove Netty 5 support

Netty 5 was active and close to a release (Alpha5) at the time of Spring Framework 6. We added support in #28847 to enab...

Spring Security Unable to generate metadata file redirecting to auth route

Describe the bugUnable to generate service provider metadata file using http://localhost:8091/saml2/service-provider-met...

Spring Security Deprecate usages of PathMatcher in Web Socket support

spring-security-messaging uses PathMatcher in two places:[ ] SimpDestinationMessageMatcher should be deprecated and repl...
上一页 下一页
.