[JBoss JIRA] (WFLY-12164) Support for SSL_KEY_EXCHANGE JGroups protocol
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-12164?page=com.atlassian.jira.plugin... ]
Radoslav Husar updated WFLY-12164:
----------------------------------
Description:
See JGRP-2157 – does not currently integrate with Elytron. The fix is to provide a protocol resource that requires an SSL context capability from Elytron.
was:See JGRP-2157.
> Support for SSL_KEY_EXCHANGE JGroups protocol
> ---------------------------------------------
>
> Key: WFLY-12164
> URL: https://issues.jboss.org/browse/WFLY-12164
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 17.0.0.Beta1
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Major
>
> See JGRP-2157 – does not currently integrate with Elytron. The fix is to provide a protocol resource that requires an SSL context capability from Elytron.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12380) Fix org.wildfly.clustering.service.ServiceSupplier usage
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-12380:
-----------------------------------
Summary: Fix org.wildfly.clustering.service.ServiceSupplier usage
Key: WFLY-12380
URL: https://issues.jboss.org/browse/WFLY-12380
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Paul Ferraro
Assignee: Paul Ferraro
When PassiveServiceSupplier is used to obtain the value of a service for use by metrics, it is generally safe to construct it using OperationContext.getServiceRegistry(false), as it does not affect the MSC state of the target service.
ActiveServiceSupplier, on the other hand, must always be constructed with OperationContext.getServiceRegistry(true). It is meant to obtain the value of an ACTIVEly installed service, thus its get() should never return null. I'd like to convert as many uses of ActiveServiceSupplier to PassiveServiceSupplier as possible.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months