CoverRyan commented on PR #1371:
URL: https://github.com/apache/daffodil-vscode/pull/1371#issuecomment-3229390875
@michael-hoke @stevedlawrence I tested with newer versions and the warning
message persists. Looking into it, the ConsoleAppender in newer versions of
`ch.qos.logback` does support the newer versions, but lines 92-98 has it
hardcoded to use 1.2.11 to support Java 8.
```scala
libraryDependencies ++= Seq(
/* NOTE: To support Java 8:
* logback-classic can not go above version 1.2.11.
* com.microsoft.java.debug.core can not go above version 0.34.0.
*/
// scala-steward:off
"ch.qos.logback" % "logback-classic" % "1.2.11",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]