Nineya
Home
Blog
Spring FormattingConversionService does not invoke registered Formatter to handle an empty string [SPR-15607]
2025-01-08 20:50:30
5200
Razvan Popian opened SPR-15607 and commentedThe DefaultFormattingConversionService always converts an empty string to nu...
Spring Formatter subsystem's ParserConverter skips parse() invocation if input string is empty [SPR-8321]
2025-01-08 20:50:27
12547
Gabriele Del Prete opened SPR-8321 and commentedParserConverter will skip calling the parse() method of a Parser\ if the...
Spring Conversion Service - inconsistent handling of empty strings [SPR-7934]
2025-01-08 20:50:24
1452
Michael C. Maggio opened SPR-7934 and commentedThe FormattingConversionService's handling of empty strings appears to be...
Spring FormattingConversionService.ParserConverter Does Not Allow Custom Formatting of Blank Query Parameters [SPR-12154]
2025-01-08 20:50:21
1938
Craig Johnston opened SPR-12154 and commentedI have a form on a web page that takes various values for doing a search an...
Spring Formatter subsystem: allow Parser to return null as the parsed object; allow Printers to accept null as the object to be formatted [SPR-8324]
2025-01-08 20:50:17
1726
Gabriele Del Prete opened SPR-8324 and commentedCurrently, the Formatter subsystem in Spring guarantees that Parsers and...
Spring Converter cannot be registered via a lambda expression or method reference
2025-01-08 20:50:14
19254
This works fine:@Configurationpublic class MappingConverterConfig { @Bean public Converter<String, LocalDate>...
Spring Regression from 3.2.x for FormattingConversionService.addFormatterForFieldType [SPR-11354]
2025-01-08 20:50:11
1337
Ludovic Praud opened SPR-11354 and commentedI've tried to migrate my project from spring 3.2.x to 4.0 following #15865 c...
Spring A StaleObjectStateException should not be wrapped in an ObjectOptimisticLockingFailureException
2025-01-08 20:50:08
1031
If StaleObjectStateException is thrown when Hibernater runs doStaticUpdate or doStaticDelete, it is wrapped and returned...
Spring Use switch expression instead of If-Else
2025-01-08 20:50:05
2145
[Use switch expression instead of If-Else]I refactored the code using the new switch expression introduced since Java 12...
Spring Using SqlRowSet results in a connection leak
2025-01-08 20:50:02
2804
Affects: \4.3.28We have a search facility that returns a SqlRowSet obtained from jdbcTemplate.queryForRowSet. The row s...
Spring HierarchicalUriComponents.verifyUriComponent fails with URIs containing ==
2025-01-08 20:49:59
1455
Affects: \spring-web-5.3.5Using example URL belowhttps://greenrockbatteries.com/_static/??-eJydkd1OwzAMRl+ILho/Q1wgXoB3Q...
Spring Change an existing switch statement to the newer syntax
2025-01-08 20:49:56
433
This PR updates the switch statements from Java 11 and earlier, applying modern syntax to eliminate redundant break stat...
Spring Improved ObjectInputStream of DefaultDeserializer automatically return resources by applying try-with-resources syntax.
2025-01-08 20:49:53
486
In the DefaultDeserializer class, there was a problem with not properly releasing resources used by the ObjectInputStrea...
Spring TransactionSynchronizationUtils should allow certain Thowable types to propagate
2025-01-08 20:49:51
3248
Recently, I was looking at the code of Transaction and found that TransactionSynchronizationUtils is too rude to execute...
Spring @Priority(LOWEST_PRECEDENCE) still higher than no priority
2025-01-08 20:49:48
10557
Affects: all Spring Framework versions (spring-beans module)@Priority(LOWEST_PRECEDENCE) is still higher than no priorit...
Spring NamedParameterJdbcTemplate fails on PostgreSQL array [SPR-16340]
2025-01-08 20:49:45
12303
Nikita Khateev opened SPR-16340 and commentedThere is a possible bug while parsing SQL query for PostgreSQL DB. If you w...
Spring Incorrect named parameter parsing results in InvalidDataAccessApiUsageException: No value supplied for the SQL parameter [SPR-13181]
2025-01-08 20:49:42
4315
Hendy Irawan opened SPR-13181 and commentedFor the following SQL:UPDATE ppdbbandung2015.school SET name=:name, co...
Spring RestTemplate POST to endpoint using Digest Auth no longer works in 6.1
2025-01-08 20:49:39
2240
In Spring Web 6.0.13, with Apache HttpClient configured to provide credentials, posting a MultiValueMap to an endpoint p...
Spring are @Order/Ordered and @Priority separate concepts?
2025-01-08 20:49:35
2806
Current documentation states:(AnnotationAwareOrderComparator)This implementation retrieves an @javax.annotation.Priority...
Spring Document that pertypewithin is supported by Spring AOP
2025-01-08 20:49:33
1271
I can write like this.@Component@Aspect("pertypewithin(com..*)")@Scope("prototype")public class Time...
上一页
下一页
1
…
1268
1269
1270
1271
1272
…
2246
.