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

Necessary GraalVM reflect-config.json in the logback 4.1.1 #703

Open
sdelamo opened this issue Sep 23, 2023 · 1 comment
Open

Necessary GraalVM reflect-config.json in the logback 4.1.1 #703

sdelamo opened this issue Sep 23, 2023 · 1 comment

Comments

@sdelamo
Copy link

sdelamo commented Sep 23, 2023

To upgrade logback to 1.4.11 in the Micronaut Framework, we had to add the following GraalVM Configuration Metadata via reflect-config.json file:

[
  {
    "name": "ch.qos.logback.classic.joran.SerializedModelConfigurator",
    "methods": [
      {
        "name": "<init>",
        "parameterTypes": [

        ]
      }
    ]
  },
  {
    "name": "ch.qos.logback.classic.util.DefaultJoranConfigurator",
    "methods": [
      {
        "name": "<init>",
        "parameterTypes": [

        ]
      }
    ]
  }
]

It would be best if Logback could include this reflect-config.json directly so that everyone using logback could have a smooth GraalVM experience. Would you be interested in such a contribution?

@noear
Copy link

noear commented Oct 10, 2023

我也碰到类似的问题。真是头疼。。。请教一下,如果是 1.3.11 版本应该怎么加?

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

No branches or pull requests

2 participants