Port details |
- wildfly25 Java Jakarta EE8 application server developed by Red Hat
- 25.0.1 java
=0 25.0.1Version of this port present on the latest quarterly branch.
- DEPRECATED: End of life upstream
This port expired on: 2023-11-30
- Maintainer: 1926646575@qq.com
- Port Added: 2022-05-03 21:39:03
- Last Update: 2023-12-02 12:22:55
- Commit Hash: 46f4f0e
- 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:
-
- wildfly25>0:java/wildfly25
- No installation instructions:
- This port has been deleted.
- PKGNAME: wildfly25
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1648178708
SHA256 (wildfly-25.0.1.Final.tar.gz) = 41c2f2a9cbc286f76f50c309054af4f2da081ed04e13eec03188d7d27592b16b
SIZE (wildfly-25.0.1.Final.tar.gz) = 220115626
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_wildfly25
- pkg-message:
- For install:
- To make WildFly bind to all interfaces add this to rc.conf:
wildfly25_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/wildfly25/bin/add-user.sh
Standard output and error are redirected to wildfly25_log_stdout and wildfly25_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
wildfly25_log_stdout="/dev/null"
wildfly25_log_stderr="/dev/null"
Ordinary logs are located at /usr/local/wildfly25/standalone/log/server.log
- Master Sites:
|
Port Moves |
- port deleted on 2023-12-02
REASON: Has expired: End of life upstream
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
25.0.1 02 Dec 2023 12:22:55 |
Rene Ladan (rene) |
java/wildfly25: Remove expired port
2023-11-30 java/wildfly25: End of life upstream |
25.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) |
25.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) |
25.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 ) |
25.0.1 03 May 2022 21:35:05 |
Florian Smeets (flo) Author: ykla |
java/wildfly25: Add java/wildfly25 a replacement for JBoss Application Server
PR: 262776 |
Number of commits found: 6
|