Releases: monkey666-cr/bazel-vscode-java-bridge
Releases · monkey666-cr/bazel-vscode-java-bridge
Release list
v0.1.0-pre.5
Bazel JDT Bridge v0.1.0-pre.5
Installation
Download the .vsix file and install via:
code --install-extension bazel-jdt-bridge-*.vsix
Verify integrity:
sha256sum -c bazel-jdt-bridge-*.vsix.sha256
What's Changed
- feat: add configurable full JAR build mode for complete IDE experience by @runchen0919 in #15
- feat(scripts): add release branch management script by @monkey666-cr in #16
- chore: bump version to 0.1.0-pre.2 by @monkey666-cr in #17
- fix: handle cache lock conflicts and clean up orphaned native state by @runchen0919 in #18
- chore: bump version to 0.1.0-pre.3 by @monkey666-cr in #19
- feat: fast reload optimization — skip Bazel discovery on window reload by @runchen0919 in #20
- chore: bump version to 0.1.0-pre.4 by @monkey666-cr in #21
- fix: use actual rule kind from aspect output instead of heuristic name matching by @runchen0919 in #23
- feat: Run/Debug support with optimized classpath resolution by @runchen0919 in #24
- fix: guard JDTUtils.searchDecompiledSources NPE via OSGi WeavingHook by @runchen0919 in #22
- fix: debug source lookup for Bazel Java workspaces by @monkey666-cr in #25
- revert: debug source lookup for Bazel Java workspaces (#25) by @monkey666-cr in #26
- fix: Test Explorer discovery and debug classpath resolution for Bazel Java targets by @runchen0919 in #27
Full Changelog: v0.1.0-pre.1...v0.1.0-pre.5
v0.1.0-pre.4
Bazel JDT Bridge v0.1.0-pre.4
Installation
Download the .vsix file and install via:
code --install-extension bazel-jdt-bridge-*.vsix
Verify integrity:
sha256sum -c bazel-jdt-bridge-*.vsix.sha256
What's Changed
- feat: add configurable full JAR build mode for complete IDE experience by @runchen0919 in #15
- feat(scripts): add release branch management script by @monkey666-cr in #16
- chore: bump version to 0.1.0-pre.2 by @monkey666-cr in #17
- fix: handle cache lock conflicts and clean up orphaned native state by @runchen0919 in #18
- chore: bump version to 0.1.0-pre.3 by @monkey666-cr in #19
- feat: fast reload optimization — skip Bazel discovery on window reload by @runchen0919 in #20
Full Changelog: v0.1.0-pre.1...v0.1.0-pre.4
v0.1.0-pre.3
Bazel JDT Bridge v0.1.0-pre.3
Installation
Download the .vsix file and install via:
code --install-extension bazel-jdt-bridge-*.vsix
Verify integrity:
sha256sum -c bazel-jdt-bridge-*.vsix.sha256
What's Changed
- feat: add configurable full JAR build mode for complete IDE experience by @runchen0919 in #15
- feat(scripts): add release branch management script by @monkey666-cr in #16
- chore: bump version to 0.1.0-pre.2 by @monkey666-cr in #17
- fix: handle cache lock conflicts and clean up orphaned native state by @runchen0919 in #18
Full Changelog: v0.1.0-pre.1...v0.1.0-pre.3
v0.1.0-pre.2
Bazel JDT Bridge v0.1.0-pre.2
Installation
Download the .vsix file and install via:
code --install-extension bazel-jdt-bridge-*.vsix
Verify integrity:
sha256sum -c bazel-jdt-bridge-*.vsix.sha256
What's Changed
- feat: add configurable full JAR build mode for complete IDE experience by @runchen0919 in #15
- feat(scripts): add release branch management script by @monkey666-cr in #16
Full Changelog: v0.1.0-pre.1...v0.1.0-pre.2
v0.1.0-pre.1
Bazel JDT Bridge v0.1.0-pre.1
Installation
Download the .vsix file and install via:
code --install-extension bazel-jdt-bridge-*.vsix
Verify integrity:
sha256sum -c bazel-jdt-bridge-*.vsix.sha256
What's Changed
- feat: switch to synchronous bazel commands to avoid EBADF in JVM environment by @runchen0919 in #1
- feat: scoped file watching, source root inference, and label normalization by @runchen0919 in #2
- feat: dependency source loading modes and on-demand project creation by @monkey666-cr in #3
- fix: batch workspace operations and defer classpath resolution by @runchen0919 in #4
- feat: is_source-aware JAR resolution and merged multi-target classpath by @runchen0919 in #5
- feat: phased discovery, stderr-first aspect resolution, and log noise reduction by @runchen0919 in #6
- fix: break infinite watcher feedback loop with content-hash filtering by @monkey666-cr in #7
- feat: recursive source root inference for empty package directories by @runchen0919 in #8
- feat: improve proto parsing and aspect resolution by @runchen0919 in #9
- feat(ci): add GitHub Actions release pipeline with dual-channel publishing by @monkey666-cr in #10
- fix(ci): move workflows to repo root for GitHub Actions detection by @monkey666-cr in #11
- fix(ci): use --break-system-packages for zig install by @monkey666-cr in #12
- fix(ci): sed only replaces first version tag in pom.xml by @monkey666-cr in #13
- fix: correct VSIX output path in release pipeline by @monkey666-cr in #14
New Contributors
- @runchen0919 made their first contribution in #1
- @monkey666-cr made their first contribution in #3
Full Changelog: https://github.com/monkey666-cr/bazel-vscode-java-bridge/commits/v0.1.0-pre.1