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

Extract configuration metadata from source code #1956

Closed
2 tasks done
Tracked by #1954
ppkarwasz opened this issue Nov 8, 2023 · 0 comments · Fixed by apache/logging-log4j-tools#102
Closed
2 tasks done
Tracked by #1954

Extract configuration metadata from source code #1956

ppkarwasz opened this issue Nov 8, 2023 · 0 comments · Fixed by apache/logging-log4j-tools#102
Assignees
Labels
build Affects the build system or other automation plugins Affects the plugin system

Comments

@ppkarwasz
Copy link
Contributor

ppkarwasz commented Nov 8, 2023

Following the completion of #1955, as a second step towards #1954, we should:

  • develop a tool that extracts the configuration options of all Log4j plugins, together with Javadoc associated to it and convert it into the chosen metadata format,
  • discuss a mechanism to bundle the plugins metadata with the Maven artifacts (e.g. we might include it in META-INF).
@ppkarwasz ppkarwasz self-assigned this Nov 8, 2023
@ppkarwasz ppkarwasz added the STF-Milestones Milestones funded by the Sovereign Tech Fund label Nov 8, 2023
@jvz jvz added build Affects the build system or other automation plugins Affects the plugin system labels Nov 10, 2023
ppkarwasz added a commit to apache/logging-log4j-tools that referenced this issue Feb 2, 2024
We add a documentation-generating annotation processor.

By default it generates a `plugins.xml` descriptor in the
`META-INF/log4j` directory of the output folder.

Currently it supports:

 * Log4j Plugins 3.x annotations **only**,
 * Both factory methods and builders.

Closes apache/logging-log4j2#1956.
ppkarwasz added a commit to apache/logging-log4j-tools that referenced this issue Feb 2, 2024
We add a documentation-generating annotation processor.

By default it generates a `plugins.xml` descriptor in the
`META-INF/log4j` directory of the output folder.

Currently it supports:

 * Log4j Plugins 3.x annotations **only**,
 * Both factory methods and builders.

Closes apache/logging-log4j2#1956.
ppkarwasz added a commit to apache/logging-log4j-tools that referenced this issue Feb 2, 2024
We add a documentation-generating annotation processor.

By default it generates a `plugins.xml` descriptor in the
`META-INF/log4j` directory of the output folder.

Currently it supports:

 * Log4j Plugins 3.x annotations **only**,
 * Both factory methods and builders.

Closes apache/logging-log4j2#1956.
ppkarwasz added a commit to apache/logging-log4j-tools that referenced this issue Feb 5, 2024
We add a documentation-generating annotation processor.

By default it generates a `plugins.xml` descriptor in the
`META-INF/log4j` directory of the output folder.

Currently it supports:

 * Log4j Plugins 3.x annotations **only**,
 * Both factory methods and builders.

Closes apache/logging-log4j2#1956.
ppkarwasz added a commit to apache/logging-log4j-tools that referenced this issue Feb 8, 2024
We add a documentation-generating annotation processor.

By default it generates a `plugins.xml` descriptor in the
`META-INF/log4j` directory of the output folder.

Currently it supports:

 * Log4j Plugins 3.x annotations **only**,
 * Both factory methods and builders.

Closes apache/logging-log4j2#1956.
@vy vy removed the STF-Milestones Milestones funded by the Sovereign Tech Fund label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Affects the build system or other automation plugins Affects the plugin system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants