git: 89a8dc5796bf - main - net/seda: does not compile with jdk25 and deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Mar 2026 22:17:57 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=89a8dc5796bfb715a92c828c18170c034f6bd33e
commit 89a8dc5796bfb715a92c828c18170c034f6bd33e
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-03-26 22:02:10 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-03-26 22:17:40 +0000
net/seda: does not compile with jdk25 and deprecate
Error with jdk25:
[javac] /wrkdirs/usr/ports/net/seda/work/seda-release-20020712/seda/src/seda/sandStorm/internal/ATTIC/AggTPSThreadManager.java:124: error: cannot find symbol
[javac] tg.stop();
[javac] ^
[javac] symbol: method stop()
[javac] location: variable tg of type ThreadGroup
Note that the original author of the SEDA framework already
doubted some parts of it in a blog from 2010.
https://matt-welsh.blogspot.com/2010/07/retrospective-on-seda.html
PR: 293559
Approved-by: no maintainer
---
net/seda/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/net/seda/Makefile b/net/seda/Makefile
index 8ca432ae2af8..8dc1ce192074 100644
--- a/net/seda/Makefile
+++ b/net/seda/Makefile
@@ -1,6 +1,6 @@
PORTNAME= seda
PORTVERSION= 3.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net java
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-release-${VERSION_DATE}
@@ -9,7 +9,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Architecture for Highly Concurrent Server Applications
WWW= http://www.eecs.harvard.edu/~mdw/proj/seda/
+DEPRECATED= old, no users in the ports tree, unmaintained, uses long deprecated code removed in jdk25
+EXPIRATION_DATE= 2026-06-26
+
USES= java:ant,run
+JAVA_VERSION= 8 11 17 21
ALL_TARGET= dist
NO_ARCH= yes