-
Notifications
You must be signed in to change notification settings - Fork 636
PluginBuilderFactory instead of PluginFactory for Log4j2 Appender #1142
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
Labels
Milestone
Comments
Sounds reasonable. Contributions are welcome. |
I hope to work on that enhancement ASAP |
Scip88
added a commit
to Scip88/spring-amqp
that referenced
this issue
Jan 16, 2020
Refactor @pluginfactory and use of @PluginBuilderFactory Simplify subclasses implementation of AmqpAppender (Log4j2)
Reopened. Closed by mistaken issue link in other commit. |
garyrussell
pushed a commit
to spring-projects/spring-integration
that referenced
this issue
Jan 16, 2020
Resolves spring-projects/spring-amqp#1142 Resize down does not work when not enough already allocated to match the reduction. Improved SimplePool test cases and fixed code style Fixed code style GH-3143: Test Polishing - use preferred assertJ expected exception checking - add a test for reducing a partially allocated pool - check active counts
garyrussell
pushed a commit
that referenced
this issue
Jan 21, 2020
* resolve #1142 Refactor @pluginfactory and use of @PluginBuilderFactory Simplify subclasses implementation of AmqpAppender (Log4j2) * Change Reference Documentation Add Example for Log4j2 subclasses and static factor * add test and fix logging.adoc * fix LICENSE and logging.adoc * fix missing rename file * ConnectionFactory destroy() to avoid resources leaking
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affects Version(s): v2.2.2.RELEASE
Use of PluginBuilderFactory instead of PluginFactory for Log4j2 AmqpAppender
I'm tryin to extends AmqpAppender to customize method postProcessMessageBeforeSend.
I'm tryin to avoid copy & paste of static method createAppender (annotated with PluginFactory) but it's not possibile.
Is there another solution or simple code to create a method annotated with PluginFactory ?
I suggest to use Builder and Annotation PluginBuilderFactory
Extend Log4j2 Appenders
Log4j2 Plugin Builder
The text was updated successfully, but these errors were encountered: