Skip to content

Commit

Permalink
upgrade SWT to 3.126 to fix MacOS / JDK bug
Browse files Browse the repository at this point in the history
It seems we can stay on older Eclipse 4.25 but use a higher SWT version which has fixed the SWT bug (see eclipse-platform/eclipse.platform.swt#1012).

Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
  • Loading branch information
chrisrueger committed Jul 17, 2024
1 parent 51dd6a9 commit 92dedc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bndtools.core/bndtools.cocoa.macosx.aarch64.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@
org.eclipse.platform;version='[4.25.0,4.25.1)',\
org.eclipse.sdk;version='[4.25.0,4.25.1)',\
org.eclipse.search;version='[3.14.200,3.14.201)',\
org.eclipse.swt;version='[3.121.0,3.121.1)',\
org.eclipse.swt.cocoa.macosx.aarch64;version='[3.121.0,3.121.1)',\
org.eclipse.swt;version='[3.126.0,3.126.1)',\
org.eclipse.swt.cocoa.macosx.aarch64;version='[3.126.0,3.126.1)',\
org.eclipse.team.core;version='[3.9.500,3.9.501)',\
org.eclipse.team.ui;version='[3.9.400,3.9.401)',\
org.eclipse.text;version='[3.12.200,3.12.201)',\
Expand Down
4 changes: 4 additions & 0 deletions cnf/ext/central.mvn
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@ org.eclipse.aether:aether-api:${aether.version}
org.sonatype.plexus:plexus-build-api:0.0.7
org.codehaus.plexus:plexus-utils:3.0.22
org.codehaus.plexus:plexus-classworlds:2.5.2

## higher SWT version required because of SWT bug with MacOS Sonoma
org.eclipse.platform:org.eclipse.swt.cocoa.macosx.aarch64:jar:3.126.0
org.eclipse.platform:org.eclipse.swt:jar:3.126.0

0 comments on commit 92dedc9

Please sign in to comment.