WildFly: Elytron Subsystem

WildFly: Core Parent Aggregator

License

License

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.core
ArtifactId

ArtifactId

wildfly-elytron
Last Version

Last Version

3.0.0.Beta11
Release Date

Release Date

Type

Type

jar
Description

Description

WildFly: Elytron Subsystem
WildFly: Core Parent Aggregator
Project Organization

Project Organization

JBoss by Red Hat

Download wildfly-elytron

How to add to project

<!-- https://jarcasting.com/artifacts/org.wildfly.core/wildfly-elytron/ -->
<dependency>
    <groupId>org.wildfly.core</groupId>
    <artifactId>wildfly-elytron</artifactId>
    <version>3.0.0.Beta11</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-elytron/
implementation 'org.wildfly.core:wildfly-elytron:3.0.0.Beta11'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-elytron/
implementation ("org.wildfly.core:wildfly-elytron:3.0.0.Beta11")
'org.wildfly.core:wildfly-elytron:jar:3.0.0.Beta11'
<dependency org="org.wildfly.core" name="wildfly-elytron" rev="3.0.0.Beta11">
  <artifact name="wildfly-elytron" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-elytron', version='3.0.0.Beta11')
)
libraryDependencies += "org.wildfly.core" % "wildfly-elytron" % "3.0.0.Beta11"
[org.wildfly.core/wildfly-elytron "3.0.0.Beta11"]

Dependencies

compile (3)

Group / Artifact Type Version
org.wildfly.core : wildfly-controller jar 3.0.0.Beta11
org.wildfly.core : wildfly-server jar 3.0.0.Beta11
org.picketbox : picketbox jar 5.0.0.Beta1

provided (11)

Group / Artifact Type Version
org.wildfly.security : wildfly-elytron jar 1.1.0.Beta33
org.jboss : jboss-dmr jar 1.4.0.Beta2
org.jboss.modules : jboss-modules jar 1.6.0.Beta6
org.jboss.msc : jboss-msc jar 1.2.7.SP1
org.jboss.logging : jboss-logging jar 3.3.1.Final
org.jboss.logging : jboss-logging-annotations Optional jar 2.0.1.Final
org.jboss.logging : jboss-logging-processor Optional jar 2.0.1.Final
org.jboss : staxmapper jar 1.3.0.Final
org.wildfly.common : wildfly-common jar 1.2.0.Beta8
org.jboss.spec.javax.security.jacc : jboss-jacc-api_1.5_spec jar 1.0.1.Final
org.wildfly.checkstyle : wildfly-checkstyle-config jar 1.0.5.Final

test (9)

Group / Artifact Type Version
org.wildfly.core : wildfly-subsystem-test pom 3.0.0.Beta11
org.wildfly.core : wildfly-controller-client jar 3.0.0.Beta11
junit : junit jar 4.12
org.jmockit : jmockit jar 1.10
org.apache.directory.api : api-ldap-codec-standalone jar
org.apache.directory.jdbm : apacheds-jdbm1 bundle
org.apache.directory.server : apacheds-core-annotations jar
org.apache.directory.server : apacheds-interceptor-kerberos jar
org.apache.directory.server : apacheds-server-annotations jar

Project Modules

There are no modules declared in this project.

WildFly Core

http://wildfly.org

This project provides the core runtime that is used by the Wildfly application server. This includes:

  • Modular class loading.
  • Unified management, including domain mode.
  • Basic deployment architecture.
  • CLI for management.

Building

Prerequisites:

  • JDK 8 or newer
  • Maven 3.6.0 or newer

To build with your own Maven installation:

mvn install

Alternatively, you can use the Maven Wrapper script that downloads and installs (if necessary) the required Maven version to ~/.m2/wrapper and runs it from there. On Linux, run

./mvnw install

On Windows

mvnw install

Starting and Stopping WildFly

Change to the bin directory after a successful build:

$ cd core-build/target/wildfly-core-[version]/bin

Start the server in domain mode:

$ ./domain.sh

Start the server in standalone mode:

$ ./standalone.sh

To stop the server, press Ctrl + C, or use the admin console:

$ ./jboss-cli.sh --connect command=:shutdown

Note that there is not very much that you can do with the core server, without first adding some extensions to it. If you are trying to deploy Java EE application then you likely want the full Wildfly distribution, which is located at: https://github.com/wildfly/wildfly

Contributing

https://community.jboss.org/wiki/HackingOnWildFly

Using Eclipse

  1. Install the latest version of Eclipse.
  2. Make sure Xmx in Eclipse.ini is at least 1280M, and it's using java 7
  3. Launch Eclipse and install the m2e plugin, make sure it uses your repo configs (get it from: http://www.eclipse.org/m2e/download/ or install "Maven Integration for Eclipse" from the Eclipse Marketplace).
  4. In Eclipse preferences Java->Compiler->Errors/Warnings->Deprecated and restricted set forbidden reference to WARNING.
  5. In Eclipse preferences Java->Code Style, import the cleanup, templates, and formatter configs in ide-configs/eclipse.
  6. In Eclipse preferences Java->Editor->Save Actions enable "Additional Actions", and deselect all actions except for "Remove trailing whitespace".
  7. Use import on the root pom, which will pull in all modules.
  8. Wait (m2e takes awhile on initial import).

Licenses

org.wildfly.core

Versions

Version
3.0.0.Beta11
3.0.0.Beta10
3.0.0.Beta9
3.0.0.Beta8