[JBoss JIRA] (JGRP-2291) Tests do not compile with maven (org.testng:testng:jar:7.0.0-beta1 is no longer compatible)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/JGRP-2291?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated JGRP-2291:
---------------------------------
Fix Version/s: 4.0.15
> Tests do not compile with maven (org.testng:testng:jar:7.0.0-beta1 is no longer compatible)
> -------------------------------------------------------------------------------------------
>
> Key: JGRP-2291
> URL: https://issues.jboss.org/browse/JGRP-2291
> Project: JGroups
> Issue Type: Task
> Affects Versions: 4.0.14
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 4.0.15
>
>
> Tests no longer compile. This is because of heavy use of version ranges in dependencies (which is strongly adviced against due to issues like this) – since version 7.0 of testng has been published and is no longer compatible with current codebase.
> {noformat}
> [rhusar@ribera jgroups]$ mvn clean install
> [INFO] Scanning for projects...
> [INFO] Inspecting build with total of 1 modules...
> [INFO] Installing Nexus Staging features:
> [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
> [WARNING] The project org.jgroups:jgroups:bundle:4.0.15-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [INFO]
> [INFO] ------------------------< org.jgroups:jgroups >-------------------------
> [INFO] Building JGroups 4.0.15-SNAPSHOT
> [INFO] -------------------------------[ bundle ]-------------------------------
> [WARNING] The POM for com.beust:jcommander:jar:1.66 is missing, no dependency information available
> ...
> [INFO] Executed tasks
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jgroups ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /Users/rhusar/git/jgroups/src/test/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ jgroups ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 216 source files to /Users/rhusar/git/jgroups/target/test-classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/ChannelTestBase.java:[30,37] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/FlushTest.java:[26,66] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/PropertyConvertersTest.java:[19,44] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/blocks/LazyRemovalCacheTest.java:[15,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/FixedSizeBitSetTest.java:[14,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergerTest.java:[15,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/BlockingInputStreamTest.java:[16,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/HeadersTest.java:[16,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest6.java:[24,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SuppressCacheTest.java:[15,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest5.java:[27,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/TCPGOSSIP_Test.java:[30,102] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SeqnoTest.java:[13,44] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest4.java:[25,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/ResponseCollectorTest.java:[17,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/protocols/AUTHTest.java:[19,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/ExpiryCacheTest.java:[12,43] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SeqnoComparatorTest.java:[12,44] cannot find symbol
> symbol: method sequential()
> location: @interface org.testng.annotations.Test
> [INFO] 18 errors
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 11.005 s
> [INFO] Finished at: 2018-09-17T21:50:18+02:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project jgroups: Compilation failure: Compilation failure:
> [ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/ChannelTestBase.java:[30,37] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/FlushTest.java:[26,66] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/PropertyConvertersTest.java:[19,44] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/blocks/LazyRemovalCacheTest.java:[15,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/FixedSizeBitSetTest.java:[14,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergerTest.java:[15,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/BlockingInputStreamTest.java:[16,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/HeadersTest.java:[16,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest6.java:[24,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SuppressCacheTest.java:[15,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest5.java:[27,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/TCPGOSSIP_Test.java:[30,102] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SeqnoTest.java:[13,44] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest4.java:[25,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/ResponseCollectorTest.java:[17,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/protocols/AUTHTest.java:[19,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/ExpiryCacheTest.java:[12,43] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SeqnoComparatorTest.java:[12,44] cannot find symbol
> [ERROR] symbol: method sequential()
> [ERROR] location: @interface org.testng.annotations.Test
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {noformat}
> since the dependencies resolve to
> {noformat}
> [rhusar@ribera jgroups]$ mvn dependency:tree
> ...
> [INFO] +- org.testng:testng:jar:7.0.0-beta1:test
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2956) [DMN Designer] [IE11] Custom data type cancel changes throws an error
by Daniel José dos Santos (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2956?page=com.atlassian.jira.plugi... ]
Daniel José dos Santos commented on DROOLS-2956:
------------------------------------------------
[~jomarko] Looks like you fixed this one with [this PR|https://github.com/kiegroup/kie-wb-common/pull/2129].
> [DMN Designer] [IE11] Custom data type cancel changes throws an error
> ---------------------------------------------------------------------
>
> Key: DROOLS-2956
> URL: https://issues.jboss.org/browse/DROOLS-2956
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Minor
> Labels: drools-tools
> Attachments: LACE Scoring.dmn, Screenshot from 2018-09-03 12-40-14.png
>
>
> If user starts editing data type in *manage custom data type* dialog, then he cancel changes by the cross button, the unexpected error dialog will appear with error inside:
> {code}
> Uncaught exception: Exception caught: (TypeError) : Object doesn't support property or method 'remove' Caused by: (TypeError) : Object doesn't support property or method 'remove'
> {code}
> h2. Acceptance test
> - Steps to reproduce fixed
> - Check other browsers works still fine
> - No error/warning in browser console
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JGRP-2291) Tests do not compile with maven (org.testng:testng:jar:7.0.0-beta1 is no longer compatible)
by Radoslav Husar (JIRA)
Radoslav Husar created JGRP-2291:
------------------------------------
Summary: Tests do not compile with maven (org.testng:testng:jar:7.0.0-beta1 is no longer compatible)
Key: JGRP-2291
URL: https://issues.jboss.org/browse/JGRP-2291
Project: JGroups
Issue Type: Task
Reporter: Radoslav Husar
Assignee: Bela Ban
Tests no longer compile. This is because of heavy use of version ranges in dependencies (which is strongly adviced against due to issues like this) – since version 7.0 of testng has been published and is no longer compatible with current codebase.
{noformat}
[rhusar@ribera jgroups]$ mvn clean install
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[WARNING] The project org.jgroups:jgroups:bundle:4.0.15-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO]
[INFO] ------------------------< org.jgroups:jgroups >-------------------------
[INFO] Building JGroups 4.0.15-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] The POM for com.beust:jcommander:jar:1.66 is missing, no dependency information available
...
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jgroups ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/rhusar/git/jgroups/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ jgroups ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 216 source files to /Users/rhusar/git/jgroups/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/ChannelTestBase.java:[30,37] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/FlushTest.java:[26,66] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/PropertyConvertersTest.java:[19,44] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/blocks/LazyRemovalCacheTest.java:[15,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/FixedSizeBitSetTest.java:[14,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergerTest.java:[15,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/BlockingInputStreamTest.java:[16,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/HeadersTest.java:[16,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest6.java:[24,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SuppressCacheTest.java:[15,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest5.java:[27,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/TCPGOSSIP_Test.java:[30,102] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SeqnoTest.java:[13,44] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest4.java:[25,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/ResponseCollectorTest.java:[17,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/protocols/AUTHTest.java:[19,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/ExpiryCacheTest.java:[12,43] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SeqnoComparatorTest.java:[12,44] cannot find symbol
symbol: method sequential()
location: @interface org.testng.annotations.Test
[INFO] 18 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.005 s
[INFO] Finished at: 2018-09-17T21:50:18+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project jgroups: Compilation failure: Compilation failure:
[ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/ChannelTestBase.java:[30,37] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/FlushTest.java:[26,66] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/PropertyConvertersTest.java:[19,44] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/blocks/LazyRemovalCacheTest.java:[15,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/FixedSizeBitSetTest.java:[14,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergerTest.java:[15,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/BlockingInputStreamTest.java:[16,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/HeadersTest.java:[16,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest6.java:[24,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SuppressCacheTest.java:[15,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest5.java:[27,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit/org/jgroups/tests/TCPGOSSIP_Test.java:[30,102] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SeqnoTest.java:[13,44] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/MergeTest4.java:[25,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/ResponseCollectorTest.java:[17,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/protocols/AUTHTest.java:[19,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/ExpiryCacheTest.java:[12,43] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] /Users/rhusar/git/jgroups/tests/junit-functional/org/jgroups/tests/SeqnoComparatorTest.java:[12,44] cannot find symbol
[ERROR] symbol: method sequential()
[ERROR] location: @interface org.testng.annotations.Test
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
{noformat}
since the dependencies resolve to
{noformat}
[rhusar@ribera jgroups]$ mvn dependency:tree
...
[INFO] +- org.testng:testng:jar:7.0.0-beta1:test
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JBFORUMS-309) HHTP request not found in custom Login Module in JBOSS 7
by Indranil RoyChowdhury (JIRA)
[ https://issues.jboss.org/browse/JBFORUMS-309?page=com.atlassian.jira.plug... ]
Indranil RoyChowdhury commented on JBFORUMS-309:
------------------------------------------------
Any recommended resolution on this issue ?
> HHTP request not found in custom Login Module in JBOSS 7
> --------------------------------------------------------
>
> Key: JBFORUMS-309
> URL: https://issues.jboss.org/browse/JBFORUMS-309
> Project: JBoss Forums
> Issue Type: Bug
> Environment: EAP 6.4
> Reporter: joy sen
> Assignee: Luca Stancapiano
> Priority: Blocker
>
> I want to use the HTTP request object in custom login module which extends AbstractServerLoginModule.
> In JBOSS 6.x this can be fetched from PolicyContext or FacesContext Object.
> But from 7.x onwards these cannot be found. Any approach to share information between authentication and login modules (Using ThreadLocal/Faces Contex/Policy Context) does not work.
> Need a way out to share information between authentication and login in EAP 6.4 version.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (WFLY-11034) Integration with grpc (high performance, open-source universal RPC framework)
by Brad Maxwell (JIRA)
Brad Maxwell created WFLY-11034:
-----------------------------------
Summary: Integration with grpc (high performance, open-source universal RPC framework)
Key: WFLY-11034
URL: https://issues.jboss.org/browse/WFLY-11034
Project: WildFly
Issue Type: Feature Request
Components: Remoting
Affects Versions: 14.0.0.Final
Reporter: Brad Maxwell
https://grpc.io/
grpc should be seamlessly integrated into Wildfly as grpc support for EJB's and other EE components would make it very easy for microservices written in other languages to interact with Wildfly.
grpc might be a good replacement candidate for corba (binary marshalling, efficiency, good community and support, modern, http/2, streaming, strong contract).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (WFCORE-4115) JDK11 - GC logging format needs to be reviewed
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFCORE-4115?page=com.atlassian.jira.plugi... ]
James Perkins commented on WFCORE-4115:
---------------------------------------
With Java 9 the unified logging ([JEP 271|http://openjdk.java.net/jeps/271]) was introduced which includes GC logging. There isn't a lot we can do about format changes or how the logs are rotated. We could decrease the log level if it's too verbose. There is some [documentation|https://docs.oracle.com/javase/9/tools/java.htm#JSWOR-GUID-...] about the settings. You can also use {{java -Xlog:help}} as well to see the settings.
With regards to the gc.log.0, I'll have to look at that. This isn't an area I'm too familiar with at the moment. I'll have to experiment with it. However for the most part there won't be much we can do about it short of filing JDK bugs if we find issues.
> JDK11 - GC logging format needs to be reviewed
> ----------------------------------------------
>
> Key: WFCORE-4115
> URL: https://issues.jboss.org/browse/WFCORE-4115
> Project: WildFly Core
> Issue Type: Bug
> Components: Scripts, Server
> Reporter: Marek Kopecký
> Assignee: James Perkins
> Labels: Java11, jdk11
>
> * Weird naming of gc log files
> ** I test this with JDK11
> ** I start standalone and stop standalone
> ** JDK10 creates JBOSS_HOME/standalone/log/gc.log (with detailed information) and JBOSS_HOME/standalone/log/gc.log.0 (with brief summary of gc logging)
> ** I start standalone and stop standalone again
> ** JDK10 moves original gc.log to gc.log.1
> ** JDK10 keep original gc.log.0
> ** JDK10 creates new gc.log (with detailed information) and gc.log.2 (with brief summary of gc logging)
> ** Can this be changed by GC settings?
> * GC logs are much more verbose against jdk8 gc logs. Can this be fixed by some JDK10 gc settings?
> This is follow up for WFCORE-3996
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JGRP-2290) ArrayIndexOutOfBoundsException in FD_SOCK
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2290?page=com.atlassian.jira.plugin.... ]
Bela Ban updated JGRP-2290:
---------------------------
Fix Version/s: 4.0.15
> ArrayIndexOutOfBoundsException in FD_SOCK
> -----------------------------------------
>
> Key: JGRP-2290
> URL: https://issues.jboss.org/browse/JGRP-2290
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 4.0.13
> Reporter: Dan Berindei
> Assignee: Bela Ban
> Fix For: 4.0.15
>
>
> {noformat}
> 23:30:00.046 [INFO] Running org.infinispan.test.hibernate.cache.commons.entity.EntityRegionAccessStrategyTest
> Exception in thread "FD_SOCK pinger-10,EntityRegionAccessStrategyTest-NodeJ-23765" java.lang.ArrayIndexOutOfBoundsException: 0
> at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:388)
> at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:397)
> at org.jgroups.util.Util.pickNext(Util.java:2656)
> at org.jgroups.protocols.FD_SOCK.determinePingDest(FD_SOCK.java:762)
> at org.jgroups.protocols.FD_SOCK.run(FD_SOCK.java:407)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
> The {{pingable_mbrs}} and {{suspected_mbrs}} collections are not read that often, so I suggest using regular synchronization instead of {{CopyOnWriteList}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JGRP-2290) ArrayIndexOutOfBoundsException in FD_SOCK
by Dan Berindei (JIRA)
Dan Berindei created JGRP-2290:
----------------------------------
Summary: ArrayIndexOutOfBoundsException in FD_SOCK
Key: JGRP-2290
URL: https://issues.jboss.org/browse/JGRP-2290
Project: JGroups
Issue Type: Bug
Affects Versions: 4.0.13
Reporter: Dan Berindei
Assignee: Bela Ban
{noformat}
23:30:00.046 [INFO] Running org.infinispan.test.hibernate.cache.commons.entity.EntityRegionAccessStrategyTest
Exception in thread "FD_SOCK pinger-10,EntityRegionAccessStrategyTest-NodeJ-23765" java.lang.ArrayIndexOutOfBoundsException: 0
at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:388)
at java.util.concurrent.CopyOnWriteArrayList.get(CopyOnWriteArrayList.java:397)
at org.jgroups.util.Util.pickNext(Util.java:2656)
at org.jgroups.protocols.FD_SOCK.determinePingDest(FD_SOCK.java:762)
at org.jgroups.protocols.FD_SOCK.run(FD_SOCK.java:407)
at java.lang.Thread.run(Thread.java:748)
{noformat}
The {{pingable_mbrs}} and {{suspected_mbrs}} collections are not read that often, so I suggest using regular synchronization instead of {{CopyOnWriteList}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months