Move codec-java to independent open-source coordinate#270
Merged
Conversation
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>
This was referenced Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Switch the
codec-javamodule's published coordinate:version:1.0.14-SNAPSHOT→0.0.1-SNAPSHOTartifactId:v2-core→codec-javagroupId: 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-coreline (last release1.0.13on internal Maven) to the open-sourcecodec-javaline starting fresh at0.0.1, and matches the compatibility table already inRELEASES.md.Internal module dependencies (
server,engine) reference codec-java viaproject(":codec-java"), so they are unaffected by the coordinate change.Test plan
./gradlew :codec-java:buildpasses.mavenJavapublication coordinate iscom.kakao.actionbase:codec-java:0.0.1-SNAPSHOT(e.g.,./gradlew :codec-java:generatePomFileForMavenJavaPublication).Follow-ups
LabelDTO/ Table Schema PR (addscachesfield) — separate PR, targets 0.3.0.codec-java:0.0.1release alongside Actionbase0.3.0.