Nineya
Home
Blog
Spring Nullability consistency for getter and setter
2025-01-08 18:01:53
1417
Where possible, setter-getter-pairs where the getter is @Nullable should also tag the setter argument as @Nullable.Misma...
Spring Various methods in SimpleJdbcInsert prevent method chaining
2025-01-08 18:01:50
411
The withoutTableColumnMetaDataAccess() and includeSynonymsForTableColumnMetaData() methods in SimpleJdbcInsert incorrect...
Spring Improved support for 'containerless' web application architectures [SPR-9888]
2025-01-08 18:01:48
4491
Mike Youngstrom opened SPR-9888 and commentedAs the enterprise development landscape grows more diverse the simpler the ...
Spring Broken WebSocket subscription using simple message broker
2025-01-08 18:01:45
13520
We used WebSockets within Spring Boot 2.3.5 using a simple message broker. After the update to Spring Boot 2.4 / Spring ...
Spring MBeanExporter produces "Using deprecated '-debug' fallback for parameter name resolution..." warnings
2025-01-08 18:01:35
1776
I have a bean that implements NotificationPublisherAware in order to send JMX notifications. I put then this bean to MBe...
Spring Support quoted identifiers in SimpleJdbcInsert
2025-01-08 18:01:33
1360
Motivation https://github.com/spring-projects/spring-framework/issues/13874Current implementation steps1. Getting ident...
Spring ResponseEntity should allow the usage of unassigned HTTP status codes [SPR-14205]
2025-01-08 18:01:30
6503
Robert Winkler opened SPR-14205 and commentedHello,the current implementation of the ResponseEntity does not allow the u...
Spring Support validating collection of objects on web controller method
2025-01-08 18:01:27
5245
Will May opened SPR-12312 and commentedAdd support for being able to validate a list of objects similar to the example b...
Spring Make Environment play together with Groovy [SPR-11745]
2025-01-08 18:01:25
1486
Johann Burkard opened SPR-11745 and commentedCurrentlyEnvironment env...env['foo']doesn't work in Groovy. Which is a bit...
Spring Revise documentation towards more Java based config examples [SPR-11165]
2025-01-08 18:01:22
678
Phil Webb opened SPR-11165 and commentedIt might be nice to replace the XML example with Java-configNo further details f...
Spring InternalResourceView needs to implement checkResource method [SPR-7727]
2025-01-08 18:01:19
3185
Alex Portnov opened SPR-7727 and commentedInternalResourceView doesn't override checkResource method from AbstractUrlBas...
Spring Disable Hibernate reflection optimizer with native
2025-01-08 18:01:17
2995
In order to ensure out of the box compatibility with Hibernate 6.2+, this change disables Hibernate reflection optimizer...
Spring Upgrade to Jetty 12
2025-01-08 18:01:14
13444
Affects: 6.1.0-M1https://github.com/spring-projects/spring-framework/blob/089d938e15688b75cc8780a30211bfc84bfbdebf/sprin...
Spring Client observations URI template missing when using RestTemplateAdapter
2025-01-08 18:01:11
3295
Affects: 6.1I think it would be better if RequestEntity was build with uriTemplate when available.I was playing around w...
Spring spring 3.2.3 @RequestParam(value="username", required=false) bug [SPR-10592]
2025-01-08 18:01:09
1606
zhangkaitao opened SPR-10592 and commented@RequestParam(value="username", required=false) also reportRequired Long para...
Spring Consider drop SimpleThrowawayClassLoader for hibernate 6.3
2025-01-08 18:01:03
4276
org.hibernate.MappingException is thrown when try to upgrade hibernate to 6.3.0.FinalCaused by: org.hibernate.MappingExc...
Spring Wrong requestbody
2025-01-08 18:01:00
967
I have a request that has a page object.`@Datapublic class GetProductListRequest {private String keyword;private int cat...
Spring Register reflection hints for @TestPropertySource factory
2025-01-08 18:00:53
364
OverviewWe recently introduced support for PropertySourceFactory in @TestPropertySource locations; however, MergedContex...
Spring Method for determining the default namespace
2025-01-08 18:00:50
286
Comment From: pivotal-cla@1157554011 Please sign the Contributor License Agreement!Click here to manually synchronize th...
Spring Modify DefaultMessageListenerContainer javadoc
2025-01-08 18:00:47
1019
Issue #15210 reports a problem with maxMessagePerTask and CachingConnectionFactory. The result of the issue is javadoc s...
上一页
下一页
1
…
1311
1312
1313
1314
1315
…
2246
.