Aurora Blog
Home
Spring Security EnableReactiveMethodSecurity should not import Servlet configuration
2025-07-18 14:01:13
122
@EnableReactiveMethodSecurity imports AuthorizationWebProxyConfiguration, which is only intended for servlet application...
Spring Security Consider warning when EnableTransactionManagement has lower precedence than EnableMethodSecurity
2025-07-18 14:01:12
1033
The 5.8 migration guide advises applications to set @EnableTransationManagement(order = 0) in order to ensure that it ha...
Spring Security UnboundIdContainer fails with TestContext
2025-07-18 14:01:08
301
This appears to be related tohttps://github.com/spring-projects/spring-framework/commit/dbe89abd7b39217044b3e021b4fe740c...
Spring AI How to get this assitantMessage in the streaming response
2025-07-18 14:01:03
1096
desc:It's easy to get an assitantMessage from the result in a non-streaming response, but there doesn't seem to be a str...
Spring AI Spring AI fails on second vLLM call with 400 due to malformed tool_calls
2025-07-18 14:00:57
3460
SpringAI verison1.0.0I encountered an issue while using Spring AI’s OpenAI chat framework to integrate with vLLM.When I ...
Spring AI The Bedrock Converse document needs to be updated
2025-07-18 14:00:50
381
Since #3770 has already been merged, we need to synchronously update the relevant section in the documentation: https://...
Spring AI Vector store support for S3-Vectors
2025-07-18 14:00:49
675
Expected BehaviorAWS introduced S3 Vectors yesterday. It is still in preview but Java sdk client can be found ->https...
Spring AI Misspelling in Documentation
2025-07-18 14:00:43
355
Misspelling of PromptTemplate in documentation at structured output converterComment From: ilayaperumalg@xdHampus Thank ...
Spring AI Diagram structured-output-api PropmptTemplate Typo
2025-07-18 14:00:38
403
Hello everyone, I would like to point out a spelling mistake on the structured-output-api.jpg image. There the PromptTem...
Spring AI Oracle Vector Store - METADATA IGNORED
2025-07-18 14:00:33
583
Metadatas values for some reason becomes OracleJsonStringImpl type, and toJson method on OracleVectorStore dont support ...
SpringBoot Bump org.apache.commons:commons-lang3:3.17.0 to 3.18.0
2025-07-18 14:00:28
437
Bump org.apache.commons:commons-lang3:3.17.0 to 3.18.0https://commons.apache.org/proper/commons-lang/changes.html#a3.18....
SpringBoot Trouble Running Spring Boot Application from Jar with Included Dependencies for fast startup
2025-07-18 14:00:26
2336
I'm encountering an issue when trying to run a Spring Boot application from a jar file that includes its dependencies. H...
SpringBoot Document using the Shadow plugin as an alternative to Boot's fat jars when using Gradle
2025-07-18 14:00:24
7725
I found the following is required in Gradle to get a fat jar working when cannot use the spring-boot-gradle-plugin plugi...
SpringBoot Reconsider whether spring-boot-starter-json should bring in spring-web
2025-07-18 14:00:21
6365
Would you consider revisiting the decision to have JSON starter depend on spring-web (original discussion in #10031)?Wit...
SpringBoot Configure Lettuce with MicrometerTracing instead of MicrometerCommandLatencyRecorder when micrometer-tracing is available
2025-07-18 14:00:19
327
Conditionally on Micrometer Tracing classpath availability, it would make sense to configure MicrometerTracing for the L...
SpringBoot Ability to set observationConvention per client
2025-07-18 14:00:17
1789
Hi,At Allegro we have services which create multiple instances of HTTP clients (e.g. RestClient) and would like to have ...
Spring Migrate to Palentir's JavaPoet
2025-07-18 14:00:08
125
The original JavaPoet project has been archived. We should migrate to the replacement so that we can benefit from any up...
Golang proposal: strings: Add new Reverse API
2025-07-17 14:06:42
1523
Proposal DetailsSummaryThis proposal suggests adding a new Reverse function to the strings package in the Go standard li...
Golang proposal: index/suffixarray: Add method to expose underlying suffix array indices
2025-07-17 14:06:40
585
Proposal DetailsThe index/suffixarray package builds an internal slice of sorted suffix offsets but does not expose it. ...
Golang log/slog: improve performance by pooling encoders for Any values
2025-07-17 14:06:36
6301
Proposal DetailsThe current implementation of the log/slog package can be improved by optimizing how values are encoded ...
上一页
下一页
1
…
158
159
160
161
162
…
326
.