Skip to content

chore(release): version packages - #143

Merged
alperhankendi merged 1 commit into
masterfrom
changeset-release/master
Sep 21, 2026
Merged

alperhankendi merged 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@ctxo/lang-java@0.9.0

Minor Changes

  • 3d9aa7d: Support Java 11+ full tier via dual-JAR strategy.

    The full tier now activates with JRE 11+ (previously required JRE 17+). The
    @ctxo/lang-java-analyzer companion package ships two prebuilt JARs; the
    correct variant is selected automatically at runtime based on the detected JRE:

    • JRE 11–16 → ctxo-jdt-analyzer-11.jar (JDT Core 3.33.0, analyzes Java 8–19)
    • JRE 17+ → ctxo-jdt-analyzer-17.jar (JDT Core 3.39.0, analyzes Java 8–21)

    No configuration required. Falls back to syntax tier silently when JRE is
    absent or below 11.

@ctxo/lang-java-analyzer@0.9.0

Minor Changes

  • 12e7094: Ship dual JARs for the Java 11+ full tier.

    The package now carries two prebuilt uber-JARs instead of one, and @ctxo/lang-java
    picks the right one at runtime from the detected JRE:

    • ctxo-jdt-analyzer-11.jar (JDT Core 3.33.0, JRE 11-16, analyzes Java 8-19)
    • ctxo-jdt-analyzer-17.jar (JDT Core 3.39.0, JRE 17+, analyzes Java 8-21)

    This replaces the single ctxo-jdt-analyzer.jar shipped through 0.8.0. The plugin
    resolves the variant by filename, so both packages must be published together:
    @ctxo/lang-java 0.9.0 looks only for the two new names and silently falls back to
    the syntax tier when neither is present. See ADR-014.

@github-actions
github-actions Bot force-pushed the changeset-release/master branch 5 times, most recently from c9c4109 to 0d9ec22 Compare September 21, 2026 14:58
@github-actions
github-actions Bot force-pushed the changeset-release/master branch from 0d9ec22 to c90da4c Compare September 21, 2026 15:01
@alperhankendi
alperhankendi merged commit fe44cfc into master Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant