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

APS SDK 2.x - ClassNotFound issue trying to execute unit tests with old versions #84

Closed
OpenPj opened this issue May 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@OpenPj
Copy link
Owner

OpenPj commented May 10, 2024

It seems that the build process is returning ClassNotFound error during the execution of unit tests if you try to use old versions of APS 2.x (mainly from 2.0.0 to 2.3.x) due to a classloading issue related to the following artifacts:

  • org.activiti:activiti-api-runtime-shared
  • org.mybatis:mybatis
  • de.odysseus.juel:juel-api
  • de.odysseus.juel:juel-impl
  • de.odysseus.juel:juel-spi

We have to declare them in an explicit way setting a test scope in the aps-extensions-jar module

@OpenPj OpenPj added the bug Something isn't working label May 10, 2024
@OpenPj OpenPj added this to the 2.5.0 milestone May 10, 2024
@OpenPj OpenPj self-assigned this May 10, 2024
@OpenPj
Copy link
Owner Author

OpenPj commented May 16, 2024

Resolved in APS SDK 2.5.0

@OpenPj OpenPj closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant