Issues
- Explicitly set localization assumptions for the build and testsuiteHHH-14144Resolved issue: HHH-14144Falko Modler
- Detect illegal concurrent usage of LogicalConnectionManagedImplHHH-14143Resolved issue: HHH-14143Sanne Grinovero
- Make constructor of StatelessSessionImpl publicHHH-14142Resolved issue: HHH-14142Gavin King
- Empty String Check Performance ImprovementHHH-14137Resolved issue: HHH-14137Ihar S
- Fix mistake in example code for 'second level cache' in user guideHHH-14133Resolved issue: HHH-14133Nathan Xu
- Bidirectional relationship with @NotNull fails to saveHHH-14129Resolved issue: HHH-14129Andrea Boriero
- Add CockroachDB to DefaultDialectSelector and update documentation to mention the new dialectHHH-14126Resolved issue: HHH-14126Andrea Boriero
- Entity graph (fetch graph) is incorrectly applied to query results beyond the first oneHHH-14124Resolved issue: HHH-14124Yoann Rodière
- IN Clause Parameter Padding not working if parameter count is between last valid power of 2 number and 'in expression limit'HHH-14109Resolved issue: HHH-14109Oliver Breidenbach
- SQL script parsing problem with multi-line commentsHHH-14033Resolved issue: HHH-14033Steve Ebersole
- FlushMode set through SessionBuilder#flushMode() is ignoredHHH-13974Resolved issue: HHH-13974Michael Spahn
11 of 11
Explicitly set localization assumptions for the build and testsuite
Fixed
Description
Details
Assignee
Falko ModlerFalko ModlerReporter
Sanne GrinoveroSanne GrinoveroFix versions
Priority
Minor
Details
Details
Assignee
Falko Modler
Falko ModlerReporter
Sanne Grinovero
Sanne GrinoveroFix versions
Priority
Created August 10, 2020 at 3:22 PM
Updated July 16, 2021 at 3:55 PM
Resolved June 4, 2021 at 5:48 PM
Activity
Show:
Former userJune 4, 2021 at 5:48 PM
Backported to 5.3 branch in whole or in part in support of HHH-14640.
Apparently contributors who have their system configured for German localization have some integration tests fail, because of assumptions of our testsuite.
The proposed solution is to configure our build to set the environment variables explicitly.