Spring Nullability consistency for getter and setter

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

The withoutTableColumnMetaDataAccess() and includeSynonymsForTableColumnMetaData() methods in SimpleJdbcInsert incorrect...

Spring Improved support for 'containerless' web application architectures [SPR-9888]

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

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

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

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]

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

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]

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]

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]

Alex Portnov opened SPR-7727 and commentedInternalResourceView doesn't override checkResource method from AbstractUrlBas...

Spring Disable Hibernate reflection optimizer with native

In order to ensure out of the box compatibility with Hibernate 6.2+, this change disables Hibernate reflection optimizer...

Spring Upgrade to Jetty 12

Affects: 6.1.0-M1https://github.com/spring-projects/spring-framework/blob/089d938e15688b75cc8780a30211bfc84bfbdebf/sprin...

Spring Client observations URI template missing when using RestTemplateAdapter

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]

zhangkaitao opened SPR-10592 and commented@RequestParam(value="username", required=false) also reportRequired Long para...

Spring Consider drop SimpleThrowawayClassLoader for hibernate 6.3

org.hibernate.MappingException is thrown when try to upgrade hibernate to 6.3.0.FinalCaused by: org.hibernate.MappingExc...

Spring Wrong requestbody

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

OverviewWe recently introduced support for PropertySourceFactory in @TestPropertySource locations; however, MergedContex...

Spring Method for determining the default namespace

Comment From: pivotal-cla@1157554011 Please sign the Contributor License Agreement!Click here to manually synchronize th...

Spring Modify DefaultMessageListenerContainer javadoc

Issue #15210 reports a problem with maxMessagePerTask and CachingConnectionFactory. The result of the issue is javadoc s...
上一页 下一页
.