[JBoss JIRA] (ISPN-10057) Remove unused MimeMetadata
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10057:
-----------------------------------
Summary: Remove unused MimeMetadata
Key: ISPN-10057
URL: https://issues.jboss.org/browse/ISPN-10057
Project: Infinispan
Issue Type: Enhancement
Components: REST
Affects Versions: 10.0.0.Beta2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 10.0.0.Beta3
The {{org.infinispan.rest.operations.mime.MimeMetadata}} and builder are no longer used, so they should be removed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-10046) Server standalone.sh --jmx fails with Java 11
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10046?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10046:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Server standalone.sh --jmx fails with Java 11
> ---------------------------------------------
>
> Key: ISPN-10046
> URL: https://issues.jboss.org/browse/ISPN-10046
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.Beta2, 9.4.9.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.10.Final
>
>
> When running `standalone.sh --jmx` the server launch fails with:
> {code:java}
> -Xbootclasspath/p is no longer a supported option.
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-9990) Integrationtests missing java.se module
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9990?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9990:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.0.0.Beta3
(was: 10.0.0.Beta4)
Resolution: Done
> Integrationtests missing java.se module
> ---------------------------------------
>
> Key: ISPN-9990
> URL: https://issues.jboss.org/browse/ISPN-9990
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 10.0.0.Beta1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.10.Final
>
>
> standalone.sh adds the required {{--add-modules java.se}} to the JVM args for most tests, however if the the container is managed by the test this is not present.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-10043) Add explicit dependency on surefire-testng
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10043?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10043:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Add explicit dependency on surefire-testng
> ------------------------------------------
>
> Key: ISPN-10043
> URL: https://issues.jboss.org/browse/ISPN-10043
> Project: Infinispan
> Issue Type: Task
> Components: Build
> Affects Versions: 10.0.0.Beta2, 9.4.9.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.10.Final
>
>
> We need to be able to collect all the dependencies in a private repository and run the build without access to Maven Central for the product.
> {{maven-surefire-plugin}} doesn't have an explicit dependency on {{surefire-testng}}, instead it resolves it dynamically when it finds {{TestNG}} in the classpath. This means {{surefire-testng}} and its transitive dependencies are not detected automatically and need to be imported manually.
> When a dependency is not imported, it is pretty hard to debug: there is only a warning during the build:
> {noformat}
> [WARNING] Missing POM for org.apache.maven.surefire:surefire-testng-utils:jar:3.0.0-M3
> {noformat}
> And then the failure message only mentions a specific class:
> {noformat}
> There was an error in the forked process
> org/apache/maven/surefire/testng/utils/Stoppable
> {noformat}
> We should add an explicit dependency on {{surefire-testng}} on core, like the modules using {{JUnit}} have an explicit dependency on {{surefire-junit47}}, in order to allow automatic detection of its transitive dependencies and to get better error messages.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months