back to home

wildfly / wildfly

WildFly Application Server

3,155 stars
2,251 forks
108 issues
JavaHTMLXSLT

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing wildfly/wildfly in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/wildfly/wildfly)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

WildFly Application Server https://wildfly.org • Fast Startup • Small Footprint • Modular Design • Unified Configuration and Management And of course Jakarta EE and MicroProfile! Documentation • https://docs.wildfly.org/ Building Prerequisites: • JDK 17 or newer - check • Maven 3.6.0 or newer - check mvn -v (Maven 3.9.12 or a higher Maven 3 is recommended.) • On *nix systems, make sure that the maximum number of open files for the user running the build is at least 4096 (check ) or more, depending on what other i/o intensive processes the user is running. 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 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 build/target/wildfly-\[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 Check 'Getting Started Guide' in the WildFly documentation for more information about how to start and stop WildFly. vs. directories After running , WildFly will be available in two distinct directories, and . • The directory contains a build of WildFly that is based on Maven artifact resolution for module configuration • The directory, on the other hand, contains a full distributable build of WildFly Using the directory makes iterating with subsystem or module development easier since there is no need to rebuild the whole of WildFly or copy JAR files around on every change. The directory is better suited when a full build of WildFly is needed for development or test purposes. Running the Testsuite For basic smoke tests, simply: To run all the tests mvn install -DallTests The testsuite module contains several submodules which can be run individually as needed to speed up development. Refer to our documentation section that describes the testsuite in details. https://github.com/wildfly/wildfly/blob/main/docs/src/main/asciidoc/_testsuite/WildFly_Integration_Testsuite_User_Guide.adoc [//]: # ( TODO Replace this link with published version of the document section once we do publish it with a permalink) Contributing Please see the instructions available in the contributing guide. License • Apache License 2.0