Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of 3.0.0 #50

Merged
merged 39 commits into from
May 19, 2022
Merged

Implementation of 3.0.0 #50

merged 39 commits into from
May 19, 2022

Conversation

aubi
Copy link
Contributor

@aubi aubi commented Mar 10, 2022

Implementation of the Concurrency API 3.0.0

Some of the functionality required by Concurrency is implemented inside the server. For Payara, the changes are in the feature branch payara6-concurrency-3.0-upgrade. TCK was tested using Concurrency TCK Runner.

The implementation (both RI and Payara) run TCK with serveral exceptions -- PRs with fixes are created for API/TCK repository and TCK Challenges are now being filed now. The list is in TCK runner's tck-suite.xml.
TCK Tests Result:

Tests run: 150, Failures: 0, Errors: 0, Skipped: 0

@scottmarlow
Copy link
Member

@aubi did you sign the commit and is your github account associated with your Eclipse account?

@aubi
Copy link
Contributor Author

aubi commented May 13, 2022

@scottmarlow I will have to fix the commits... I use two mails and accidentally some of the commits are signed with the other mail.

breakponchito and others added 20 commits May 13, 2022 13:13
It causes double thread initialization. The setup/clean is done by the
AbstractManagedExecutorService itself.
Transaction is handled by contextSetupProvider.
Call contextSetupProvider.beforeProxyMethod (suspends trans.) before
transactionSetupProvider.setup (resets transaction)
Move them from ManagedExecutorServiceImpl and 
ManagedScheduledExecutorServiceImpl as they will be implemented in the
same way.
@aubi
Copy link
Contributor Author

aubi commented May 13, 2022

@scottmarlow Fixed. Thanks for warning us.

@aubi aubi changed the title WIP, implementation of 3.0 Implementation of 3.0.0 May 13, 2022
@aubi aubi marked this pull request as ready for review May 13, 2022 19:16
pom.xml Outdated Show resolved Hide resolved
@smillidge smillidge merged commit e898cf3 into eclipse-ee4j:master May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants