Skip to content

Commit

Permalink
Merge pull request #563 from bstansberry/categories
Browse files Browse the repository at this point in the history
Add categories to uncategorized proposals
  • Loading branch information
bstansberry authored Apr 23, 2024
2 parents b9c1828 + 88bec22 commit ed5879f
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
categories:
- ee
- ejb
- migration
---
= Jakarta EE based WildFly have to communicate successfully with previous Java EE based WildFly
:author: Richard Opalka; Flavia Rainone
:email: [email protected]; frainone@@redhat.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
= Community - Simple config export for a server as an attachment for standalone or domain mode
---
categories:
- core
- management
---
= [Community] Simple config export for a server as an attachment for standalone or domain mode
:author: Emmanuel Hugonnet
:email: [email protected]
:toc: left
Expand Down
4 changes: 3 additions & 1 deletion design-doc-template.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
categories:
# Add any category for this proposal
# Add any category for this proposal as a yaml list, e.g.
# - core
# - management
# if missing, add it to _data/widfly-categories and use its id
---
= [Experimental|Preview|Community|default]Template <INSERT TITLE HERE>
Expand Down
7 changes: 6 additions & 1 deletion elytron/WFLY-13762_ssl_context_based_on_peer_info.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
= WFLY-13762 [Community] SSLContext to support delegation to alternate instances based on peer information
---
categories:
- elytron
- security
---
= [Community] SSLContext to support delegation to alternate instances based on peer information
:author: Diana Krepinska
:email: [email protected]
:toc: left
Expand Down
11 changes: 11 additions & 0 deletions jaxp/WFLY-18846_JAXP_Specification_Version_1.6.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
---
categories:
- bean-validation
- core
- ee
- jaxrs
- jdr
- jsf
- modules
- webservices
---
= Migrate WildFly to JDK JAXP (Java API for XML Processing) Version 1.6
:author: Richard Opalka
:email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
categories:
- microprofile
---
= Add support for AMQP Connector in MicroProfile Reactive Messaging
:author: Kabir Khan
:email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
= MicroProfile aligned with Jakarta EE 10
---
categories:
- microprofile
---
= MicroProfile aligned with Jakarta EE 10 (MicroProfile 6.1 versions)
:author: Kabir Khan
:email: [email protected]
:toc: left
Expand Down
6 changes: 5 additions & 1 deletion microprofile/WFLY-17137-microprofile-jakarta-ee-10.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
= MicroProfile aligned with Jakarta EE 10
---
categories:
- microprofile
---
= MicroProfile aligned with Jakarta EE 10 (MicroProfile 6.0 versions)
:author: Kabir Khan
:email: [email protected]
:toc: left
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
= WFLY-18383 / EAP7-2105 Quickstart for MP LRA 2.0
---
categories:
- microprofile
---
= Quickstart for MicroProfile LRA 2.0
:author: Martin Stefanko
:email: [email protected]
:toc: left
Expand Down

0 comments on commit ed5879f

Please sign in to comment.