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
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 14 additions & 0 deletions modules/ROOT/pages/migration-from-7x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions modules/ROOT/pages/swing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]