Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to avro4k 2.x #89

Merged
merged 9 commits into from
Jul 24, 2024
Merged

Migrate to avro4k 2.x #89

merged 9 commits into from
Jul 24, 2024

Conversation

jangalinski
Copy link
Contributor

@jangalinski jangalinski commented Jul 18, 2024

will fix #88

dependabot bot and others added 3 commits July 18, 2024 04:42
Bumps [com.github.avro-kotlin.avro4k:avro4k-core](https://github.com/avro-kotlin/avro4k) from 1.10.1 to 2.0.0.
- [Release notes](https://github.com/avro-kotlin/avro4k/releases)
- [Commits](avro-kotlin/avro4k@v1.10.1...v2.0.0)

---
updated-dependencies:
- dependency-name: com.github.avro-kotlin.avro4k:avro4k-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…vro-kotlin.avro4k-avro4k-core-2.0.0

chore(deps): bump com.github.avro-kotlin.avro4k:avro4k-core from 1.10.1 to 2.0.0
@jangalinski jangalinski added this to the 1.11.5.0 milestone Jul 18, 2024
@jangalinski jangalinski changed the title Migrate to avro4k 2.x DRAFT Migrate to avro4k 2.x Jul 18, 2024
@jangalinski jangalinski self-assigned this Jul 18, 2024
Copy link

codecov bot commented Jul 18, 2024

Codecov Report

Attention: Patch coverage is 53.75000% with 37 lines in your changes missing coverage. Please review.

Project coverage is 69.31%. Comparing base (0da1d90) to head (1c71162).

Files Patch % Lines
.../kotlin/repository/AvroSchemaResolverMutableMap.kt 57.14% 5 Missing and 1 partial ⚠️
...c/main/kotlin/strategy/KotlinxDataClassStrategy.kt 0.00% 5 Missing ⚠️
...c/main/kotlin/strategy/KotlinxEnumClassStrategy.kt 0.00% 5 Missing ⚠️
...main/kotlin/strategy/SpecificRecordBaseStrategy.kt 0.00% 5 Missing ⚠️
...rc/main/kotlin/repository/AvroSchemaResolverMap.kt 20.00% 4 Missing ⚠️
...vro-kotlin/src/main/kotlin/value/_compatibility.kt 66.66% 4 Missing ⚠️
...ion/src/main/kotlin/avro4k/Avro4kSchemaRegistry.kt 80.00% 1 Missing ⚠️
.../kotlin/serializer/BooleanLogicalTypeSerializer.kt 50.00% 0 Missing and 1 partial ⚠️
...in/kotlin/serializer/BytesLogicalTypeSerializer.kt 75.00% 0 Missing and 1 partial ⚠️
...n/kotlin/serializer/DoubleLogicalTypeSerializer.kt 66.66% 0 Missing and 1 partial ⚠️
... and 4 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #89      +/-   ##
===========================================
- Coverage    69.80%   69.31%   -0.50%     
===========================================
  Files          108      113       +5     
  Lines         1623     1659      +36     
  Branches       122      120       -2     
===========================================
+ Hits          1133     1150      +17     
- Misses         400      418      +18     
- Partials        90       91       +1     

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

@jangalinski jangalinski changed the title DRAFT Migrate to avro4k 2.x Migrate to avro4k 2.x Jul 24, 2024
@jangalinski jangalinski merged commit 4940720 into develop Jul 24, 2024
2 of 4 checks passed
@jangalinski jangalinski deleted the feature/88_avro4k_2 branch July 24, 2024 01:02
@jangalinski jangalinski added Type: dependencies Version updates Type: enhancement New feature or request labels Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: dependencies Version updates Type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update/refactor avro4k to version 2.x
1 participant