Skip to content

Move codec-java to independent open-source coordinate#270

Merged
em3s merged 1 commit intomainfrom
refactor/codec-java-coordinate
Apr 24, 2026
Merged

Move codec-java to independent open-source coordinate#270
em3s merged 1 commit intomainfrom
refactor/codec-java-coordinate

Conversation

@em3s
Copy link
Copy Markdown
Contributor

@em3s em3s commented Apr 24, 2026

Summary

Switch the codec-java module's published coordinate:

  • version: 1.0.14-SNAPSHOT0.0.1-SNAPSHOT
  • artifactId: v2-corecodec-java
  • groupId: unchanged (com.kakao.actionbase)

New published coordinate: com.kakao.actionbase:codec-java:0.0.1-SNAPSHOT.

This follows the per-module independent versioning policy documented in #269. It cuts cleanly from the internal v2-core line (last release 1.0.13 on internal Maven) to the open-source codec-java line starting fresh at 0.0.1, and matches the compatibility table already in RELEASES.md.

Internal module dependencies (server, engine) reference codec-java via project(":codec-java"), so they are unaffected by the coordinate change.

Test plan

  • ./gradlew :codec-java:build passes.
  • Confirm the resulting mavenJava publication coordinate is com.kakao.actionbase:codec-java:0.0.1-SNAPSHOT (e.g., ./gradlew :codec-java:generatePomFileForMavenJavaPublication).

Follow-ups

Switch the codec-java module's published coordinate from
com.kakao.actionbase:v2-core:1.0.14-SNAPSHOT to
com.kakao.actionbase:codec-java:0.0.1-SNAPSHOT. This aligns codec-java
with the per-module independent versioning policy documented in #269,
cuts cleanly from the internal v2-core line to the open-source
codec-java line, and starts the open-source codec-java release cadence
fresh at 0.0.1.

Internal module dependencies (server, engine) reference codec-java via
the Gradle project path (project(":codec-java")) and are unaffected by
the coordinate change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 24, 2026
@em3s em3s merged commit f237955 into main Apr 24, 2026
8 checks passed
@em3s em3s self-assigned this Apr 24, 2026
@em3s em3s deleted the refactor/codec-java-coordinate branch April 24, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant