diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 7604c6faae..26e7d377ea 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -622,6 +622,13 @@ In {productname} {release-version}, the parser has been updated to improve the r {productname} {release-version} includes the following deprecations: +=== Java Swing integration has been deprecated +// #DOC-3304 + +{productname}'s Java Swing integration has been deprecated in {productname} 8.0 and will reach end-of-life as of December 31, 2025. + +For information about the Java Swing integration, see: xref:swing.adoc[TinyMCE for Java Swing integration] + === Java application server-based server components have been deprecated // #DOC-3231 diff --git a/modules/ROOT/pages/migration-from-7x.adoc b/modules/ROOT/pages/migration-from-7x.adoc index cce056d84a..9a1d69e00f 100644 --- a/modules/ROOT/pages/migration-from-7x.adoc +++ b/modules/ROOT/pages/migration-from-7x.adoc @@ -534,6 +534,20 @@ Several empty files have been removed from the codebase to reduce clutter and im === Service and Configuration Changes +==== Java Swing Integration Deprecation +// #DOC-3304 + +{productname}'s Java Swing integration has been deprecated in {productname} 8.0 and will reach end-of-life as of December 31, 2025. + +**Impact**: Customers using the Java Swing integration need to plan for migration to alternative solutions before the end-of-life date. + +**Migration checklist:** + +* [ ] Evaluate alternative integration options +* [ ] Plan migration timeline to complete before December 31, 2025 + +For information about the Java Swing integration, see: xref:swing.adoc[TinyMCE for Java Swing integration] + ==== Discontinuation of Medical English (UK) // #EPIC-255 diff --git a/modules/ROOT/pages/swing.adoc b/modules/ROOT/pages/swing.adoc index 8255ed8aff..0fe187da65 100644 --- a/modules/ROOT/pages/swing.adoc +++ b/modules/ROOT/pages/swing.adoc @@ -3,4 +3,9 @@ :description: Seamlessly integrates TinyMCE into Java Swing applications. :keywords: integration, integrate, java, swing +[IMPORTANT] +==== +{productname}'s Java Swing integration has been deprecated in {productname} 8.0 and will reach end-of-life as of December 31, 2025. +==== + include::partial$integrations/swing-quick-start.adoc[]