Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nvim-java/nvim-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f36a376
Choose a base ref
...
head repository: nvim-java/nvim-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e6f5a2d
Choose a head ref
  • 2 commits
  • 20 files changed
  • 1 contributor

Commits on Jun 12, 2026

  1. chore(test): replace unit-style specs with e2e integration tests

    Old specs only checked LSP attach/capabilities against an empty buffer.
    New integration_spec runs against a real Maven fixture project (copied
    to a temp dir so root markers resolve correctly) and exercises plugin
    features end-to-end: jdtls attach, extension bundling, project import,
    dap config, diagnostics, built-in runner, test runner, report viewer,
    profile UI and runtime switching.
    
    Closes #497
    s1n7ax committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    1ca9c06 View commit details
    Browse the repository at this point in the history
  2. fix(pkgm): downloads and extractions fail on Windows when 'shell' is …

    …pwsh
    
    vim.fn.system() with a command string is parsed by &shell; nvim nightly
    on Windows defaults &shell to pwsh, breaking cmd.exe-style quoting.
    Pass argv lists so no shell is involved.
    s1n7ax committed Jun 12, 2026
    Configuration menu
    Copy the full SHA
    e6f5a2d View commit details
    Browse the repository at this point in the history
Loading