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

support multiple idempotent request payload #42

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

SawCunha
Copy link
Contributor

Hello,
I added support for multiple annotations: JdempotentRequestPayload

  1. Made adjustments to unit tests and a review of Demo projects.
  2. Updated the project structure: Jdempotent-spring-boot-couchbase-starter and Jdempotent-spring-boot-redis-starter
  3. Added jacoco framework and owasp
  4. Upgraded dependencies to mitigate vulnerabilities that had in the project.
  5. Updated some points in the readme.

I versioned the project in 2.0.0 due to the high change that was made.

I await your return.

@SawCunha
Copy link
Contributor Author

@SawCunha
Copy link
Contributor Author

Last commit removes the error that occurs in Java 17 with primitive objects.
Error: InaccessibleObjectException occurs when trying to call the following method: setAccessible.

Ex Error: java.lang.reflect.InaccessibleObjectException: Unable to make field private final byte[] java.lang.String.value accessible: module java.base does not "opens java.lang" to unnamed module

@SawCunha SawCunha force-pushed the feature/support_multiple_IdempotentRequestPayload branch from 8e63c0f to 2c26769 Compare June 24, 2023 14:08
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

1 participant