Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added draft proposal for WFLY-15659 : Transaction SlotStore config #446

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e1214e4
Added draft proposal for WFLY-15659 : Transaction SlotStore config op…
jhalliday Nov 16, 2021
f0ba50d
[WFCORE-5489] As a developer, I want to override management attribute…
jmesnil Jun 25, 2021
42ffdbe
[WFCORE-5483] Provide a LoginModule compatible security realm.
Skyllarr Aug 3, 2021
6240b07
HAL-1710: Analysis document
hpehl Sep 14, 2021
86dd0ba
HAL-1710: Add affected resources
hpehl Nov 25, 2021
7857f40
HAL-1737: Analysis document
hpehl Oct 4, 2021
63da8a6
HAL-1737: Add affected resources
hpehl Nov 25, 2021
c8d8b72
HAL-1625: Analysis document
hpehl Oct 4, 2021
7fd89bc
HAL-1625: Add affected resources
hpehl Nov 25, 2021
c6400ff
HAL-1597: Analysis document
hpehl Oct 4, 2021
714f07c
HAL-1597: Add requirements
hpehl Oct 27, 2021
712beb2
HAL-1597: Add affected resources
hpehl Nov 25, 2021
be033a4
HAL-1645: Prepare analysis document
hpehl Jan 8, 2020
3c809de
HAL-1645: Analysis document
hpehl Oct 4, 2021
33bf94c
HAL-1645: Fix copy/paste issues
hpehl Oct 4, 2021
ca71b77
HAL-1645: Add affected resources
hpehl Nov 25, 2021
7e35319
HAL-1729: Add analysis document
hpehl May 5, 2021
f6dba32
HAL-1729: Adjust title
hpehl May 5, 2021
0aa1746
HAL-1729: Adjust tester
hpehl May 5, 2021
0b07514
HAL-1729: Specify the exact preview
hpehl May 5, 2021
896e326
Add analysis document for HAL-1580
hpehl Apr 15, 2019
0a08719
Add section 'Testing By'
hpehl Apr 17, 2019
ba43ed5
Fix issue URL
hpehl Apr 17, 2019
95ae6b0
HAL-1580: Update analysis document
hpehl Oct 4, 2021
14ab694
HAL-1580: Change document heading
hpehl Nov 3, 2021
91fdc07
HAL-1580: Add affected resources
hpehl Nov 25, 2021
af11448
[WFCORE-2806] Add the ability to resolve standard server system prope…
yersan May 4, 2021
f0708e5
[WFCORE-2806] Add WildFly related issue which tracks the test cases
yersan Aug 9, 2021
40bb0c5
[WFCORE-2806] Minor fix wording
yersan Aug 30, 2021
c9d5f56
Updated proposal for WFLY-15659 : Transaction SlotStore config
jhalliday Jan 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
= Configure Global EJB Server Side Interceptors
:author: Harald Pehl
:email: [email protected]
:toc: left
:icons: font
:idprefix:
:idseparator: -
:issue-base-url: https://issues.jboss.org/browse

== Overview

The goal of this issue is to provide support in HAL to configure system-wide server side EJB interceptors through the ejb3 subsystem.

== Issue Metadata

=== Issue

* {issue-base-url}/HAL-1580[HAL-1580]

=== Related Issues

* {issue-base-url}/EAP7-1240[EAP7-1240]
* {issue-base-url}/EAP7-474[EAP7-474]
* {issue-base-url}/WFLY-6143[WFLY-6143]

=== Dev Contacts

* mailto:[email protected][Harald Pehl]

=== QE Contacts

* mailto:[email protected][Jan Kasik]

=== Testing By

[x] Engineering

[ ] QE

=== Affected Projects or Components

* WildFly
* HAL

== Requirements

* Interceptors can be configured in the EJB3 subsystem.

Affected UI:: Configuration / EJB / Container
Affected Resources:: `/subsystem=ejb3@server-interceptors`

== Test Plan

Additional tests are added to the test suite that verify that interceptors can be configured in the EJB3 subsystem.

== Community Documentation

See the official HAL website at https://hal.github.io
64 changes: 64 additions & 0 deletions console/HAL-1597_Configure_session_affinity.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
= Configure session affinity using multiple routes if supported by balancer
:author: Harald Pehl
:email: [email protected]
:toc: left
:icons: font
:idprefix:
:idseparator: -
:issue-base-url: https://issues.redhat.com/browse

== Overview

Configure the affinity resource of an Infinispan session management in the distributable web subsystem.

== Issue Metadata

=== Issue

* {issue-base-url}/HAL-1597[HAL-1597]
* {issue-base-url}/EAP7-775[EAP7-775]

=== Related Issues

* {issue-base-url}/EAP7-1074[EAP7-1074]
* {issue-base-url}/WFLY-6944[WFLY-6944]

=== Dev Contacts

* mailto:[email protected][Harald Pehl]

=== QE Contacts

* mailto:[email protected][Martin Svehla]

=== Testing By

[x] Engineering

[ ] QE

=== Affected Projects or Components

* WildFly
* HAL

== Requirements

A user can configure the affinity of the Infinispan session in the distributable web subsystem. This requires thaty the user is able to perform the following steps in the console:

