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: zed-extensions/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.8.12
Choose a base ref
...
head repository: zed-extensions/java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.8.13
Choose a head ref
  • 9 commits
  • 33 files changed
  • 3 contributors

Commits on Feb 25, 2026

  1. Update CI workflows to e439c295c5 (#202)

    This PR updates the CI workflow files from the main Zed repository
    based on the commit
    zed-industries/zed@e439c29
    
    Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
    zed-zippy[bot] authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    5b5829b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Configuration menu
    Copy the full SHA
    38633a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Update CI workflows to 0c49aaa (#209)

    This PR updates the CI workflow files from the main Zed repository
    based on the commit
    zed-industries/zed@0c49aaa
    
    This changes the workflows to instead use a pinned version of the
    workflows from the main repository.
    
    Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
    zed-zippy[bot] authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    6b1e326 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Update CI workflows to 3e7f2e3 (#212)

    This PR updates the CI workflow files from the main Zed repository
    based on the commit
    zed-industries/zed@3e7f2e3
    
    This adds initial support for extensions not located at the root of the
    repository.
    
    Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
    zed-zippy[bot] authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    67f1232 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Add build tool fallbacks for tasks (#213)

    This adds `mvn` and `gradle` fallbacks for projects where no Maven
    Wrapper or Gradle Wrapper is present.
    
    The message when no build tooling is found is updated
    from "No build system found" to "No build tool found".
    
    Add support for Kotlin DSL (build.gradle.kts) based projects.
    mweirauch authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    edd3d67 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Update CI workflows to 30d3467 (#215)

    This PR updates the CI workflow files from the main Zed repository
    based on the commit
    zed-industries/zed@30d3467
    
    This includes some fixes to the upstream publishing review which help
    the Zed team with publishing extension versions quicker 🎉
    
    Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
    zed-zippy[bot] authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    cb0c7d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. JDTLS Rust Proxy (#214)

    A new proxy written entirely in Rust.
    
    Motivation
    
    - **Eliminates the Node.js runtime dependency** 
    - **Faster cold start** as no V8 JIT warmup
    - **Lower memory footprint** as no garbage collector overhead
    tartarughina authored Mar 22, 2026
    Configuration menu
    Copy the full SHA
    9081f44 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Add formatting for tree-sitter query files (#216)

    - Integrate ts_query_ls formatter into the fmt task
    - Create new lint task combining fmt and clippy
    tartarughina authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    4c8b903 View commit details
    Browse the repository at this point in the history
  2. Bump version to 6.8.13 (#206)

    This PR bumps the version of this extension to v6.8.13
    
    Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
    zed-zippy[bot] authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    1b6e5ba View commit details
    Browse the repository at this point in the history
Loading