Nineya
Home
Blog
软著申请
Spring Security Clarify in JSP documentation where method attribute is required
2025-02-04 14:04:35
204
See #16529 for background.We should update the reference to indicate that if the target RequestMatcher requires an HTTP ...
Spring Security Clarify WebInvocationPrivilegeEvaluator JavaDoc
2025-02-04 14:04:29
1353
When someone passes null for the method to WebInvocationPrivilegeEvaluator, they are saying that the HTTP method doesn't...
Spring Security Default form render error
2025-02-04 14:03:09
444
Describe the bug<input type="password" id="password" name="password" placeholder="Password" autocomplete=&quot;pa...
Spring Security Update HandlerMappingIntrospector Usage in CORS support
2025-02-04 14:02:45
354
The CorsConfigurationConfigurer should look up a PreFlightRequestHandler instead of a HandlerMappingIntrospector. It wil...
Spring AI Simplify VectorStore.delete(List<String> idList) to return void
2025-02-04 14:02:22
424
Currently, the delete method returns Optional, which adds unnecessary complexity and is not meaningful for most implemen...
SpringBoot @ServiceConnection for docker image "lldap:lldap"
2025-02-04 14:01:56
502
Hi,I would like to have @SeviceConnection functionality for the docker image "lldap:lldap" (https://github.com/lldap/lld...
SpringBoot Commercial repository settings are not applied in the effective BOM or Ivy
2025-02-04 14:01:49
741
Our dependency management has a generateEffectiveBom task that invokes Maven with a settings.xml that's prepared from bu...
SpringBoot Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header
2025-02-04 14:01:40
1483
The spring boot mustache view resolver accepts a charset parameter (via MustacheProperties), but that parameter is only ...
SpringBoot Conflict between HealthEndpointConfiguration and AvailabilityProbesAutoConfiguration
2025-02-04 14:01:32
2163
Environment:* Spring Boot: 3.4.2* Spring: 6.2.2* KubernetesAfter upgrading to Spring Boot 3.4 from 3.3 I see an unexpect...
Spring Explore optimizing custom property editor allocations
2025-02-04 14:00:39
1181
While working on another issue, I found that ResourceEditorRegistrar#registerCustomEditors is invoked for each bean via ...
Spring Enhancement : FlatFileItemReaderBuilder
2025-02-04 14:00:34
666
Concrete use case (X as record class)FlatFileItemReaderBuilder<X>() ... .targetType(...
Spring Quartz-style Nth Day of Week cron expressions can overflow to other month
2025-02-04 14:00:25
3139
The issueWe are experiencing a weird issue with Cron Expressions. We are using the @Scheduled annotation to run schedule...
Spring AI Title: StringTemplate Exception (STException: null) in Spring AI with JSON Prompt "object"' came as a complete surprise to me
2025-02-03 14:00:30
5040
Bug description:When using Spring AI with a JSON-formatted prompt, an exception org.stringtemplate.v4.compiler.STExcepti...
SpringBoot Spring Testcontainers with custom DataSource
2025-02-03 14:00:23
861
I created an example project to test vibur data source support in Spring Boot 3.5.0-M1, but when I tried to use the Spri...
SpringBoot Cannot disable "condition evaluation report"
2025-02-03 14:00:19
1001
Gents.I observed something today on a new app I stood up for PoC. For some strange reason I cannot turn off condition e...
Spring Spring WS: CommonXsdSchemaCollection fails to resolve XSDs imported with relative path like "../common.xsd"
2025-02-03 14:00:11
1878
Context: spring-boot-starter-parent 3.4.1Sample project: https://github.com/Skrrytch/SpringWS-XsdSchemaCollection-FixThe...
Spring Missing Logs in Catch Blocks When Using Structured Logging (ECS Format) in Spring Boot 3.4.x
2025-02-02 14:00:08
1600
When enabling structured logging with the ECS format in a Spring Boot 3.4.2 (also occurs with 3.4.0 and 3.4.1) applicati...
Redis [BUG] Why does redis get benchmark work up to 12% slower on Ubuntu 24 than Ubuntu 20 ?
2025-02-01 14:03:20
2310
Describe the bugI have a Ubuntu 24.04 LTS VM with 2 vCPUs, and a Ubuntu 20.04 LTS VM with 2 vCPUs, both running on ident...
Redis [CRASH] SIGSEGV
2025-02-01 14:03:16
30793
Initially thought this was from vm.overcommit_memory issues, but that is not the case. The issue is mostly reproducible ...
Spring Security Send a static message from HttpStatusServerAccessDeniedHandler
2025-02-01 14:02:38
128
We should send a static message, e.g. "Access Denied" from HttpStatusServerAccessDeniedHandler instead of the exception ...
上一页
下一页
1
…
221
222
223
224
225
…
2246
.