diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-12-30 18:28:24 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-12-30 18:28:24 +0000 |
commit | 782432d80d8da79bfe845e25ee021d98fb084edd (patch) | |
tree | 114fa25a6974bc7e2e6f8b40912e3da773d3e5c9 /java/Makefile | |
parent | 6fd033af2ee2ef010232f395fea5125bb4934d1a (diff) |
New port: java/wildfly17
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE / Jakarta EE!
WWW: https://wildfly.org/
This is the first Wildfly with JAKARTA EE8 full support.
PR: 242962
Submitted by: Simeo Reig <reig.simeo@gmail.com>
Notes
Notes:
svn path=/head/; revision=521562
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 0534fbaa45f5..ca211957890a 100644 --- a/java/Makefile +++ b/java/Makefile @@ -125,6 +125,7 @@ SUBDIR += wildfly14 SUBDIR += wildfly15 SUBDIR += wildfly16 + SUBDIR += wildfly17 SUBDIR += wildfly90 SUBDIR += xdoclet |