[JBoss JIRA] (ELY-1745) The AvailableRealmsCallback should not result in a NPE if there is no mechanism configuration.
by Darran Lofthouse (Jira)
[ https://issues.jboss.org/browse/ELY-1745?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse updated ELY-1745:
----------------------------------
Fix Version/s: 1.9.0.CR3
(was: 1.9.0.CR2)
> The AvailableRealmsCallback should not result in a NPE if there is no mechanism configuration.
> ----------------------------------------------------------------------------------------------
>
> Key: ELY-1745
> URL: https://issues.jboss.org/browse/ELY-1745
> Project: WildFly Elytron
> Issue Type: Bug
> Components: API / SPI
> Reporter: Darran Lofthouse
> Assignee: Justin Cook
> Priority: Major
> Fix For: 1.9.0.CR3
>
>
> The NPE is due to the following code: -
> {noformat}
> } else if (callback instanceof AvailableRealmsCallback) {
> Collection<String> names = stateRef.get().getMechanismConfiguration().getMechanismRealmNames();
> if (log.isTraceEnabled()) {
> log.tracef("Handling AvailableRealmsCallback: realms = [%s]", String.join(", ", names));
> }
> if (! names.isEmpty()) {
> ((AvailableRealmsCallback) callback).setRealmNames(names.toArray(new String[names.size()]));
> }
> handleOne(callbacks, idx + 1);
> {noformat}
> If mechanism configuration is mandatory this should report an appropriate error, if not it should fallback to specifying an empty list.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (SWSQE-605) Establish Central CI Jenkins Master For Kiali
by Matt Mahoney (Jira)
[ https://issues.jboss.org/browse/SWSQE-605?page=com.atlassian.jira.plugin.... ]
Matt Mahoney commented on SWSQE-605:
------------------------------------
New jenkins instrance: https://kiali-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/manage
Use LDAP credentials for login
> Establish Central CI Jenkins Master For Kiali
> ---------------------------------------------
>
> Key: SWSQE-605
> URL: https://issues.jboss.org/browse/SWSQE-605
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Matt Mahoney
> Assignee: Matt Mahoney
> Priority: Major
> Labels: infrastructure
>
> Our team at one time was allocated a Central CI Jenkins Master.
> Therefore, one of the following,
> Either:
> a) Confirm that our team's Central CI Jenkins Master is still available and usable
> Or
> b) Establish a new Central CI Jenkins Master
> We also need to confirm that Jenkins master in Central Ci will fit our needs like:
> * is it possible to run smee.io client there to consume github events
> * is it possible to install plugins we are using
> * check SLA
> * check backups, upgrades
> * do we want to share it with istio qe team?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month