Update Persistence TCK tests to avoid Character[] + Byte[] Java type for basic attributes#2071
Merged
scottmarlow merged 1 commit intojakartaee:mainfrom Mar 31, 2025
Conversation
…unless they are specifically testing a SQL Array type Signed-off-by: Scott Marlow <smarlow@redhat.com>
beikov
approved these changes
Mar 13, 2025
Member
Author
|
It has been a few years since the TCK challenge was opened for EE 10 and we are now testing the EE 11 Platform TCK as we make further changes as needed for the release. Merged for the next build. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes Issue
#1162 in support of jakartaee/persistence#549 which
Deprecates use of Byte[] and Character[] arrays types for basic attributes, in favor of primitive array types.Related Issue(s)
TCK challenge jakartaee/persistence#394
Describe the change
This change is for the Jakarta EE 11 Platform TCK Persistence tests to avoid use of Byte[] and Character[] array types for basic (Persistence) attributes and instead use primitive array types.
Additional context
From a timing perspective this change can be considered after we complete the EE 11 Web Profile ballot but before starting the EE 11 Platform ballot.
CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej
@starksm64 @scottmarlow