Radek Felcman

Results 101 comments of Radek Felcman

Sorry but not all tests passing. Please check test outputs and fix provided code.

It is fixed in 5.0.0-B03 . In case of any issues with query like mentioned please leave a message there.

E.g. there is my code which is passing: ``` ... private final long ID = 1; private final String NAME = "abcde"; private final int VERSION = 11; ... @Test...

Hello we did some logging performance improvement in #2174 . Code change like `String currentThreadStackTraceInformation = "No stack trace take. isAllowTakingStackTraceDuringReadLockAcquisition is false.";` doesn't suite into current EclipseLink code style...

Hello, in attachment You can find some initial test case (Maven project with Apache Derby DB which should be started by `mvn derby:run` in the project directory). This test case...

Sorry but this is unsupported EclipseLink version. Please try 2.7.13 (javax) or 4.0.2 (Jakarta) version.

Hello, I tried to simulate this bug by attached test application. It's maven project which is based on Apache Derby DB which should be started in the project dir by...

Hello, without context hard to say. If it's possible please provide: - Thread dump to know what happens in the other threads as race condition is mentioned. - Content of...

https://github.com/eclipse-ee4j/eclipselink/blob/master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/PostgreSQLPlatform.java#L576C23-L576C23