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 packaging of missing resources in JDK 1.8 (backward compatibile) helix jars #2832

Closed
himanshukandwal opened this issue Jul 17, 2024 · 0 comments · Fixed by #2833
Closed

Comments

@himanshukandwal
Copy link
Contributor

Is your feature request related to a problem? Please describe.
While fixing for the Provide JDK 1.8 (backward compatibile) jar issue, we missed packaging of the src/main/resources contents in the jdk8 jar. We need to fix this.

We can see that in the classes_jdk8 folder we are missing several properties files:
Screenshot 2024-07-16 at 10 08 26 PM

Describe the solution you'd like
Solution should package the src/main/resources in the jdk8 jar just like jdk11 jar.

Additional context
N/A

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 a pull request may close this issue.

1 participant