-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Eclipse Platform does not explicitly include slf4j.simple, but EPP does
| <plugin id="slf4j.simple"/> |
It looks like slf4j.simple is indeed included and starts fine in platform:
$ find * -name slf4j.simple_\*
eclipse/plugins/slf4j.simple_2.0.17.jar
$ ./eclipse/eclipse -data data -consoleLog
WARNING: Using incubator modules: jdk.incubator.vector
Dec 08, 2025 10:16:38 AM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
Does that mean EPP is doing too much? Does that also mean we can break if a user starts with an EPP package that doesn't include m2e.logback and installs m2e.logback into it?
Metadata
Metadata
Assignees
Labels
No labels