Skip to content

Commit 84e51c3

Browse files
committed
3.5.0.CR1 announcement: Add missing modules to reorg section
Signed-off-by: Chris Cranford <chris@hibernate.org>
1 parent 01a2cb5 commit 84e51c3

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

_posts/2026-03-26-debezium-3-5-cr1-released.adoc

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,26 @@ This release is no exception, so let's discuss the major changes you should be a
2626
=== Debezium Code Reorganization
2727

2828
As the team continues to focus on new features and solutions in the portfolio, sometimes it's inevitable that code may need to be reorganized.
29-
For Debezium 3.5, contributors and developers may have noticed the renaming of the `debezium-transforms` module to `debezium-connect-plugins` (https://github.com/debezium/dbz/issues/1616[dbz#1616]).
29+
For Debezium 3.5, contributors and developers may have noticed the removal of `debezium-core` and other modules (https://github.com/debezium/dbz/issues/1616[dbz#1616]).
3030

31-
For users of Debezium's connectors, be aware that as you upgrade Debezium, be sure that you remove any existing `jar` files from your plugin directory before installing the new version.
32-
This guarantees that any code reorganization across different versions does not lead to class loader issues.
31+
The `debezium-core` dependency has been split into two independent components:
32+
33+
`debezium-config`::
34+
Contains all of Debezium's _Configuration_ and _Component_ classes.
35+
36+
`debezium-connector-common`::
37+
Contains all the remaining clases that were previously in `debezium-core`.
3338

34-
For developers and contributors, be aware that your code previously directly depended on the `debezium-transforms` artifact, your build should be updated to refer to the new `debezium-connect-plugins` artifact.
39+
For developers and contributors, be aware that if your code previously directly depended on the following artifacts, they were renamed:
3540

41+
* `debezium-transforms` is now `debezium-connect-plugins`
42+
* `debezium-common` is now `debezium-util`
43+
44+
[CAUTION]
45+
====
46+
For users of Debezium's connectors, be aware that as you upgrade Debezium, be sure that you remove any existing `jar` files from your plugin directory before installing the new version.
47+
This guarantees that any code reorganization across different versions does not lead to class loader issues.
48+
====
3649

3750
[id="new-features-and-improvements"]
3851
== New Features and Improvements

0 commit comments

Comments
 (0)