logging-log4j2
                                
                                 logging-log4j2 copied to clipboard
                                
                                    logging-log4j2 copied to clipboard
                            
                            
                            
                        [LOG4J2-3319] Add support for log4j 1.2 API bundle in Eclipse IDE
This will add the "Eclipse-ExtensibleAPI" header to the manifest of "core" bundle, to allow any fragement (resp. the log4j 1.2 bridge) to extend the API of core bundle.
Should other modules include this type of change?
No, the change is made in log4j-core, only.
But have seen that several other libraries, like "log4j-appserver" or "log4j-cassandra" or ..., would benefit from this change, if developed within Eclipse IDE (resp. with their PDE tooling).
https://issues.apache.org/jira/browse/LOG4J2-3319
This looks like it should work. @garydgregory the fragments thing has to do with modules scanning for non-public bits for the most part. Generally, that means the 2.x plugin system needs the fragment hack to find and load plugins, but 3.x can rely on service definitions instead.
This was closed automatically by Github because we renamed the release-2.x branch to 2.x. Feel free to resubmit to the 2.x branch.