Replacement for JBoss Application Server
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!
WWW: https://wildfly.org/
As the current MAINTAINER is no longer adding any support and all
wildfly versions are about to EXPIRE add this port. Please be informed
that this is still an older version of the port. There was a breaking
change in wildfly which I cannot recollect so I will need to test and
update. But in case someone quickly recollects the breaking version
number give me a heads up. Otherwise I will test and update soonish.
ChangeLog: https://converseen.fasterland.net/
* Added new options for contributing to project development
* Added slight improvements to the user interface
* Updated Italian translation
* Various Bugfixes
1. Non default option CHROMECAST require devel/protobuf.
After this commit
https://cgit.freebsd.org/ports/commit/?id=69e2e87fa56b54e267429b326f7f6188a7baaa71
consumers require USE_CXXSTD=c++17.
2. There is default ON configure option "skins2" in vlc. It require QT5 and
xext,xinerama,xpm - if they installed then it build bin/svlc and it is in
stage after build. Added option SKINS default OFF to handle bin/svlc.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D43128
MediaWiki is the collaborative editing software that runs Wikipedia,
the free encyclopedia, and other projects.
It's designed to handle a large number of users and pages without imposing
too rigid a structure or workflow.
While here, remove some unneeded code from post-extract and simplify
DEBUG option change to CFLAGS
Sponsored by: Rubicon Communications, LLC ("Netgate")
- The loop will now be stopped if an event callback throws an exception.
This prevents user from losing control on the event loop.
- EventDnsBase::__construct() now accepts bool|int as its second parameter:
* false and true have the same meaning as before;
* EventDnsBase::DISABLE_WHEN_INACTIVE - Do not prevent the libevent event loop from exiting when we have no active DNS requests.
* EventDnsBase::INITIALIZE_NAMESERVERS - Process resolv.conf.
* EventDnsBase::NAMESERVERS_NO_DEFAULT - Do not add default nameserver if there are no nameservers in resolv.conf.
- Internally, a safer strlcpy() will be used instead of strcpy().
- Fixed a segmentation fault that might occur in the EventHttpRequest callback.
- Fixed a bug where the EventBuffer::copyout method didn't populate the output variable properly in PHP >= 8.2 (thanks to Joseph Tseng).
Changelog: https://pecl.php.net/package-changelog.php?package=event&release=3.1.0