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

Fix for R8 and missing classes in release build #177

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

giovasdistillery
Copy link
Contributor

Problem

In release version catching:
Missing classes detected while running R8
Missing class java.beans.ConstructorProperties (referenced from: void com.fasterxml.jackson.databind.ext.Java7SupportImpl.())
Missing class java.beans.Transient (referenced from: void com.fasterxml.jackson.databind.ext.Java7SupportImpl.())

Also there is a chat of discord with this issue -> https://discord.com/channels/831836269558235136/1200448147420348488

Expectations

  • Once you create a release build R8 is running and must pass without a problem

@giovasdistillery giovasdistillery requested a review from a team as a code owner February 13, 2024 19:03
@giovasdistillery giovasdistillery added the bug Something isn't working label Feb 13, 2024
@giovasdistillery giovasdistillery linked an issue Feb 13, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Missing classes detected while running R8.
3 participants