SpringBoot NPE in NestedExceptionUtils.getMostSpecificCause

This happens only on 3.4.3. (Reverting back to 3.4.2 solved the issue, so should be just a regression)The stack trace is...

SpringBoot Remove MessageSourceAutoConfigurationIntegrationTests, MessageSourceAutoConfigurationProfileTests, and SpringJUnitTests

All three tests appear to be testing functionality that's tested elsewhere.MessageSourceAutoConfigurationIntegrationTest...

SpringBoot Support Kotlin/Multiplatform Gradle plugin natively

It would be nice if Spring-boot Gradle plugin could support natively Kotlin/Multiplatform ("org.jetbrains.kotlin.multipl...

SpringBoot Upgrade from Spring Boot 3.3.1 to Spring Boot 3.4.1 appears to have caused performance regression

We are seeing this at the median and p99 across multiple servicesAPI Service 1BeforeAfter (this reaches less than half ...

SpringBoot Spring boot 3.4.3 breaks flyway with Postgres

I upgraded an existing Spring Boot Application using Postgres from 3.2.5 to latest 3.4.3. The application now won't sta...

Spring Tomcat can not handle responses correctly which contain both Connection: close and Transfer-Encoding: chunked headers

I have a spring boot based server and a client app which both of them runs on embedded tomcat. I call server app via 3rd...

Spring testXlsxStreamingView and testAge failures while building web mvc

I'm currently trying to build spring-webmvc for version 6.0.2 with all tests passing. While the build completes successf...

Spring GenericConversionService cannot find a converter when converting to a Kotlin list of maps

This test works fine in Spring 6.2.2 but fails in 6.2.3.It is probably related to this fix: #34298.package com.exampleim...

Spring In Spring AI, if a functioncall's return value doesn't match its description, it can trigger an infinite loop by repeatedly accumulating and calling the large model interface with the incorrect return value.

Spring AI defines a "functioncall". When the return value is inconsistent with the description, for example, if it's def...

Pandas Add "semester" as a time/date component to DatetimeIndex

Groupby is missing "semester"from datetime import *import pandas as pdimport numpy as npdf = pd.DataFrame()days = pd.dat...

Pandas BUG: loc[] returns object type instead of float

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Keras Dense layer not built when created in init - leads to undefined shape and unable to be used in call

From the example https://keras.io/examples/vision/vit_small_ds/ when building the projection layer self.projection is un...

Keras keras.src.models.functional.Functional.__init__() got multiple values for keyword argument 'inputs'

Probably typo.@keras.saving.register_keras_serializable()class DummyModel(keras.Model): def __init__( self, ...

Spring Security oauth2: make it less painful to use a proxy

Expected BehaviorUsing a proxy should be much simpler as it's a common use caseCurrent BehaviorRequires applying proxy s...

Spring Security Spring Security HTTP headers not added for large files

I made a Spring Boot application using version 3.3.7. I have configured my endpoint to generate some HTTP headers, using...

Spring AI SyncMcpToolCallback call fails with UnsupportedOperationException if ToolContext is set

Bug descriptionIntegrating and calling an MCP Tool with an existing Spring AI application that uses a ToolContext will r...

Spring AI There are too few ways to split the document.

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....

Spring AI Garbage collected without being shut down! ~*~*~* Make sure to call shutdown()/shutdownNow()

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...

Spring AI Cannot disable OpenAiModerationModel when using OpenAiAutoConfiguration

Bug descriptionAll of the Beans in the OpenAiAutoConfiguration class that require an API key have an option to disable t...

SpringBoot Logging a Path object using structured logging throws StackOverflowError

Structured logging has infinite loop and throws StackOverflowError when attempting to log a Path object.Tested with spri...
上一页 下一页
.