[JBoss JIRA] (WFLY-13467) Issues in readme for microprofile-opentracing QS
by Martin Stefanko (Jira)
Martin Stefanko created WFLY-13467:
--------------------------------------
Summary: Issues in readme for microprofile-opentracing QS
Key: WFLY-13467
URL: https://issues.redhat.com/browse/WFLY-13467
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 19.1.0.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
(1) The order of the steps at the beginning is confusing:
1. Solution section says to start EAP and deploy the QS
2. Start the JBoss EAP XP Standalone Server section says start EAP
(2) Consider adding standard sections - see other (non-MP - because these were not yet tested)
* Use of the EAP_HOME and QUICKSTART_HOME Variables
* Run the Quickstart in Red Hat JBoss Developer Studio or Eclipse
(3) Consider adding some instructions (or link to later sections of the readme) to access the app when deploying the complete example, it is only shown in the step-by-step sections.
(4) pom.xml changes show WF BOM instead of EAP one:
{code}
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-microprofile</artifactId>
<version>${version.server.bom}</version>
where ${version.server.bom} is the version of your JBoss EAP XP, in our case "1.0".
{code}
Please notice there's no WF BOM of version 1.0.
(5) WildFly used instead of EAP in:
{code}
<!-- Import the CDI API, we use provided scope as the API is included in WildFly -->
<!-- Import the Jakarta REST API, we use provided scope as the API is included in WildFly -->
{code}
The same references are used in pom.xml as well.
(6) No spans are created in jaeger console as documented in sections {{Implicit tracing of REST resources}} and later. In fact, jaeger console does not show the {{microprofile-opentracing.war}} at all following the instructions in readme. This is due to missing env vars settings when starting the EAP server.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (SECURITY-985) [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/SECURITY-985?page=com.atlassian.jira.plu... ]
Darran Lofthouse resolved SECURITY-985.
---------------------------------------
Resolution: Won't Do
> [JDK9+] org.jboss.security.negotiation.spnego package is exported by two jars
> -----------------------------------------------------------------------------
>
> Key: SECURITY-985
> URL: https://issues.redhat.com/browse/SECURITY-985
> Project: PicketBox
> Issue Type: Bug
> Components: Negotiation
> Reporter: Tomaž Cerar
> Assignee: Darran Lofthouse
> Priority: Critical
>
> Currently if you have
> jboss-negotiation-spnego-3.0.4.Final and jboss-negotiation-extras-3.0.4.Final.jar
> on your module path, jvm complains as both jars export package org.jboss.security.negotiation.spnego
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.negotiation.extras and jboss.negotiation.spnego export package org.jboss.security.negotiation.spnego to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (SECURITY-986) [JDK9+] org.jboss.security.negotiation package is exported by two jars
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/SECURITY-986?page=com.atlassian.jira.plu... ]
Darran Lofthouse resolved SECURITY-986.
---------------------------------------
Resolution: Done
Marking as won't do as the plan is to remove JBoss Negotiation and rely on WildFly Elytron exclusively.
> [JDK9+] org.jboss.security.negotiation package is exported by two jars
> ----------------------------------------------------------------------
>
> Key: SECURITY-986
> URL: https://issues.redhat.com/browse/SECURITY-986
> Project: PicketBox
> Issue Type: Bug
> Components: Negotiation
> Reporter: Tomaž Cerar
> Assignee: Darran Lofthouse
> Priority: Major
>
> Currently if you have
> jboss-negotiation-common-3.0.4.Final.jar and jboss-negotiation-extras-3.0.4.Final.jar
> on your module path, jvm complains as both jars export package org.jboss.security.negotiation package
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.negotiation.common and jboss.negotiation.extras export package org.jboss.security.negotiation to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months