[JBoss JIRA] (ELY-1866) Broken symbolic link to LICENSE.txt
by Jan Blizňák (Jira)
Jan Blizňák created ELY-1866:
--------------------------------
Summary: Broken symbolic link to LICENSE.txt
Key: ELY-1866
URL: https://issues.jboss.org/browse/ELY-1866
Project: WildFly Elytron
Issue Type: Bug
Components: Build
Affects Versions: 1.10.0.CR6
Reporter: Jan Blizňák
The symbolic link https://github.com/wildfly-security/wildfly-elytron/blob/1.x/LICENSE.txt is broken, pointing to non-existent file
{code:java}
$ find | grep LICENSE.txt | xargs file
./tool/LICENSE.txt: symbolic link to src/main/resources/META-INF/LICENSE.txt
./tool/src/main/resources/META-INF/LICENSE.txt: ASCII text
./LICENSE.txt: broken symbolic link to src/main/resources/META-INF/LICENSE.txt
{code}
>From above findings it seems the link should be redirected to
{code:java}
tool/src/main/resources/META-INF/LICENSE.txt
{code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (WFLY-8124) Unify arquillian defaultProtocol in TS
by Ondrej Chaloupka (Jira)
[ https://issues.jboss.org/browse/WFLY-8124?page=com.atlassian.jira.plugin.... ]
Ondrej Chaloupka commented on WFLY-8124:
----------------------------------------
I don't agree on the point that unification of the protocol make easier to add tests. The protocol influences writing tests in no critical manner. That way I'm not sure what information should be written in the readme to have some value for the developer.
I'm changing the priority to trivial.
> Unify arquillian defaultProtocol in TS
> --------------------------------------
>
> Key: WFLY-8124
> URL: https://issues.jboss.org/browse/WFLY-8124
> Project: WildFly
> Issue Type: Enhancement
> Components: Test Suite, XTS
> Reporter: Marek Kopecky
> Assignee: Ondrej Chaloupka
> Priority: Major
>
> Unify arquillian defaultProtocol in TS
> xts a rts module use servlet protocol. Jmx protocol is standard protocol:
> {noformat}
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -i servlet
> testsuite/integration/rts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
> testsuite/integration/xts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -iv servlet | wc -l
> 13
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (WFLY-8124) Unify arquillian defaultProtocol in TS
by Ondrej Chaloupka (Jira)
[ https://issues.jboss.org/browse/WFLY-8124?page=com.atlassian.jira.plugin.... ]
Ondrej Chaloupka updated WFLY-8124:
-----------------------------------
Priority: Trivial (was: Major)
> Unify arquillian defaultProtocol in TS
> --------------------------------------
>
> Key: WFLY-8124
> URL: https://issues.jboss.org/browse/WFLY-8124
> Project: WildFly
> Issue Type: Enhancement
> Components: Test Suite, XTS
> Reporter: Marek Kopecky
> Assignee: Ondrej Chaloupka
> Priority: Trivial
>
> Unify arquillian defaultProtocol in TS
> xts a rts module use servlet protocol. Jmx protocol is standard protocol:
> {noformat}
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -i servlet
> testsuite/integration/rts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
> testsuite/integration/xts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -iv servlet | wc -l
> 13
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (WFLY-8124) Unify arquillian defaultProtocol in TS
by Marek Kopecky (Jira)
[ https://issues.jboss.org/browse/WFLY-8124?page=com.atlassian.jira.plugin.... ]
Marek Kopecky commented on WFLY-8124:
-------------------------------------
[~ochaloup]: Benefit of unification is that each module uses the same approach. It should be easier to add tests to TS, because each module will use same protocol. If the protocol won't be unified, it should be clear (in arquillian.xml and [ts readme|https://github.com/wildfly/wildfly/blob/master/testsuite/README.md]), what is the reason for different protocols in different modules.
> Unify arquillian defaultProtocol in TS
> --------------------------------------
>
> Key: WFLY-8124
> URL: https://issues.jboss.org/browse/WFLY-8124
> Project: WildFly
> Issue Type: Enhancement
> Components: Test Suite, XTS
> Reporter: Marek Kopecky
> Assignee: Ondrej Chaloupka
> Priority: Major
>
> Unify arquillian defaultProtocol in TS
> xts a rts module use servlet protocol. Jmx protocol is standard protocol:
> {noformat}
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -i servlet
> testsuite/integration/rts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
> testsuite/integration/xts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -iv servlet | wc -l
> 13
> [mkopecky@dhcp-10-40-5-170 base] (7.x)$
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months