[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-23 Thread Markus Schuch (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17464507#comment-17464507
 ] 

Markus Schuch commented on CONNECTORS-1685:
---

Nice! https://github.com/apache/manifoldcf/runs/4606475035 is still green, 
after re-enabling the test.

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-22 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17463814#comment-17463814
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


I have just removed the JDK check in the integration tests (r1896275) and now 
I'm trying to execute builds on Jenkins it seems everything is ok for Ant:

[https://ci-builds.apache.org/job/ManifoldCF/job/ManifoldCF-ant/34/]

Then I started the Maven build enabling integration tests execution, let's see 
what happens :P

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-17 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461391#comment-17461391
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


In the r1896098 I have just shared the new re-packaging strategy for both the 
Alfresco WARs (Ant + Maven).

We only need to enable again the execution of integration tests.

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Markus Schuch (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17460452#comment-17460452
 ] 

Markus Schuch commented on CONNECTORS-1685:
---

{quote}I've disabled the test conditionally, when the patch level of jdk8 
exceeds 255. See:

r1895950
{quote}
The setup methods were still executed. I added the condition also to them.

r1896024

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17460051#comment-17460051
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


We have two different Alfresco WAR to patch:
 * Alfresco WAR 4.2.c: for CMIS and Alfresco SOAP Connector
 * Alfresco WAR 5.0.0: for Alfresco Indexer WebScripts Connector

I have just patched Alfresco WAR 4.2.c generated by our module under 
test-materials/alfresco4-war.

The other one is provided directly by Maurizio Pillitu Github project, 
practically is an Alfresco 5.0.0 where he applied the Alfresco Indexer 
WebScripts extension. I think that I could follow the same approach also here, 
I'm working to understand how to do this in a smart way.

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17460028#comment-17460028
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


Hi [~kwri...@metacarta.com], to resolve the issue we only need to use a recent 
Alfresco WAR with the ICU version > ICU4J-67. Upgrading the Alfresco WAR can be 
the perfect solution and we should disable JDK8 for executing this test.

Unfortunately Alfresco 5 that is the last one using JDK8 is including a wrong 
version of ICU, so I think that we should disable JDK8 for this tests.

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17460023#comment-17460023
 ] 

Karl Wright commented on CONNECTORS-1685:
-

Hi [~piergiorgioluc...@gmail.com], sorry for the late response.

We can perhaps conditionally use the JDK 11 version when running JDK 11, and 
the JDK 8 version when running the older versions of JDK 8.  But the download 
time is huge so not sure we want to subject people to that just to run a test.

I therefore also suggest that the ant job select the version of alfresco to 
download based on the java version it's using at the time.  We do this kind of 
thing already for unix vs. windows for ES.

What do you think?


> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17460024#comment-17460024
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


Ok so, we should use Alfresco Content Services Repository WAR 11.140 that is 
exactly the same included in the Alfresco Distribution ZIP 7.1.0. The WAR 
artifact is available here:

[https://artifacts.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/content-services-community/11.140/content-services-community-11.140.war]

I'm going to work changing the WAR version with this one but I have to test if 
the H2 Database scripts and overlay is continuing to work as expected.

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Assignee: Piergiorgio Lucidi
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459779#comment-17459779
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


Ok, the latest Alfresco Community 7.1.0 is available here from the Alfresco 
Nexus instance:

[https://artifacts.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/alfresco-content-services-community-distribution/7.1.0/alfresco-content-services-community-distribution-7.1.0.zip]

And I found the same icu4j-68.2.

 

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459759#comment-17459759
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


Please consider that the latest version of Alfresco Community is 7.1.0 and I'm 
trying to found out where we can download it...

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459755#comment-17459755
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


Alfresco Community 7.0.0 is including icu4j-68.2.jar, I have just download the 
distribution ZIP from the following link:

[https://download.alfresco.com/cloudfront/release/community/7.0.0-build-2355/alfresco-content-services-community-distribution-7.0.0.zip]

Consider that Alfresco Community 7 needs JDK 11 but icu4j-68.2 could solve the 
issue?

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-15 Thread Piergiorgio Lucidi (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459738#comment-17459738
 ] 

Piergiorgio Lucidi commented on CONNECTORS-1685:


Hope to have good news soon, unfortunately Alfresco drastically changed Maven 
artifact naming and versioning so it's not easy to indentity the right version 
to use. Hope to have good news very soon :P

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-14 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459104#comment-17459104
 ] 

Karl Wright commented on CONNECTORS-1685:
-

I've disabled the test conditionally, when the patch level of jdk8 exceeds 255. 
 See:
r1895950

Also, I've had a chat with Piergiorgio and he's going to look into updating the 
test so it works again on all systems.  It may be that no fix will be available 
until we turn off JDK 8 support for good though.



> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-14 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17459092#comment-17459092
 ] 

Karl Wright commented on CONNECTORS-1685:
-

[~schuch]

Our original Alfresco guy has been inactive for years now.  I have no contacts 
there either.  I would think any current users of Alfresco would be able to 
point us at updates, though.  Maybe post to the user list?

On another point: we will need to do a release if for no other reason than to 
get the log4j 2.15.0 update out.  If this is a release blocker we can annotate 
the test as "@Ignore" for now.  Let's see if we find anything out in, say, 
another week.




> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-13 Thread Markus Schuch (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17458334#comment-17458334
 ] 

Markus Schuch commented on CONNECTORS-1685:
---

Latest Release of the involved artifact {{org.alfresco:alfresco}} 
(https://mvnrepository.com/artifact/org.alfresco/alfresco) is {{5.2.f}} (from 
2017) which is still affected by the bug.

May be they restructured the packaging and the artifact was relocated? May be 
[~piergiorgioluc...@gmail.com] can point us the the correct artifact?

> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-13 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17458207#comment-17458207
 ] 

Karl Wright commented on CONNECTORS-1685:
-

[~schuch], if there is a version of ICU that is available with the fix, all we 
can reasonably do is request that the Alfresco maintainers update to that 
version and give us an ETA for the fix.

We should not remove the test but we should be prepared to upgrade the 
components used for it when a new component is available.


> Alfresco Webscript Connector: Integration test fails on JDKs having patch 
> level > 255
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Alfresco webscript connector, Build
>Reporter: Markus Schuch
>Priority: Major
>
> Currently the {{ant test}} job executed by TravisCI in the github mirror of 
> manifoldcf fails



--
This message was sent by Atlassian Jira
(v8.20.1#820001)