. Open the distributable web subsystem (http://localhost:9990/console/index.html#distributable-web)
. Select "Infinispan Session" in the left-hand side navigation
. Select an entry from the table
. Select tab "Affinity"
. Select an affinity from the select box on the right-hand side

Affected UI:: Configuration / Distributable Web / Infinisoan Session / Affinity
Affected Resources:: `/subsystem=distributable-web/infinispan-session-management=\*/affinity=*`

== Test Plan

Additional tests are added to the test suite that verify that the affinity attribute of an Infinispan session management in the distributable web subsystem can be configured.

== Community Documentation

See the official HAL website at https://hal.github.io
58 changes: 58 additions & 0 deletions console/HAL-1625_Support_pause_for_JMS_topics.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
= Support pause for JMS topics
:author: Harald Pehl
:email: [email protected]
:toc: left
:icons: font
:idprefix:
:idseparator: -
:issue-base-url: https://issues.redhat.com/browse

== Overview

Add support for the pause operation in Runtime / JMS.

== Issue Metadata

=== Issue

* {issue-base-url}/HAL-1625[HAL-1625]
* {issue-base-url}/EAP7-748[EAP7-748]

=== Related Issues

* {issue-base-url}/EAP7-460[EAP7-460]
* {issue-base-url}/WFLY-9213[WFLY-9213]

=== Dev Contacts

* mailto:[email protected][Harald Pehl]

=== QE Contacts

* mailto:[email protected][Martin Svehla]

=== Testing By

[x] Engineering

[ ] QE

=== Affected Projects or Components

* WildFly
* HAL

== Requirements

The finder for JMS topics must include a new action to pause JMS topics.

Affected UI:: Runtime / Messaging / Server / Queue
Affected Resources:: `/subsystem=messaging-activemq/server=\*/topic=*`

== Test Plan

Additional tests are added to the test suite that verify that a JMS topic can be paused.

== Community Documentation

See the official HAL website at https://hal.github.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
= Support adding of HTTP headers to management console responses
:author: Harald Pehl
:email: [email protected]
:toc: left
:icons: font
:idprefix:
:idseparator: -
:issue-base-url: https://issues.redhat.com/browse

== Overview

Add HTTP headers to the management console response.

== Issue Metadata

=== Issue

* {issue-base-url}/HAL-1645[HAL-1645]
* {issue-base-url}/EAP7-1411[EAP7-1411]

=== Related Issues

* {issue-base-url}/EAP7-1335[EAP7-1335]
* {issue-base-url}/WFCORE-1110[WFCORE-1110]

=== Dev Contacts

* mailto:[email protected][Harald Pehl]

=== QE Contacts

* mailto:[email protected][Martin Svehla]

=== Testing By

[x] Engineering

[ ] QE

=== Affected Projects or Components

* WildFly
* HAL

== Requirements

New HTTP headers can be added / removed to the HTTP management console responses.

Affected UI:: Runtime / Server / Constant Headers
Affected Resources:: `/core-service=management/management-interface=http-interface@constant-headers`

== Test Plan

Additional tests are added to the test suite that verify that new HTTP headers can be added to the HTTP management console responses.

== Community Documentation

See the official HAL website at https://hal.github.io
58 changes: 58 additions & 0 deletions console/HAL-1710_update_passwords_in_credential_store.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
= Configure enable-amq1-prefix Attribute
:author: Harald Pehl
:email: [email protected]
:toc: left
:icons: font
:idprefix:
:idseparator: -
:issue-base-url: https://issues.redhat.com/browse

== Overview

Add option to automatically add/update passwords in a credential store when creating/updating a datasource in the HAL console.

== Issue Metadata

=== Issue

* {issue-base-url}/HAL-1710[HAL-1710]
* {issue-base-url}/EAP7-1552[EAP7-1552]

=== Related Issues

* {issue-base-url}/WFLY-12218[WFLY-12218]
* {issue-base-url}/WFCORE-4150[WFCORE-4150]

=== Dev Contacts

* mailto:[email protected][Harald Pehl]

=== QE Contacts

* mailto:[email protected][Martin Svehla]

=== Testing By

[x] Engineering

[ ] QE

=== Affected Projects or Components

* WildFly
* HAL

== Requirements

When creating a new datasource in HAL, there must be an option to automatically add the specified password to an existing credential store by entering the store name and credential alias and plaintext password. The datasource is then created with a reference to the credential store.

Affected UI:: Configuration / Subsystems / Datasources
Affected Resources:: `/subsystem=datasources/data-source=*`

== Test Plan

Additional tests are added to the test suite that verify that a new data source is created with a reference to a credential store.

== Community Documentation

See the official HAL website at https://hal.github.io
63 changes: 63 additions & 0 deletions console/HAL-1729_Show_non-heap-memory-usage.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
= Show non-heap-memory-usage in server preview
:author: Harald Pehl
:email: [email protected]
:toc: left
:icons: font
:idprefix:
:idseparator: -
:issue-base-url: https://issues.redhat.com/browse

== Overview

The memory information in the server status preview currently only shows information about the attribute `heap-memory-usage`, but the resource also provides non-heap memory usage via the attribute `non-heap-memory-usage`.

This issue is about adding the attribute `non-heap-memory-usage` to the server status preview.

== Issue Metadata

=== Issue

* {issue-base-url}/HAL-1729[HAL-1729]
* {issue-base-url}/EAP7-1610[EAP7-1610]

=== Related Issues

* {issue-base-url}/EAPSUP-351[EAPSUP-351]

=== Dev Contacts

* mailto:[email protected][Harald Pehl]

=== QE Contacts

* mailto:[email protected][Martin Svehla]

=== Testing By

[x] Engineering

[ ] QE

=== Affected Projects or Components

* WildFly
* HAL

== Requirements

The server status preview of the console must contain an additional section about the non-heap memmory usage.

This new section must contains two values:

1. used non-heap memory
2. commited non-heap memory

The unit for both values is MB.

== Test Plan

Add a test to verify that both values are present in the server preview.

== Community Documentation

See the official HAL website at https://hal.github.io
Loading