Nineya
Home
Blog
Spring Avoid use of String's for ContentDisposition type
2025-01-08 03:54:42
948
This adds constants for three common Content-Disposition types: attachment, form-data, and inline.I have also updated th...
Spring Introduce RouterFunction attributes
2025-01-08 03:54:38
379
In an issue discussion over at springdoc (see https://github.com/springdoc/springdoc-openapi/issues/891, it has shown us...
Spring Cannot build Spring with OpenJDK 8 on Linux
2025-01-08 03:54:36
5030
Install OpenJDK and use it as default one (output of echo $JAVA_HOME is /usr/lib/jvm/java-8-openjdk-amd64Checkout Spring...
Spring MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in case of empty List
2025-01-08 03:54:34
5879
If You create MultiValueMap via MultiValueMapAdapter, and value list is empty, call of method getFirst fail on IndexOutO...
Spring The Page<NsiRecord> findAllByNsiClass(NsiClass nsiClass, Pageable pageable) method stopped working
2025-01-08 03:54:31
2627
Good afternoon!Suddenly, the method that just worked yesterday stopped working.@GetMapping( name = "searchNs...
Spring Discover @Sql, @SqlConfig, @SqlGroup, & @SqlMergeMode on enclosing class for nested test class
2025-01-08 03:54:29
153
OverviewThis is a follow up to #19930.Deliverables[x] Support @Sql / @SqlConfig / @SqlGroup / @SqlMergeMode with the new...
Spring Allow programmatic registration of completion and error callbacks to transactional event listeners
2025-01-08 03:54:27
3142
Currently, event listeners bound to transaction commits, rollbacks or completion in general can only be used via the @Tr...
Spring Change default http status for MethodArgumentNotValidException in ResponseEntityExceptionHandler
2025-01-08 03:54:24
1107
The ResponseEntityExceptionHandler currently handles a MethodArgumentNotValidException like this:else if (ex instanceof ...
Spring Simplify code for SimpleClientHttpRequestFactory.prepareConnection
2025-01-08 03:54:22
591
Simplify code for SimpleClientHttpRequestFactory.prepareConnectionComment From: pivotal-issuemaster@rsvoboda Please sign...
Spring update fork
2025-01-08 03:54:19
212
update forkComment From: pivotal-issuemaster@xiaobaixie Please sign the Contributor License Agreement!Click here to manu...
Spring Support fetching Request/Reponse Body in Webflux's ExchangeFilterFunction.ofRequestProcessor/ofResponseProcessor - Required for logging purpose
2025-01-08 03:54:16
6503
Affects: Spring Framework : 5.2.1.RELEASESpring Boot : 2.1.5.RELEASEAdded ExchangeFilterFunction to WebClient which logs...
Spring UriBuilder - Overload queryParam to accept Optional and add only if value is present
2025-01-08 03:54:14
5379
This addresses a use-case in which a REST endpoint (A) has received an optional query param (as type Optional) and is de...
Spring UriBuilder - Correct the treatment of Optional types.
2025-01-08 03:53:41
1391
This PR is an alternative to #25925 and all the discussion on that PR remains relevant.This PR is an improvement because...
Spring main webserver path from UrlPathHelper
2025-01-08 03:53:39
5045
If my absolute path in HttpServletRequest is http://localhost:8080/my-app/sub/servlet/path, I would want to extract only...
Spring Deprecate StringUtils.isEmpty(Object) and replace remaining usage (e.g. with ObjectUtils.isEmpty)
2025-01-08 03:53:36
632
With static imports code like this looks perfectly fine: List<String> data = ... if (isEmpty(data)) ...
Spring Spring Data JPA pollutes parent context with multiple SharedEntityManagerCreator beans
2025-01-08 03:53:34
7796
Reproducible with the latest Spring Data (Neumann-SR4) and Spring Framework 5.2.9.Not reproducible with the latest Sprin...
Spring isAllocated check in DataBufferUtils::release hides reference counting errors
2025-01-08 03:53:32
5463
Affects: 5.2.4 (currently what we use); 5.3.0-SNAPSHOThttps://github.com/spring-projects/spring-framework/blob/c972d861e...
Spring Optimize Jackson resource management in codecs
2025-01-08 03:53:29
13879
Affects: 5.2.9.RELEASEJackson2JsonEncoder does not release BufferRecycler resources (i.e. does not close JsonGenerator a...
Spring BrokerAvailabilityEvent without any relay node information?
2025-01-08 03:53:27
4142
Scenario: I am connecting to a cluster of Stomp relays (without external LB), one of the Stomp nodes goes offline and I ...
Spring spring-web async restful api not support executor with Callable
2025-01-08 03:53:24
1652
when returning with a Callable response in a controlller method, I find it will use default AsyncTaskExecutor with threa...
上一页
下一页
1
…
1541
1542
1543
1544
1545
…
2246
.