Tomáš Kraus

Results 658 comments of Tomáš Kraus

Looks like someone changed code and introduced failure during native image build: ``` [WARNING] Error: No instances of sun.security.provider.NativePRNG are allowed in the image heap as this class should be...

@romain-grecourt I modified previous setup a bit. Now there is just one more parallel stage which run all integration tests sequentially. It won't take longer than main build and it...

@barchetta Please can you go trough 3rd party approval for MS SQL and get it approved?

MS SQL integration test job passed. But I'll add another commit to disable it. I just want to make sure it's fully implemented and works fine.

@barchetta Hi Joe, do we have any news about 3rd party approval for MS SQL?

Anyway, this PR is blocked by Oracle JDBC driver release so there is no reason to rush. I'll fix notes from Tomas L. and we can discuss whether to change...

This may be caused by many things. DB native function is being invoked in most of the cases, but Derby is a special case here. It does not support some...

Also make sure that you are using latest shapshot build of EclipseLink. It was not updated in GF yet.

I forced return type to follow number argument in CriteriaBuilderImpl functions definitions. Also added jUnits to verify returned type for ceiling, floor and round functions.

Tested with Oracle 21c: ``` [INFO] Running org.eclipse.persistence.testing.tests.jpa.timestamptz.TimeStampTZTest [EL Info]: 2022-08-18 16:56:47.67--ServerSession(684566052)--EclipseLink, version: Eclipse Persistence Services - 4.0.0.v202208181452 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:...