OpenLiberty/open-liberty

Implement Eclipse JNoSQL for Jakarta Data TCK standalone testing

Open

#30,015 opened on Oct 30, 2024

View on GitHub
 (12 comments) (0 reactions) (1 assignee)Java (652 forks)auto 404
good first issueteam:Zombie Apocalypse

Repository metrics

Stars
 (1,256 stars)
PR merge metrics
 (PR metrics pending)

Description

Our Jakarta Data TCK test suite can run in standalone mode, but needs to use a standalone Jakarta Data provider.

Implement the usage of the Eclipse JNoSQL provider as this standalone provider.

See ignored test class: https://github.com/OpenLiberty/open-liberty/blob/1fcf9eff5b7bb2e349f7050cf2c9a5e1811ed9df/dev/io.openliberty.jakarta.data.1.0_fat_tck/fat/src/io/openliberty/jakarta/data/tck/DataStandaloneTckLauncher.java#L38

Contributor guide