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](JDK) Start Fe with JDK17 #29658

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Conversation

BePPPower
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@zy-kkk zy-kkk merged commit 96e1c91 into apache:doris-jdk17 Jan 8, 2024
21 of 22 checks passed
morningman pushed a commit that referenced this pull request Jan 18, 2024
zy-kkk pushed a commit that referenced this pull request Jan 26, 2024
BePPPower added a commit to BePPPower/doris that referenced this pull request Jan 29, 2024
morningman pushed a commit that referenced this pull request Jan 29, 2024
Issue Number: close #30484

problem:
gson will use Java's reflection mechanism to generate a default Adapter, but JDK17 is prohibited from visiting such an access.

solution:
gson has provided solutions since 2.9.1, which can bypass this problem: Add support for reflection access filter by Marcono1234 · Pull Request #1905 · google/gson

We need to upgrade the gson version and use this solution
yiguolei pushed a commit that referenced this pull request Jan 30, 2024
Issue Number: close #30484

problem:
gson will use Java's reflection mechanism to generate a default Adapter, but JDK17 is prohibited from visiting such an access.

solution:
gson has provided solutions since 2.9.1, which can bypass this problem: Add support for reflection access filter by Marcono1234 · Pull Request #1905 · google/gson

We need to upgrade the gson version and use this solution
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.

2 participants