Skip to content

Commit

Permalink
Merge pull request #461 from RanabirChakraborty/hacktoberfest2023-v2
Browse files Browse the repository at this point in the history
Add WildFly Core project in hacktoberfest article
  • Loading branch information
jamezp committed Sep 27, 2023
2 parents 63b5be3 + 41eb213 commit 50ab8e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _posts/2023-09-26-Hacktoberfest-2023.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ This list contains some really interesting projects that are under the WildFly u
. *Undertow:* Undertow is a versatile and high-performance web server that provides both blocking and non-blocking APIs based on NIO. Its modular architecture allows you to build a web server tailored to your needs, from a full Java EE servlet container to a low-level non-blocking handler.
* Here are the https://github.com/undertow-io/undertow[GitHub repository], https://github.com/undertow-io/undertow/blob/master/CONTRIBUTING.md[Contributing Guide], and https://issues.redhat.com/issues/?filter=12422070[Hacktoberfest Issues link].

. *WildFly Core:* WildFly Core 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, and CLI for management.
* Here are the https://github.com/wildfly/wildfly-core[GitHub repository], https://github.com/wildfly/wildfly-core/blob/main/CONTRIBUTING.md[Contributing Guide], and https://issues.redhat.com/issues/?filter=12421536[Hacktoberfest Issues link].

. *Narayana:* Narayana is a transactions toolkit that provides support for applications using various standards-based transaction protocols. It's an essential component of the WildFly application server and continues to be developed as a standalone transaction manager.
* Here are the https://github.com/jbosstm/narayana[GitHub repository], https://github.com/jbosstm/narayana/blob/main/CONTRIBUTING.md[Contributing Guide], and https://issues.redhat.com/issues/?filter=12421681[Hacktoberfest Issues link].

Expand Down

0 comments on commit 50ab8e0

Please sign in to comment.