Replies: 2 comments 4 replies
-
The issue has been introduced by fixing #2825. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@rgrunber Java LS logging doesn't work without it. m2e uses it too - https://github.com/HannesWell/m2e-core/blob/0e854a7dd2d0afeb2b3d07df64f61919667bc911/products/m2e-ide/m2e-ide.product#L35
@rgrunber Could you, please, describe the issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a bit puzzled. I checked the latest
vscode-java
extension. When I executenpx gulp download_server
it fetches the latest server and unpacks it. This does contain the Apache Spy Fly bundles as well as ASM.However, when I look at the latest product definition it shouldn't be included. The product is based on plug-ins and does not list them. Is there something I am missing?
The reason I am asking is that two things are missing for Logback logging to work properly in SLF4J. Currently,
jakarta.servlet-api
is needed and start levels need to be added for Aris Spy Fly as well as Logback (see here, here and here). I was thinking of preparing a patch but wondering how this is included into the product.Beta Was this translation helpful? Give feedback.
All reactions