Nineya
Home
Blog
Spring Security Support for using Azure WorkloadIdentity with Oauth2 Authorization Code Grant Flow
2025-03-01 14:02:38
1540
Expected BehaviorYou should be able to use the oauth2.client.registration to configure the application to use the Federa...
Spring AI After an interrupt request, the request to Ollama was not properly terminated.
2025-03-01 14:02:27
709
Bug descriptionWhen using the Ollama service, if the browser is closed or the request is manually aborted during a chat ...
Spring AI Duplicate "type" field in JSON output of McpSchema.TextContent
2025-03-01 14:02:22
1347
DescriptionWhen converting an instance of McpSchema.TextContent to JSON using Jackson's ObjectMapper, the resulting JSON...
Spring AI Add support for Models that are accessed via the new google java-genapi
2025-03-01 14:02:12
191
New Google API SDK is available as of two weeks ago - https://github.com/googleapis/java-genai which does support use of...
SpringBoot spring boot 3.4.3 + TimedAspect causes thread to hang
2025-03-01 14:01:51
4245
I have an application that stopped working correctly after updating to 3.4.3.I have prepared a minimal app that reproduc...
SpringBoot The MockitoBean annotation is not processed when using a TestConfiguration annotated class
2025-03-01 14:01:47
1719
This issue is currently being observed in version 3.4.3. Here is quick bit of code to highlight issue@SpringBootTestclas...
SpringBoot Separate transports in GraphQL auto-configuration
2025-03-01 14:01:35
403
As discussed in https://github.com/spring-projects/spring-graphql/issues/1124, the current auto-configuration mixes a bi...
SpringBoot CGLIB error since upgrading to Spring Boot 3.4.3
2025-03-01 14:01:30
2268
We upgraded our application from Spring Boot 3.4.2 to 3.4.3 and ever since doing that, tests that use ApplicationContext...
Spring Generic type resolve broken after migrate from 3.4.2 to 3.4.3
2025-03-01 14:00:54
1786
After migrate spring from 3.4.2 to 3.4.3 the app is unable to resolve generics.I have a base structure like that:`public...
Spring Enhancement: Add CollectionUtils.isNotEmpty()
2025-03-01 14:00:25
370
Hi.Currently in org.springframework.util.CollectionUtils there is only isEmpty() method, and the isNotEmpty()method woul...
Spring Supply RuntimeHints to an AotContextLoader
2025-03-01 14:00:20
825
I am looking at https://github.com/spring-projects/spring-boot/issues/44461 and what my options are to register a reflec...
Spring AI OpenAI API integration fails with Brotli compressed responses
2025-02-28 14:03:01
34770
Bug descriptionWhen using Spring-AI to communicate with OpenAI's API, the client fails to properly decode responses that...
Spring AI MessageChatMemoryAdvisor results in an error if prompt is initialized with List<Message> instead of userText
2025-02-28 14:02:50
5202
Bug descriptionCreate a prompt with Prompt prompt = new Prompt(messages); // list of messages including UserMessageAnd s...
Spring AI [OpenAI Module] Remove unused json-path dependency in spring-ai-openai
2025-02-28 14:02:37
1038
In the spring-ai-openai-1.0.0-M6 module's POM (models/spring-ai-openai/pom.xml), there's a declared dependency: <d...
SpringBoot Remove support for management.otlp.metrics.export.resource-attributes that has been deprecated since 3.2
2025-02-28 14:02:07
630
As discussed in https://github.com/spring-projects/spring-boot/pull/44394, the property has been deprecated since 3.2 wh...
SpringBoot Kafka in native-image fails when using SSL bundles
2025-02-28 14:01:59
10443
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: or...
SpringBoot Review visibility of DefaultJmsListenerContainerFactoryConfigurer#setObservationRegistry
2025-02-28 14:01:45
355
While working on https://github.com/spring-projects/spring-boot/pull/44465 I noticed that DefaultJmsListenerContainerFac...
SpringBoot JEP 458 Support
2025-02-28 14:01:39
1799
JEP 458: Launch Multi-File Source-Code ProgramsWhen will Spring boot support code files such as Controller/Service to ru...
Spring AbstractJackson2HttpMessageConverter not resolving generic type for request body since 6.2.3
2025-02-28 14:01:21
6360
Works in 6.2.2, fails in 6.2.3.This may be related to the fix for https://github.com/spring-projects/spring-framework/is...
Spring [CRaC] DefaultLifecycleProcessor and stopping beans on first refresh
2025-02-28 14:01:13
2168
Hi,I started hacking a solution that would close Cassandra connections on checkpoint, following [1] and registering a Li...
上一页
下一页
1
…
13
14
15
16
17
…
2246
.