Skip to content

Commit c28635c

Browse files
authored
DOC-3304: Add missing Java Swing integration deprecation message. (#3889)
1 parent d5ba942 commit c28635c

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

modules/ROOT/pages/8.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,13 @@ In {productname} {release-version}, the parser has been updated to improve the r
622622

623623
{productname} {release-version} includes the following deprecations:
624624

625+
=== Java Swing integration has been deprecated
626+
// #DOC-3304
627+
628+
{productname}'s Java Swing integration has been deprecated in {productname} 8.0 and will reach end-of-life as of December 31, 2025.
629+
630+
For information about the Java Swing integration, see: xref:swing.adoc[TinyMCE for Java Swing integration]
631+
625632
=== Java application server-based server components have been deprecated
626633
// #DOC-3231
627634

modules/ROOT/pages/migration-from-7x.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,20 @@ Several empty files have been removed from the codebase to reduce clutter and im
534534

535535
=== Service and Configuration Changes
536536

537+
==== Java Swing Integration Deprecation
538+
// #DOC-3304
539+
540+
{productname}'s Java Swing integration has been deprecated in {productname} 8.0 and will reach end-of-life as of December 31, 2025.
541+
542+
**Impact**: Customers using the Java Swing integration need to plan for migration to alternative solutions before the end-of-life date.
543+
544+
**Migration checklist:**
545+
546+
* [ ] Evaluate alternative integration options
547+
* [ ] Plan migration timeline to complete before December 31, 2025
548+
549+
For information about the Java Swing integration, see: xref:swing.adoc[TinyMCE for Java Swing integration]
550+
537551
==== Discontinuation of Medical English (UK)
538552
// #EPIC-255
539553

modules/ROOT/pages/swing.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
:description: Seamlessly integrates TinyMCE into Java Swing applications.
44
:keywords: integration, integrate, java, swing
55

6+
[IMPORTANT]
7+
====
8+
{productname}'s Java Swing integration has been deprecated in {productname} 8.0 and will reach end-of-life as of December 31, 2025.
9+
====
10+
611
include::partial$integrations/swing-quick-start.adoc[]

0 commit comments

Comments
 (0)