Skip to content

Failed to load vscode-java-test bundles (jacoco not compatible with asm 9.9.0) #4205

@ooMia

Description

@ooMia

Language Support for Java.log

JUnit tests are not discovered in VS Code Test Explorer, although ./gradlew clean test succeeds. The Java language server reports bundle resolution failures for the Java Test Runner extension. This issue did not occur in the previous experimental version 1.47.2025100408.

  • OS: macOS (Apple Silicon, aarch64)
  • Extensions:
    • Language Support for Java by Red Hat: 1.47.2025100808 (experimental)
    • Java Test Runner: 0.43.1
    • (Others from Java Extension Pack installed)

build.gradle

plugins {
    id 'java'
}

group = 'camp.nextstep.edu'
version = '1.0-SNAPSHOT'

java {
    toolchain {
        languageVersion = JavaLanguageVersion.of(21)
    }
}

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.woowacourse-projects:mission-utils:1.2.0'
    testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

test {
    useJUnitPlatform()
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions