Skip to content

TCK tests of Asynchronous repository method#1456

Open
njr-11 wants to merge 3 commits into
jakartaee:mainfrom
njr-11:tck-tests-for-asynchronous-repository-methods
Open

TCK tests of Asynchronous repository method#1456
njr-11 wants to merge 3 commits into
jakartaee:mainfrom
njr-11:tck-tests-for-asynchronous-repository-methods

Conversation

@njr-11
Copy link
Copy Markdown
Member

@njr-11 njr-11 commented May 20, 2026

Adds a couple of TCK tests to cover Asynchronous on a repository method.
The tests include logic to check whether Jakarta Concurrency is present in the environment and if not present, the tests skip themselves.

@njr-11 njr-11 added this to the 1.1 milestone May 20, 2026
@njr-11 njr-11 added the test Something test-related label May 20, 2026
@njr-11 njr-11 mentioned this pull request May 20, 2026
47 tasks
@jakarta.nosql.Entity
@jakarta.persistence.Entity
public class Account {
@jakarta.nosql.Id
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind putting a line here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind putting a line here?

I don't understand your question. My best guess is that you want a new line prior to the Id annotation. I added a commit that does that:

d882dfc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Something test-related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants