Skip to content

feat: cross-compile for Scala 2.12 + 2.13 with Java 17 target#10

Merged
fupelaqu merged 1 commit intomainfrom
feature/crossCompile
Apr 11, 2026
Merged

feat: cross-compile for Scala 2.12 + 2.13 with Java 17 target#10
fupelaqu merged 1 commit intomainfrom
feature/crossCompile

Conversation

@fupelaqu
Copy link
Copy Markdown
Contributor

Migrate generic-notification-api to support both Scala 2.12.20 and 2.13.16 with Java 17 compilation target. Bump version to 0.9.0.

Key changes:

  • Configs → ConfigReader (configs 0.6.x), kebab-case config aliases
  • JavaConverters → jdk.CollectionConverters + scala-collection-compat
  • Stream.continually → Iterator.continually (2.13 deprecation)
  • Nullary method dotted invocation (.complete())
  • .asScala.toSeq for mutable.Buffer compatibility
  • Dependencies: generic-persistence-api 0.8.1, scheduler 0.8.0, sbt-softnetwork 0.2.0, scalapb-extensions 0.2.0, slf4j 2.0.7, logback 1.4.14, sbt-scoverage 2.3.0
  • CI: JDK 17, actions v4, sbt/setup-sbt@v1, cross-compile step

Closed Issue #9

Migrate generic-notification-api to support both Scala 2.12.20 and 2.13.16
with Java 17 compilation target. Bump version to 0.9.0.

Key changes:
- Configs → ConfigReader (configs 0.6.x), kebab-case config aliases
- JavaConverters → jdk.CollectionConverters + scala-collection-compat
- Stream.continually → Iterator.continually (2.13 deprecation)
- Nullary method dotted invocation (.complete())
- .asScala.toSeq for mutable.Buffer compatibility
- Dependencies: generic-persistence-api 0.8.1, scheduler 0.8.0,
  sbt-softnetwork 0.2.0, scalapb-extensions 0.2.0, slf4j 2.0.7,
  logback 1.4.14, sbt-scoverage 2.3.0
- CI: JDK 17, actions v4, sbt/setup-sbt@v1, cross-compile step

Closed Issue #9

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.16%. Comparing base (c27ffc0) to head (a95f011).
⚠️ Report is 16 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   67.19%   71.16%   +3.96%     
==========================================
  Files          30       61      +31     
  Lines         689     1068     +379     
  Branches        0      165     +165     
==========================================
+ Hits          463      760     +297     
- Misses        226      308      +82     
Flag Coverage Δ
unittests 71.16% <100.00%> (+3.96%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fupelaqu fupelaqu merged commit 6061377 into main Apr 11, 2026
5 checks passed
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