From owner-svn-ports-all@freebsd.org Mon Jan 28 11:37:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3156C14B0269; Mon, 28 Jan 2019 11:37:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C225587116; Mon, 28 Jan 2019 11:37:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B00831F083; Mon, 28 Jan 2019 11:37:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0SBb1CR011863; Mon, 28 Jan 2019 11:37:01 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0SBb09g011857; Mon, 28 Jan 2019 11:37:00 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201901281137.x0SBb09g011857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 28 Jan 2019 11:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491476 - in head/java: . wildfly15 wildfly15/files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/java: . wildfly15 wildfly15/files X-SVN-Commit-Revision: 491476 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C225587116 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2019 11:37:02 -0000 Author: pi Date: Mon Jan 28 11:37:00 2019 New Revision: 491476 URL: https://svnweb.freebsd.org/changeset/ports/491476 Log: New port: java/wildfly15: 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: http://wildfly.org PR: 234604 Submitted by: Simeo Reig Added: head/java/wildfly15/ head/java/wildfly15/Makefile (contents, props changed) head/java/wildfly15/distinfo (contents, props changed) head/java/wildfly15/files/ head/java/wildfly15/files/pkg-message.in (contents, props changed) head/java/wildfly15/files/wildfly15.in (contents, props changed) head/java/wildfly15/pkg-descr (contents, props changed) head/java/wildfly15/pkg-plist (contents, props changed) Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Mon Jan 28 11:06:36 2019 (r491475) +++ head/java/Makefile Mon Jan 28 11:37:00 2019 (r491476) @@ -128,6 +128,7 @@ SUBDIR += wildfly12 SUBDIR += wildfly13 SUBDIR += wildfly14 + SUBDIR += wildfly15 SUBDIR += wildfly90 SUBDIR += xdoclet Added: head/java/wildfly15/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly15/Makefile Mon Jan 28 11:37:00 2019 (r491476) @@ -0,0 +1,70 @@ +# $FreeBSD$ + +PORTNAME= wildfly15 +PORTVERSION= 15.0.1 +CATEGORIES= java www +MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/ +DISTNAME= wildfly-${WILDFLY_VERSION} + +MAINTAINER= reig.simeo@gmail.com +COMMENT= Replacement for JBoss Application Server + +LICENSE= GPLv2 + +USE_RC_SUBR= wildfly15 +USE_JAVA= yes + +JAVA_VERSION= 1.8+ +USER= www +GROUP= www +VAR_DIR?= /var +LOG_DIR?= ${VAR_DIR}/log/${PORTNAME} +PID_FILE= ${VAR_DIR}/run/${PORTNAME}.pid +WILDFLY_VERSION=${PORTVERSION}.Final +SUB_FILES= pkg-message + +SUB_LIST= APP_SHORTNAME=${PORTNAME} \ + LOG_DIR=${LOG_DIR} \ + USER=${USER} \ + GROUP=${GROUP} \ + PID_FILE=${PID_FILE} \ + APP_HOME=${PREFIX}/${PORTNAME} +PLIST_SUB= APP_HOME=${PORTNAME} + +CONFIG_FILES= appclient/configuration/appclient.xml \ + appclient/configuration/logging.properties \ + domain/configuration/application-roles.properties \ + domain/configuration/application-users.properties \ + domain/configuration/default-server-logging.properties \ + domain/configuration/domain.xml \ + domain/configuration/host-master.xml \ + domain/configuration/host-slave.xml \ + domain/configuration/host.xml \ + domain/configuration/logging.properties \ + domain/configuration/mgmt-groups.properties \ + domain/configuration/mgmt-users.properties \ + standalone/configuration/application-roles.properties \ + standalone/configuration/application-users.properties \ + standalone/configuration/logging.properties \ + standalone/configuration/mgmt-groups.properties \ + standalone/configuration/mgmt-users.properties \ + standalone/configuration/standalone-full-ha.xml \ + standalone/configuration/standalone-full.xml \ + standalone/configuration/standalone-ha.xml \ + standalone/configuration/standalone-load-balancer.xml \ + standalone/configuration/standalone.xml + +do-build: + ${RM} ${WRKSRC}/bin/*.bat + ${RM} ${WRKSRC}/bin/*.ps1 + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PORTNAME}) + ${RMDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/.installation +.for FILE in ${CONFIG_FILES} + ${MV} ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE} \ + ${STAGEDIR}${PREFIX}/${PORTNAME}/${FILE}.sample +.endfor + +.include Added: head/java/wildfly15/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly15/distinfo Mon Jan 28 11:37:00 2019 (r491476) @@ -0,0 +1,3 @@ +TIMESTAMP = 1546948677 +SHA256 (wildfly-15.0.1.Final.tar.gz) = 7f020d67495e860e719ae8ee38bc9c9eb6e5df42fb4d4e5983431243c2f3bf06 +SIZE (wildfly-15.0.1.Final.tar.gz) = 179449615 Added: head/java/wildfly15/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly15/files/pkg-message.in Mon Jan 28 11:37:00 2019 (r491476) @@ -0,0 +1,15 @@ +To make WildFly bind to all interfaces add this to rc.conf: + +%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0" + +See + + https://community.jboss.org/wiki/JBossProperties + +for additional startup properties. + +To change JVM args, edit appropriate standalone.conf. + +To add the initial admin user: + +%%APP_HOME%%/bin/add-user.sh Added: head/java/wildfly15/files/wildfly15.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly15/files/wildfly15.in Mon Jan 28 11:37:00 2019 (r491476) @@ -0,0 +1,98 @@ +#!/bin/sh +# +# %%APP_SHORTNAME%% startup script. +# $FreeBSD$ +# + +# PROVIDE: %%APP_SHORTNAME%% +# REQUIRE: NETWORKING SERVERS +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable %%APP_SHORTNAME%%: +# %%APP_SHORTNAME%%_enable (bool): Set to "YES" to enable %%APP_SHORTNAME%% +# %%APP_SHORTNAME%%_args (str): Optional arguments to OAJBoss +# %%APP_SHORTNAME%%_log_stdout (str) JBoss log output stdout, filename. +# %%APP_SHORTNAME%%_log_stderr (str) JBoss log output stderr, filename. +# + +. /etc/rc.subr + +name="%%APP_SHORTNAME%%" +rcvar=%%APP_SHORTNAME%%_enable +extra_commands="status" + +load_rc_config $name + +%%APP_SHORTNAME%%_logdir="%%LOG_DIR%%" +%%APP_SHORTNAME%%_enable="${%%APP_SHORTNAME%%_enable:-"NO"}" +%%APP_SHORTNAME%%_log_stdout="${%%APP_SHORTNAME%%_log_stdout:-"${%%APP_SHORTNAME%%_logdir}/log"}" +%%APP_SHORTNAME%%_log_stderr="${%%APP_SHORTNAME%%_log_stderr:-"${%%APP_SHORTNAME%%_logdir}/error"}" +%%APP_SHORTNAME%%_args="${%%APP_SHORTNAME%%_args:-""}" +%%APP_SHORTNAME%%_sleep="${%%APP_SHORTNAME%%_sleep:-"5"}" +%%APP_SHORTNAME%%_kill9="${%%APP_SHORTNAME%%_kill9:-""}" +%%APP_SHORTNAME%%_additional_killall="${%%APP_SHORTNAME%%_additional_killall:-""}" +%%APP_SHORTNAME%%_user="%%USER%%" +%%APP_SHORTNAME%%_group="%%GROUP%%" + +start_cmd="%%APP_SHORTNAME%%_start" +stop_cmd="%%APP_SHORTNAME%%_stop" +pidfile="%%PID_FILE%%" +status_cmd="%%APP_SHORTNAME%%_status" + +WILDFLY_HOME="%%APP_HOME%%" +#minimal requirements must be set for our javavmwrapper +JAVA_VERSION="1.8+" +export JAVA_VERSION + +%%APP_SHORTNAME%%_start () +{ + if [ ! -d "${%%APP_SHORTNAME%%_logdir}" ] + then + install -d -o ${%%APP_SHORTNAME%%_user} ${%%APP_SHORTNAME%%_logdir} + fi + + echo "%%APP_SHORTNAME%%: making sure all writeable dirs belong to proper user/group" + chown -R ${%%APP_SHORTNAME%%_user}:${%%APP_SHORTNAME%%_group} ${WILDFLY_HOME}/standalone + echo "Starting %%APP_SHORTNAME%%." + daemon -u ${%%APP_SHORTNAME%%_user} ${WILDFLY_HOME}/bin/standalone.sh ${%%APP_SHORTNAME%%_args} >> ${%%APP_SHORTNAME%%_log_stdout} 2>> ${%%APP_SHORTNAME%%_log_stderr} + + sleep ${%%APP_SHORTNAME%%_sleep} # let daemon(8) and sh(1) finish before executing pgrep(1) + pgrep -U ${%%APP_SHORTNAME%%_user} -f ${WILDFLY_HOME}/modules > ${pidfile} + chown ${%%APP_SHORTNAME%%_user} $pidfile +} + +%%APP_SHORTNAME%%_stop () +{ + # Subvert the check_pid_file procname check. + if [ -f ${pidfile} ] + then + kill `cat ${pidfile}` + # Only if we aware that our setup can hangs, and only after trying simple kill, we can kill it hard way. + if [ ! -z "${%%APP_SHORTNAME%%_kill9}" ] + then + sleep ${%%APP_SHORTNAME%%_sleep} + kill -9 `cat ${pidfile}` + fi + # In some setups, JBoss can spawn some child processess, which could prevent it from stopping, and freeing net ports. + # Let's blindly kill them all, since we are really know what we are doing. + if [ ! -z "${%%APP_SHORTNAME%%_additional_killall}" ] + then + sleep ${%%APP_SHORTNAME%%_sleep} + killall ${%%APP_SHORTNAME%%_additional_killall} + fi + rm ${pidfile} + fi +} + +%%APP_SHORTNAME%%_status () +{ + # If running, show pid + if [ -f ${pidfile} ] + then + echo "%%APP_SHORTNAME%% is running as pid" `cat ${pidfile}` + else + echo "%%APP_SHORTNAME%% is not running" + fi +} + +run_rc_command "$1" Added: head/java/wildfly15/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly15/pkg-descr Mon Jan 28 11:37:00 2019 (r491476) @@ -0,0 +1,12 @@ +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: http://wildfly.org Added: head/java/wildfly15/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/wildfly15/pkg-plist Mon Jan 28 11:37:00 2019 (r491476) @@ -0,0 +1,1964 @@ +@owner www +@group www +@mode 600 +@sample %%APP_HOME%%/appclient/configuration/appclient.xml.sample +@sample %%APP_HOME%%/appclient/configuration/logging.properties.sample +@sample %%APP_HOME%%/domain/configuration/application-roles.properties.sample +@sample %%APP_HOME%%/domain/configuration/application-users.properties.sample +@sample %%APP_HOME%%/domain/configuration/default-server-logging.properties.sample +@sample %%APP_HOME%%/domain/configuration/domain.xml.sample +@sample %%APP_HOME%%/domain/configuration/host-master.xml.sample +@sample %%APP_HOME%%/domain/configuration/host-slave.xml.sample +@sample %%APP_HOME%%/domain/configuration/host.xml.sample +@sample %%APP_HOME%%/domain/configuration/logging.properties.sample +@sample %%APP_HOME%%/domain/configuration/mgmt-groups.properties.sample +@sample %%APP_HOME%%/domain/configuration/mgmt-users.properties.sample +@sample %%APP_HOME%%/standalone/configuration/application-roles.properties.sample +@sample %%APP_HOME%%/standalone/configuration/application-users.properties.sample +@sample %%APP_HOME%%/standalone/configuration/logging.properties.sample +@sample %%APP_HOME%%/standalone/configuration/mgmt-groups.properties.sample +@sample %%APP_HOME%%/standalone/configuration/mgmt-users.properties.sample +@sample %%APP_HOME%%/standalone/configuration/standalone-full-ha.xml.sample +@sample %%APP_HOME%%/standalone/configuration/standalone-full.xml.sample +@sample %%APP_HOME%%/standalone/configuration/standalone-ha.xml.sample +@sample %%APP_HOME%%/standalone/configuration/standalone.xml.sample +@sample %%APP_HOME%%/standalone/configuration/standalone-load-balancer.xml.sample +@mode 700 +@dir %%APP_HOME%%/.galleon/hashes/.installation +@dir %%APP_HOME%%/.galleon/hashes/.well-known/acme-challenge +@dir %%APP_HOME%%/.galleon/hashes/standalone/lib/ext +@dir %%APP_HOME%%/.galleon/hashes/standalone/lib +@dir %%APP_HOME%%/.galleon/hashes/standalone/tmp/auth +@dir %%APP_HOME%%/.galleon/hashes/standalone/tmp +@dir %%APP_HOME%%/.galleon/hashes/standalone +@dir %%APP_HOME%%/.galleon/hashes/domain/tmp/auth +@dir %%APP_HOME%%/.galleon/hashes/domain/tmp +@dir %%APP_HOME%%/.galleon/hashes/domain +@dir %%APP_HOME%%/.well-known/acme-challenge +@dir %%APP_HOME%%/standalone/tmp/auth +@dir %%APP_HOME%%/standalone/tmp +@dir %%APP_HOME%%/standalone/lib/ext +@dir %%APP_HOME%%/standalone/lib +@dir %%APP_HOME%%/standalone/deployments +@dir %%APP_HOME%%/standalone/configuration +@dir %%APP_HOME%%/standalone +@dir %%APP_HOME%%/domain/tmp/auth +@dir %%APP_HOME%%/domain/tmp +@dir %%APP_HOME%%/domain/configuration +@dir %%APP_HOME%%/domain +@dir %%APP_HOME%%/appclient/configuration +@dir %%APP_HOME%%/appclient +@owner +@group +@mode +%%APP_HOME%%/.galleon/hashes/appclient/configuration/hashes +%%APP_HOME%%/.galleon/hashes/bin/client/hashes +%%APP_HOME%%/.galleon/hashes/bin/hashes +%%APP_HOME%%/.galleon/hashes/docs/contrib/scripts/hashes +%%APP_HOME%%/.galleon/hashes/docs/contrib/scripts/init.d/hashes +%%APP_HOME%%/.galleon/hashes/docs/contrib/scripts/service/amd64/hashes +%%APP_HOME%%/.galleon/hashes/docs/contrib/scripts/service/hashes +%%APP_HOME%%/.galleon/hashes/docs/contrib/scripts/systemd/hashes +%%APP_HOME%%/.galleon/hashes/docs/examples/configs/hashes +%%APP_HOME%%/.galleon/hashes/docs/examples/hashes +%%APP_HOME%%/.galleon/hashes/docs/licenses/hashes +%%APP_HOME%%/.galleon/hashes/docs/schema/hashes +%%APP_HOME%%/.galleon/hashes/domain/configuration/hashes +%%APP_HOME%%/.galleon/hashes/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/asm/asm/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/ch/qos/cal10n/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/fasterxml/classmate/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/github/ben-manes/caffeine/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/github/fge/jackson-coreutils/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/github/fge/json-patch/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/github/relaxng/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/github/spullara/mustache/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/google/code/gson/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/google/guava/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/googlecode/javaewah/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/h2database/h2/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/jcraft/jsch/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/jcraft/jzlib/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/microsoft/azure/storage/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/squareup/okhttp3/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/sun/istack/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/sun/jsf-impl/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/sun/xml/bind/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/sun/xml/fastinfoset/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/sun/xml/messaging/saaj/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/sun/xml/txw2/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/com/sun/xsom/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/gnu/getopt/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/ibm/jdk/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/agroal/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/jaegertracing/jaeger/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/netty/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/opentracing/opentracing-api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/opentracing/opentracing-noop/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/opentracing/opentracing-util/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/smallrye/config/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/smallrye/health/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/smallrye/metrics/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/smallrye/opentracing/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/undertow/core/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/undertow/js/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/undertow/jsp/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/undertow/servlet/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/io/undertow/websocket/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javaee/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/activation/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/annotation/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/batch/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/ejb/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/el/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/enterprise/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/enterprise/concurrent/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/faces/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/inject/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/interceptor/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/jms/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/json/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/json/bind/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/jws/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/mail/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/management/j2ee/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/orb/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/persistence/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/resource/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/rmi/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/security/auth/message/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/security/enterprise/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/security/jacc/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/servlet/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/servlet/jsp/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/servlet/jstl/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/sql/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/transaction/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/validation/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/websocket/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/ws/rs/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/wsdl4j/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/xml/bind/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/xml/rpc/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/xml/soap/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/xml/stream/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/javax/xml/ws/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/net/bytebuddy/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/net/jcip/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/nu/xom/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/aesh/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/antlr/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/activemq/artemis/journal/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-i686/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-x86_64/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/activemq/artemis/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/activemq/artemis/ra/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/avro/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/commons/beanutils/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/commons/cli/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/commons/codec/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/commons/collections/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/commons/io/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/commons/lang/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/commons/lang3/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/commons/logging/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/cxf/impl/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/cxf/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/cxf/services-sts/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/cxf/ws-security/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/httpcomponents/core/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/httpcomponents/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/james/mime4j/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/log4j/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/lucene/internal/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/lucene/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/neethi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/openjpa/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/qpid/proton/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/santuario/xmlsec/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/thrift/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/velocity/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/ws/security/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/ws/xmlschema/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/xalan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/xerces/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/apache/xml-resolver/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/bouncycastle/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/codehaus/jackson/jackson-jaxrs/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/codehaus/jackson/jackson-mapper-asl/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/codehaus/jackson/jackson-xc/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/codehaus/jettison/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/codehaus/woodstox/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/dom4j/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/jdt/ecj/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/jgit/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/microprofile/config/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/microprofile/health/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/microprofile/restclient/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/persistence/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/eclipse/yasson/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/fusesource/jansi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/glassfish/javax/el/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/glassfish/javax/json/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/glassfish/soteria/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/4.1/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/4.3/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/5.0/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/5.3/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/bytecodetransformer/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/commons-annotations/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/envers/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/search/backend-jms/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/search/engine/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/search/orm/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/validator/cdi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hibernate/validator/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/hornetq/client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/infinispan/cachestore/remote/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/infinispan/client/hotrod/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/infinispan/commons/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/infinispan/hibernate-cache/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/infinispan/persistence/jdbc/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/infinispan/persistence/remote/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/javassist/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jaxen/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jberet/jberet-core/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/appclient/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/cli/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/clustering/common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/cmp/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/configadmin/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/connector/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/console/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/controller-client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/controller/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/core-security-api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/core-security/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/deployment-repository/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/deployment-scanner/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/domain-add-user/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/domain-http-interface/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/domain-management/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/ee/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/ejb3/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/ejb3/main/timers/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/host-controller/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jacorb/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jaxr/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jaxrs/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jdr/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jdr/main/resources/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jmx/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jpa/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jpa/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jsf-injection/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jsf/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/jsr77/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/logging/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/mail/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/management-client-content/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/messaging/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/modcluster/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/naming/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/network/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/patching/cli/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/patching/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/platform-mbean/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/pojo/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/process-controller/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/product/wildfly-full/dir/META-INF/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/product/wildfly-full/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/protocol/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/remoting/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/sar/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/security-api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/security/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/server/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/standalone/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/system-jmx/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/threads/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/transactions/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/vault-tool/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/version/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/web-common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/web/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/webservices/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/weld/beanvalidation/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/weld/common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/weld/ejb/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/weld/jpa/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/weld/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/weld/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/weld/transactions/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/weld/webservices/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/as/xts/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/classfilewriter/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/common-beans/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/deployers/jboss-service-deployer/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/dmr/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ejb-client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ejb/remote/protocol/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ejb3/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/genericjms/main/META-INF/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/genericjms/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/iiop-client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/integration/ext-content/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/invocation/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ironjacamar/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ironjacamar/impl/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/jandex/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/jaxbintros/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/jts/integration/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/jts/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/log4j/logmanager/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/logging/commons/logging/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/logging/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/logmanager/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/marshalling/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/marshalling/river/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/metadata/appclient/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/metadata/common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/metadata/ear/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/metadata/ejb/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/metadata/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/metadata/web/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/mod_cluster/core/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/mod_cluster/load/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/msc/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/narayana/compensations/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/narayana/rts/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/narayana/txframework/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/remote-naming/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/remoting-jmx/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/remoting/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/remoting3/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-jettison-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/resteasy/resteasy-yaml-provider/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/security/negotiation/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/security/xacml/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/staxmapper/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/stdio/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/threads/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/vfs/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/weld/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/weld/core/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/weld/probe/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/weld/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/cxf/sts/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/jaxws-client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/saaj-impl/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/tools/common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/xnio/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/xnio/nio/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jboss/xts/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jdom/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jgroups/azure/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jgroups/kubernetes/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jgroups/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/joda/time/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/jsoup/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/omg/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/opensaml/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketbox/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/config/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/core/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/core/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/federation/bindings/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/federation/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/idm/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/idm/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/idm/schema/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/picketlink/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/projectodd/vdx/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/reactivestreams/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/slf4j/ext/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/slf4j/impl/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/slf4j/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/client/config/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/marshalling/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/marshalling/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/marshalling/jboss/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/marshalling/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/server/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/service/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/singleton/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/web/api/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/web/spi/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/discovery/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/embedded/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/batch/jberet/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/bean-validation/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/clustering/singleton/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/core-management-client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/core-management/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/datasources-agroal/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/discovery/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/ee-security/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/elytron/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/io/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/microprofile/config-smallrye/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/microprofile/health-smallrye/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/microprofile/metrics-smallrye/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/microprofile/opentracing-smallrye/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/picketlink/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/request-controller/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/rts/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/security/manager/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/extension/undertow/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/http-client/common/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/http-client/ejb/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/http-client/naming/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/http-client/transaction/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/iiop-openjdk/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/microprofile/opentracing-smallrye/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/naming-client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/naming/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/openssl/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/openssl/main/lib/linux-i386/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/openssl/main/lib/linux-x86_64/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/openssl/main/lib/macosx-x86_64/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/openssl/main/lib/solaris-x86_64/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/openssl/main/lib/win-i686/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/openssl/main/lib/win-x86_64/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/security/elytron-private/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server-servlet/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/security/elytron/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/security/manager/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/wildfly/transaction/client/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/org/yaml/snakeyaml/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/sun/jdk/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/sun/scripting/main/hashes +%%APP_HOME%%/.galleon/hashes/modules/system/layers/base/sun/scripting/main/service-loader-resources/META-INF/services/hashes +%%APP_HOME%%/.galleon/hashes/standalone/configuration/hashes +%%APP_HOME%%/.galleon/hashes/standalone/deployments/hashes +%%APP_HOME%%/.galleon/hashes/welcome-content/hashes +%%APP_HOME%%/.galleon/history/5f4647dc-dc08-457c-ac7d-b27216b2449d/provisioning.xml +%%APP_HOME%%/.galleon/history/list +%%APP_HOME%%/.galleon/provisioned.xml +%%APP_HOME%%/.galleon/provisioning.xml +%%APP_HOME%%/LICENSE.txt +%%APP_HOME%%/README.txt +%%APP_HOME%%/bin/.jbossclirc +%%APP_HOME%%/bin/add-user.properties +%%APP_HOME%%/bin/appclient.conf +%%APP_HOME%%/bin/client/README-CLI-JCONSOLE.txt +%%APP_HOME%%/bin/client/README-EJB-JMS.txt +%%APP_HOME%%/bin/client/jboss-cli-client.jar +%%APP_HOME%%/bin/client/jboss-client.jar +%%APP_HOME%%/bin/domain.conf +%%APP_HOME%%/bin/jboss-cli-logging.properties +%%APP_HOME%%/bin/jboss-cli.xml +%%APP_HOME%%/bin/launcher.jar +%%APP_HOME%%/bin/product.conf +%%APP_HOME%%/bin/standalone.conf +@(,,555) %%APP_HOME%%/bin/add-user.sh +@(,,555) %%APP_HOME%%/bin/appclient.sh +@(,,555) %%APP_HOME%%/bin/common.sh +@(,,555) %%APP_HOME%%/bin/domain.sh +@(,,555) %%APP_HOME%%/bin/jboss-cli.sh +@(,,555) %%APP_HOME%%/bin/jconsole.sh +@(,,555) %%APP_HOME%%/bin/jdr.sh +@(,,555) %%APP_HOME%%/bin/standalone.sh +@(,,555) %%APP_HOME%%/bin/vault.sh +@(,,555) %%APP_HOME%%/bin/wsconsume.sh +@(,,555) %%APP_HOME%%/bin/wsprovide.sh +@(,,555) %%APP_HOME%%/bin/elytron-tool.sh +%%APP_HOME%%/bin/wildfly-elytron-tool.jar +%%APP_HOME%%/copyright.txt +%%APP_HOME%%/docs/contrib/scripts/README.md +%%APP_HOME%%/docs/contrib/scripts/init.d/wildfly-init-debian.sh +%%APP_HOME%%/docs/contrib/scripts/init.d/wildfly-init-redhat.sh +%%APP_HOME%%/docs/contrib/scripts/init.d/wildfly.conf +%%APP_HOME%%/docs/contrib/scripts/service/amd64/wildfly-service.exe +%%APP_HOME%%/docs/contrib/scripts/service/service.bat +%%APP_HOME%%/docs/contrib/scripts/service/wildfly-mgr.exe +%%APP_HOME%%/docs/contrib/scripts/service/wildfly-service.exe +%%APP_HOME%%/docs/contrib/scripts/systemd/README +%%APP_HOME%%/docs/contrib/scripts/systemd/launch.sh +%%APP_HOME%%/docs/contrib/scripts/systemd/wildfly.conf +%%APP_HOME%%/docs/contrib/scripts/systemd/wildfly.service +%%APP_HOME%%/docs/examples/configs/domain-ec2.xml +%%APP_HOME%%/docs/examples/configs/standalone-activemq-colocated.xml +%%APP_HOME%%/docs/examples/configs/standalone-azure-full-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-azure-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-ec2-full-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-ec2-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-genericjms.xml +%%APP_HOME%%/docs/examples/configs/standalone-gossip-full-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-gossip-ha.xml +%%APP_HOME%%/docs/examples/configs/standalone-jts.xml +%%APP_HOME%%/docs/examples/configs/standalone-minimalistic.xml +%%APP_HOME%%/docs/examples/configs/standalone-picketlink.xml +%%APP_HOME%%/docs/examples/configs/standalone-rts.xml +%%APP_HOME%%/docs/examples/configs/standalone-xts.xml +%%APP_HOME%%/docs/examples/enable-elytron.cli +%%APP_HOME%%/docs/licenses/apache license 2.0.txt +%%APP_HOME%%/docs/licenses/bsd 3-clause new or revised license.html +%%APP_HOME%%/docs/licenses/bsd 3-clause no nuclear license.html +%%APP_HOME%%/docs/licenses/common development and distribution license 1.0.txt +%%APP_HOME%%/docs/licenses/common development and distribution license 1.1.txt +%%APP_HOME%%/docs/licenses/common public license 1.0.txt +%%APP_HOME%%/docs/licenses/core-feature-pack-licenses.html +%%APP_HOME%%/docs/licenses/core-feature-pack-licenses.xml +%%APP_HOME%%/docs/licenses/creative commons attribution 2.5.html +%%APP_HOME%%/docs/licenses/creative commons zero v1.0 universal.txt +%%APP_HOME%%/docs/licenses/eclipse distribution license, version 1.0.txt +%%APP_HOME%%/docs/licenses/eclipse public license 1.0.txt +%%APP_HOME%%/docs/licenses/fsf all permissive license.html +%%APP_HOME%%/docs/licenses/full-feature-pack-licenses.html +%%APP_HOME%%/docs/licenses/full-feature-pack-licenses.xml +%%APP_HOME%%/docs/licenses/gnu general public license v2.0 only, with classpath exception.txt +%%APP_HOME%%/docs/licenses/gnu general public license v2.0 only.html +%%APP_HOME%%/docs/licenses/gnu general public license, version 2 with the classpath exception.txt +%%APP_HOME%%/docs/licenses/gnu lesser general public license v2.1 only.txt +%%APP_HOME%%/docs/licenses/gnu lesser general public license v2.1 or later.txt +%%APP_HOME%%/docs/licenses/gnu lesser general public license v3.0 only.txt +%%APP_HOME%%/docs/licenses/gnu lesser general public license v3.0 or later.txt +%%APP_HOME%%/docs/licenses/gnu library general public license v2 only.txt +%%APP_HOME%%/docs/licenses/indiana university extreme lab software license 1.1.1.html +%%APP_HOME%%/docs/licenses/licenses.css +%%APP_HOME%%/docs/licenses/licenses.html +%%APP_HOME%%/docs/licenses/licenses.xml +%%APP_HOME%%/docs/licenses/licenses.xsl +%%APP_HOME%%/docs/licenses/mit license.txt +%%APP_HOME%%/docs/licenses/mozilla public license 1.1.txt +%%APP_HOME%%/docs/licenses/mozilla public license 2.0.html +%%APP_HOME%%/docs/licenses/plexus classworlds license.html +%%APP_HOME%%/docs/licenses/public domain.txt +%%APP_HOME%%/docs/licenses/servlet-feature-pack-licenses.html +%%APP_HOME%%/docs/licenses/servlet-feature-pack-licenses.xml +%%APP_HOME%%/docs/licenses/the antlr 2.7.7 license.txt +%%APP_HOME%%/docs/licenses/the asm bsd license.txt +%%APP_HOME%%/docs/licenses/the bsd license.txt +%%APP_HOME%%/docs/licenses/the jsoup mit license.html +%%APP_HOME%%/docs/schema/application-client_6.xsd +%%APP_HOME%%/docs/schema/application-client_7.xsd +%%APP_HOME%%/docs/schema/application-client_8.xsd +%%APP_HOME%%/docs/schema/application_1_4.xsd +%%APP_HOME%%/docs/schema/application_5.xsd +%%APP_HOME%%/docs/schema/application_6.xsd +%%APP_HOME%%/docs/schema/application_7.xsd +%%APP_HOME%%/docs/schema/application_8.xsd +%%APP_HOME%%/docs/schema/batch-jberet_1_0.xsd +%%APP_HOME%%/docs/schema/discovery-1_0.xsd +%%APP_HOME%%/docs/schema/ejb-jar_2_1.xsd +%%APP_HOME%%/docs/schema/ejb-jar_3_0.xsd +%%APP_HOME%%/docs/schema/ejb-jar_3_1.xsd +%%APP_HOME%%/docs/schema/ejb-jar_3_2.xsd +%%APP_HOME%%/docs/schema/elytron-1_0.xsd +%%APP_HOME%%/docs/schema/elytron-1_0_1.xsd +%%APP_HOME%%/docs/schema/elytron-client-1_1.xsd +%%APP_HOME%%/docs/schema/elytron-client-1_2.xsd +%%APP_HOME%%/docs/schema/j2ee_1_4.xsd +%%APP_HOME%%/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd +%%APP_HOME%%/docs/schema/j2ee_web_services_1_1.xsd +%%APP_HOME%%/docs/schema/j2ee_web_services_client_1_1.xsd +%%APP_HOME%%/docs/schema/java-properties_1_0.xsd +%%APP_HOME%%/docs/schema/javaee_5.xsd +%%APP_HOME%%/docs/schema/javaee_6.xsd +%%APP_HOME%%/docs/schema/javaee_7.xsd +%%APP_HOME%%/docs/schema/javaee_8.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_1_2.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_1_3.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_1_4.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_client_1_2.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_client_1_3.xsd +%%APP_HOME%%/docs/schema/javaee_web_services_client_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-app_7_0.xsd +%%APP_HOME%%/docs/schema/jboss-app_7_1.xsd +%%APP_HOME%%/docs/schema/jboss-app_8_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-cli_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-cmp_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-cmp_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_5.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_6.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_7.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_1_8.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_2_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-config_2_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-datasources_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-datasources_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-deployment-scanner_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_3_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ee_4_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_1_5.xsd +%%APP_HOME%%/docs/schema/jboss-as-ejb3_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-iiop-openjdk_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_1_5.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_3_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_4_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_5_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_6_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-infinispan_7_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-jacorb_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jaxr_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jaxr_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jaxrs_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jca_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jdr_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_3_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_4_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_5_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jgroups_6_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jmx_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jmx_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jmx_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-jmx_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-jpa_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jpa_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jsf_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-jsf_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-jsr77_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_1_5.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_3_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_4_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_5_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-logging_6_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mail_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mail_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-mail_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_1_5.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-messaging_3_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_3_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_4_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_3.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_1_4.xsd +%%APP_HOME%%/docs/schema/jboss-as-naming_2_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-pojo_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-remoting_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-remoting_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-remoting_1_2.xsd +%%APP_HOME%%/docs/schema/jboss-as-resource-adapters_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-resource-adapters_1_1.xsd +%%APP_HOME%%/docs/schema/jboss-as-sar_1_0.xsd +%%APP_HOME%%/docs/schema/jboss-as-security_1_0.xsd *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***