Port details |
- wildfly17 Java Jakarta EE8 application server developed by Red Hat
- 17.0.1 java
=0 17.0.1Version of this port present on the latest quarterly branch.
- DEPRECATED: End of life upstream
This port expired on: 2023-11-30
- Maintainer: reig.simeo@gmail.com
- Port Added: 2019-12-30 18:28:35
- Last Update: 2023-12-02 12:18:03
- Commit Hash: 094fea3
- Also Listed In: www
- License: GPLv2
- WWW:
- https://wildfly.org/
- Description:
- 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!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wildfly17>0:java/wildfly17
- No installation instructions:
- This port has been deleted.
- PKGNAME: wildfly17
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1577544705
SHA256 (wildfly-17.0.1.Final.tar.gz) = 2812b43b6c8e61f2d764a12d5a11de79481461b8cac51434ea730ee5985d38de
SIZE (wildfly-17.0.1.Final.tar.gz) = 183598392
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- java_wildfly17
- pkg-message:
- For install:
- To make WildFly bind to all interfaces add this to rc.conf:
wildfly17_args="-Djboss.bind.address=0.0.0.0"
See http://wildscribe.github.io/ for additional startup properties.
To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
/usr/local/wildfly17/bin/add-user.sh
Standard output and error are redirected to wildfly17_log_stdout and wildfly17_log_stderr respectively. This is very handy to detect startup errors but in production could be advisible to avoid it
because by default they are never rotated, to accomplish it add this to rc.conf
wildfly17_log_stdout="/dev/null"
wildfly17_log_stderr="/dev/null"
Ordinary logs are located at /usr/local/wildfly17/standalone/log/server.log
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.0.1 02 Dec 2023 12:18:03 |
Rene Ladan (rene) |
java/wildfly17: Remove expired port
2023-11-30 java/wildfly17: End of life upstream |
17.0.1 23 Oct 2023 18:22:58 |
Daniel Engberg (diizzy) |
java/wildfly*: Deprecate and set expiration date to 2023-11-30
All versions of wildfly are since long end of life upstream
Reference:
https://www.wildfly.org/news/2023/05/11/WildFly-Roadmap/
Approved by: portmgr (maintainer timeout, 2+ weeks) |
17.0.1 04 Apr 2023 18:10:53 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
17.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
17.0.1 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
17.0.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
17.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
17.0.1 27 May 2020 14:55:03 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
17.0.1 30 Dec 2019 18:28:24 |
pi |
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> |