Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@

## [Unreleased]

### Breaking

- **Quarkus extension split**: `ark-quarkus-jackson` no longer bundles the Vert.x Mutiny
transport. Users who relied on `Uni<T>`/`Multi<T>` proxy methods, `MutinyHttpTransport`,
`MutinyArkClient.Builder`, or `VertxTlsResolver`/`QuarkusVertxTlsResolver` must switch to
the new `ark-quarkus-jackson-vertx` artifact.
- The classes `xyz.juandiii.ark.quarkus.VertxTlsResolver` and
`xyz.juandiii.ark.quarkus.QuarkusVertxTlsResolver` moved to package
`xyz.juandiii.ark.quarkus.vertx.*`. Update imports if you referenced them directly.
- Slim `ark-quarkus-jackson` gets JDK-only transport and drops ~5-10 MB of transitive deps
(quarkus-vertx, ark-mutiny, ark-transport-vertx-mutiny).

### Changed

- **Project structure**: Maven modules are now grouped under semantic
Expand Down
Loading