Jenkins build is back to normal : ManifoldCF ยป ManifoldCF-mvn #33

2021-12-12 Thread Apache Jenkins Server
See 




[jira] [Comment Edited] (CONNECTORS-1685) TravisCI: Ant test job failes

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch edited comment on CONNECTORS-1685 at 12/12/21, 12:11 PM:
---

Can be reproduced by running the following test with an up-to-date jdk 8:

{code}
cd test-materials\alfresco-4-war 
ant run-IT-HSQLDB
{code}

Output:

{code:java}
run-IT-HSQLDB:
[junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
[junit] Testsuite: 
org.apache.manifoldcf.crawler.connectors.alfrescowebscript.tests.APISanityHSQLDBIT
[junit] Configuration file successfully read
[junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized 
@1919ms to org.eclipse.jetty.util.log.Slf4jLog
[junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 
1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10
[junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
[junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
[junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@561868a0{ManifoldCF Crawler 
Interface,/mcf-crawler-ui,file:///tmp/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-70226561304408062.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-crawler-ui.war}
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@2ea6e30c{ManifoldCF Authorities API 
Webapp,/mcf-authority-service,file:///tmp/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-7743035977845527283.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-authority-service.war}
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@6138e79a{ManifoldCF General API 
Webapp,/mcf-api-service,file:///tmp/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6236123710124178312.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-api-service.war}
[junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
ServerConnector@4ae9cfc1{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
[junit] [main] INFO org.eclipse.jetty.server.Server - Started @3190ms
[junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 
1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10
[junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
[junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
[junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
[junit] [main] INFO 
org.eclipse.jetty.server.handler.ContextHandler.alfresco - Initializing Spring 
root WebApplicationContext
[junit] SLF4J: Class path contains multiple SLF4J bindings.
[junit] SLF4J: Found binding in 
[jar:file:/tmp/jetty-0_0_0_0-9090-alfresco-indexer-webscripts-war-0_8_1_war-_alfresco-any-7747519406758446046.dir/webapp/WEB-INF/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit] SLF4J: Found binding in 
[jar:file:/home/travis/build/apache/manifoldcf/dist/lib/slf4j-simple-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
[junit] SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
[junit] 2021-12-12 11:46:17,087  INFO  [alfresco.repo.admin] [main] Using 
database URL 
'jdbc:h2:./alf_data_dev/h2_data/alf_dev;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=1;MVCC=FALSE;LOCK_MODE=0'
 with user 'alfresco'.
[junit]  2021-12-12 11:46:17,132  ERROR [web.context.ContextLoader] [main] 
Context initialization failed
[junit]  org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 
'org.springframework.beans.factory.config.CustomEditorConfigurer#0' defined in 
class path resource [alfresco/core-services-context.xml]: Cannot resolve 
reference to bean 'customPropertyEditorRegistrar' while setting bean property 
'propertyEditorRegistrars' with key [0]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'customPropertyEditorRegistrar' defined in class path resource 
[alfresco/core-services-context.xml]: Cannot resolve reference to bean 
'NamespaceService' while setting bean property 'namespaceService'; nested 
exception is 

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

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch updated CONNECTORS-1685:
--
Summary: Alfresco Webscript Connector: Integration fails on JDKs having 
patch level > 255  (was: TravisCI: Ant test job failes)

> Alfresco Webscript Connector: Integration 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: 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] [Updated] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch updated CONNECTORS-1685:
--
Summary: Alfresco Webscript Connector: Integration test fails on JDKs 
having patch level > 255  (was: Alfresco Webscript Connector: Integration fails 
on JDKs having patch level > 255)

> 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: 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] [Updated] (CONNECTORS-1685) Alfresco Webscript Connector: Integration test fails on JDKs having patch level > 255

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch updated CONNECTORS-1685:
--
Component/s: Alfresco webscript connector

> 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) TravisCI: Ant test job failes

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch commented on CONNECTORS-1685:
---

There is no version of [Alfresco Repository with Share Services 
AMP|https://mvnrepository.com/artifact/org.alfresco/alfresco] containing an 
ICU.jar having the fix. 

[~kwri...@metacarta.com] do you have an idea what to do about this? Should we 
throw this test away?

> TravisCI: Ant test job failes
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: 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) TravisCI: Ant test job failes

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch commented on CONNECTORS-1685:
---

The key line is:
{code:java}
 Caused by: java.lang.IllegalArgumentException: Invalid version number: Version 
number may be negative or greater than 255 {code}
TravisCI used openjdk
1.8.0_292
to run the test.

292 > 255

Cause: https://unicode-org.atlassian.net/browse/ICU-21219

> TravisCI: Ant test job failes
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: 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) TravisCI: Ant test job failes

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch commented on CONNECTORS-1685:
---

{code:java}
run-IT-HSQLDB:
[junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
[junit] Testsuite: 
org.apache.manifoldcf.crawler.connectors.alfrescowebscript.tests.APISanityHSQLDBIT
[junit] Configuration file successfully read
[junit] [main] INFO org.eclipse.jetty.util.log - Logging initialized 
@1919ms to org.eclipse.jetty.util.log.Slf4jLog
[junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 
1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10
[junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
[junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
[junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@561868a0{ManifoldCF Crawler 
Interface,/mcf-crawler-ui,file:///tmp/jetty-0_0_0_0-8346-mcf-crawler-ui_war-_mcf-crawler-ui-any-70226561304408062.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-crawler-ui.war}
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@2ea6e30c{ManifoldCF Authorities API 
Webapp,/mcf-authority-service,file:///tmp/jetty-0_0_0_0-8346-mcf-authority-service_war-_mcf-authority-service-any-7743035977845527283.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-authority-service.war}
[junit] [main] INFO org.eclipse.jetty.server.handler.ContextHandler - 
Started o.e.j.w.WebAppContext@6138e79a{ManifoldCF General API 
Webapp,/mcf-api-service,file:///tmp/jetty-0_0_0_0-8346-mcf-api-service_war-_mcf-api-service-any-6236123710124178312.dir/webapp/,AVAILABLE}{/home/travis/build/apache/manifoldcf/dist/web/war/mcf-api-service.war}
[junit] [main] INFO org.eclipse.jetty.server.AbstractConnector - Started 
ServerConnector@4ae9cfc1{HTTP/1.1,[http/1.1]}{0.0.0.0:8346}
[junit] [main] INFO org.eclipse.jetty.server.Server - Started @3190ms
[junit] [main] INFO org.eclipse.jetty.server.Server - 
jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: 
a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 
1.8.0_292-8u292-b10-0ubuntu1~16.04.1-b10
[junit] [main] INFO org.eclipse.jetty.server.session - 
DefaultSessionIdManager workerName=node0
[junit] [main] INFO org.eclipse.jetty.server.session - No SessionScavenger 
set, using defaults
[junit] [main] INFO org.eclipse.jetty.server.session - node0 Scavenging 
every 66ms
[junit] [main] INFO 
org.eclipse.jetty.server.handler.ContextHandler.alfresco - Initializing Spring 
root WebApplicationContext
[junit] SLF4J: Class path contains multiple SLF4J bindings.
[junit] SLF4J: Found binding in 
[jar:file:/tmp/jetty-0_0_0_0-9090-alfresco-indexer-webscripts-war-0_8_1_war-_alfresco-any-7747519406758446046.dir/webapp/WEB-INF/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit] SLF4J: Found binding in 
[jar:file:/home/travis/build/apache/manifoldcf/dist/lib/slf4j-simple-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[junit] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
[junit] SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
[junit] 2021-12-12 11:46:17,087  INFO  [alfresco.repo.admin] [main] Using 
database URL 
'jdbc:h2:./alf_data_dev/h2_data/alf_dev;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=1;MVCC=FALSE;LOCK_MODE=0'
 with user 'alfresco'.
[junit]  2021-12-12 11:46:17,132  ERROR [web.context.ContextLoader] [main] 
Context initialization failed
[junit]  org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 
'org.springframework.beans.factory.config.CustomEditorConfigurer#0' defined in 
class path resource [alfresco/core-services-context.xml]: Cannot resolve 
reference to bean 'customPropertyEditorRegistrar' while setting bean property 
'propertyEditorRegistrars' with key [0]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'customPropertyEditorRegistrar' defined in class path resource 
[alfresco/core-services-context.xml]: Cannot resolve reference to bean 
'NamespaceService' while setting bean property 'namespaceService'; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'dictionaryDAO' defined in class path resource 
[alfresco/core-services-context.xml]: Cannot resolve reference to bean 
'tenantService' 

[jira] [Resolved] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Schuch resolved CONNECTORS-1684.
---
Resolution: Fixed

> TravisCI: Maven javadoc build fails
> ---
>
> Key: CONNECTORS-1684
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.20
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
> Fix For: ManifoldCF 2.21
>
>
> https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832
> {code}
> $ java -Xmx32m -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_151
> install
> 0.00s$ true
> 10.48s$ $TEST_SCRIPT
> [ERROR] Failed to execute goal on project mcf-connector-common: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
> org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
> https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :mcf-connector-common
> The command "$TEST_SCRIPT" exited with 1.
> cache.2
> store build cache
> {code}



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


[jira] [Updated] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Schuch updated CONNECTORS-1684:
--
Fix Version/s: ManifoldCF 2.21

> TravisCI: Maven javadoc build fails
> ---
>
> Key: CONNECTORS-1684
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.20
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
> Fix For: ManifoldCF 2.21
>
>
> https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832
> {code}
> $ java -Xmx32m -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_151
> install
> 0.00s$ true
> 10.48s$ $TEST_SCRIPT
> [ERROR] Failed to execute goal on project mcf-connector-common: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
> org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
> https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :mcf-connector-common
> The command "$TEST_SCRIPT" exited with 1.
> cache.2
> store build cache
> {code}



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


[jira] [Updated] (CONNECTORS-1685) TravisCI: Ant test job failes

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch updated CONNECTORS-1685:
--
Description: Currently the {{ant test}} job executed by TravisCI in the 
github mirror of manifoldcf fails

> TravisCI: Ant test job failes
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: 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] [Updated] (CONNECTORS-1685) TravisCI: Ant test job failes

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch updated CONNECTORS-1685:
--
Summary: TravisCI: Ant test job failes  (was: TravisCI: Ant test job failed)

> TravisCI: Ant test job failes
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>Reporter: Markus Schuch
>Priority: Major
>




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


[jira] [Updated] (CONNECTORS-1685) TravisCI: Ant test job failes

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch updated CONNECTORS-1685:
--
Component/s: Build

> TravisCI: Ant test job failes
> -
>
> Key: CONNECTORS-1685
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Markus Schuch
>Priority: Major
>




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


[jira] [Created] (CONNECTORS-1685) TravisCI: Ant test job failed

2021-12-12 Thread Markus Schuch (Jira)
Markus Schuch created CONNECTORS-1685:
-

 Summary: TravisCI: Ant test job failed
 Key: CONNECTORS-1685
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1685
 Project: ManifoldCF
  Issue Type: Bug
Reporter: Markus Schuch






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


[jira] [Comment Edited] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch edited comment on CONNECTORS-1684 at 12/12/21, 11:41 AM:
---

The {{ant test}} job is still broken, i will raise another issue for that. --> 
CONNECTORS-1685


was (Author: schuchm):
The {{ant test}} job is still broken, i will raise another issue for that.

> TravisCI: Maven javadoc build fails
> ---
>
> Key: CONNECTORS-1684
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.20
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832
> {code}
> $ java -Xmx32m -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_151
> install
> 0.00s$ true
> 10.48s$ $TEST_SCRIPT
> [ERROR] Failed to execute goal on project mcf-connector-common: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
> org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
> https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :mcf-connector-common
> The command "$TEST_SCRIPT" exited with 1.
> cache.2
> store build cache
> {code}



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


[jira] [Commented] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch commented on CONNECTORS-1684:
---

The {{ant test}} job is still broken, i will raise another issue for that.

> TravisCI: Maven javadoc build fails
> ---
>
> Key: CONNECTORS-1684
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.20
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832
> {code}
> $ java -Xmx32m -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_151
> install
> 0.00s$ true
> 10.48s$ $TEST_SCRIPT
> [ERROR] Failed to execute goal on project mcf-connector-common: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
> org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
> https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :mcf-connector-common
> The command "$TEST_SCRIPT" exited with 1.
> cache.2
> store build cache
> {code}



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


[jira] [Commented] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch commented on CONNECTORS-1684:
---

* fixed the javadoc build by executing mvn package before (without tests)
 * also fixed some javadoc syntax errors that creeped in over time
 * reworked the travis ci config to fix the javadoc build
 ** use openjdk8
 ** use the default distribution and add the ant tools as described in the 
travis documentation
 ** remove the sudo key as suggested in 
[https://github.com/apache/manifoldcf/pull/110]
 * use a secure connection for Snapshot Dependencies from oss.sonatype.org as 
suggested in https://github.com/apache/manifoldcf/pull/108

r1895848, r1895840, r1895839, r1895838

> TravisCI: Maven javadoc build fails
> ---
>
> Key: CONNECTORS-1684
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.20
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832
> {code}
> $ java -Xmx32m -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_151
> install
> 0.00s$ true
> 10.48s$ $TEST_SCRIPT
> [ERROR] Failed to execute goal on project mcf-connector-common: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
> org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
> https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :mcf-connector-common
> The command "$TEST_SCRIPT" exited with 1.
> cache.2
> store build cache
> {code}



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


[jira] [Comment Edited] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch edited comment on CONNECTORS-1684 at 12/12/21, 11:40 AM:
---

* fixed the javadoc build by executing mvn package before (without tests)
 * also fixed some javadoc syntax errors that creeped in over time
 * reworked the travis ci config to fix the javadoc build
 ** use openjdk8
 ** use the default distribution and add the ant tools as described in the 
travis documentation 
(https://docs.travis-ci.com/user/languages/java/#using-ant-on-ubuntu-xenial-1604)
 ** remove the sudo key as suggested in 
[https://github.com/apache/manifoldcf/pull/110]
 * use a secure connection for Snapshot Dependencies from oss.sonatype.org as 
suggested in [https://github.com/apache/manifoldcf/pull/108]

r1895848, r1895840, r1895839, r1895838


was (Author: schuchm):
* fixed the javadoc build by executing mvn package before (without tests)
 * also fixed some javadoc syntax errors that creeped in over time
 * reworked the travis ci config to fix the javadoc build
 ** use openjdk8
 ** use the default distribution and add the ant tools as described in the 
travis documentation
 ** remove the sudo key as suggested in 
[https://github.com/apache/manifoldcf/pull/110]
 * use a secure connection for Snapshot Dependencies from oss.sonatype.org as 
suggested in https://github.com/apache/manifoldcf/pull/108

r1895848, r1895840, r1895839, r1895838

> TravisCI: Maven javadoc build fails
> ---
>
> Key: CONNECTORS-1684
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.20
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832
> {code}
> $ java -Xmx32m -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_151
> install
> 0.00s$ true
> 10.48s$ $TEST_SCRIPT
> [ERROR] Failed to execute goal on project mcf-connector-common: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
> org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
> https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :mcf-connector-common
> The command "$TEST_SCRIPT" exited with 1.
> cache.2
> store build cache
> {code}



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


[GitHub] [manifoldcf] asfgit closed pull request #108: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2021-12-12 Thread GitBox


asfgit closed pull request #108:
URL: https://github.com/apache/manifoldcf/pull/108


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@manifoldcf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [manifoldcf] asfgit closed pull request #110: Remove deprecated sudo setting.

2021-12-12 Thread GitBox


asfgit closed pull request #110:
URL: https://github.com/apache/manifoldcf/pull/110


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@manifoldcf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [manifoldcf] schuch commented on pull request #111: Improve MAVEN build Performance

2021-12-12 Thread GitBox


schuch commented on pull request #111:
URL: https://github.com/apache/manifoldcf/pull/111#issuecomment-991862401


   The default value is `true` according to 
https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@manifoldcf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Assigned] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Schuch reassigned CONNECTORS-1684:
-

Assignee: Markus Schuch

> TravisCI: Maven javadoc build fails
> ---
>
> Key: CONNECTORS-1684
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832
> {code}
> $ java -Xmx32m -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_151
> install
> 0.00s$ true
> 10.48s$ $TEST_SCRIPT
> [ERROR] Failed to execute goal on project mcf-connector-common: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
> org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
> https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :mcf-connector-common
> The command "$TEST_SCRIPT" exited with 1.
> cache.2
> store build cache
> {code}



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


[jira] [Updated] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Schuch updated CONNECTORS-1684:
--
Affects Version/s: ManifoldCF 2.20

> TravisCI: Maven javadoc build fails
> ---
>
> Key: CONNECTORS-1684
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Build
>Affects Versions: ManifoldCF 2.20
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
>
> https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832
> {code}
> $ java -Xmx32m -version
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
> $ javac -J-Xmx32m -version
> javac 1.8.0_151
> install
> 0.00s$ true
> 10.48s$ $TEST_SCRIPT
> [ERROR] Failed to execute goal on project mcf-connector-common: Could not 
> resolve dependencies for project 
> org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
> org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
> https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
> local repository, resolution will not be reattempted until the update 
> interval of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn  -rf :mcf-connector-common
> The command "$TEST_SCRIPT" exited with 1.
> cache.2
> store build cache
> {code}



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


[jira] [Created] (CONNECTORS-1684) TravisCI: Maven javadoc build fails

2021-12-12 Thread Markus Schuch (Jira)
Markus Schuch created CONNECTORS-1684:
-

 Summary: TravisCI: Maven javadoc build fails
 Key: CONNECTORS-1684
 URL: https://issues.apache.org/jira/browse/CONNECTORS-1684
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Reporter: Markus Schuch


https://app.travis-ci.com/github/apache/manifoldcf/jobs/551854832

{code}
$ java -Xmx32m -version

java version "1.8.0_151"

Java(TM) SE Runtime Environment (build 1.8.0_151-b12)

Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)

$ javac -J-Xmx32m -version

javac 1.8.0_151
install

0.00s$ true

10.48s$ $TEST_SCRIPT

[ERROR] Failed to execute goal on project mcf-connector-common: Could not 
resolve dependencies for project 
org.apache.manifoldcf:mcf-connector-common:jar:2.21-SNAPSHOT: Failure to find 
org.apache.manifoldcf:mcf-core:jar:2.21-SNAPSHOT in 
https://oss.sonatype.org/content/repositories/snapshots/ was cached in the 
local repository, resolution will not be reattempted until the update interval 
of sonatype-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException

[ERROR] 

[ERROR] After correcting the problems, you can resume the build with the command

[ERROR]   mvn  -rf :mcf-connector-common

The command "$TEST_SCRIPT" exited with 1.
cache.2

store build cache
{code}



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


[jira] [Resolved] (CONNECTORS-1626) CSWS Authority does not return all user permissions

2021-12-12 Thread Markus Schuch (Jira)


 [ 
https://issues.apache.org/jira/browse/CONNECTORS-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Schuch resolved CONNECTORS-1626.
---
Fix Version/s: ManifoldCF 2.21
   Resolution: Fixed

> CSWS Authority does not return all user permissions
> ---
>
> Key: CONNECTORS-1626
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1626
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: LiveLink connector
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
> Fix For: ManifoldCF 2.21
>
> Attachments: CONNECTORS-1626.patch
>
>
> Currently the CSWS Authority does return tokens for groups, a user is a 
> directly a member of.
> The CSWS Authority does not return 
> - tokens for transitive group memberships 
> - tokens for project group memberships



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


[jira] [Comment Edited] (CONNECTORS-1626) CSWS Authority does not return all user permissions

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch edited comment on CONNECTORS-1626 at 12/12/21, 8:47 AM:
--

r1895833 (patch)
r1895834 (add missing entry to changes.txt)


was (Author: schuchm):
r1895833

> CSWS Authority does not return all user permissions
> ---
>
> Key: CONNECTORS-1626
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1626
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: LiveLink connector
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
> Attachments: CONNECTORS-1626.patch
>
>
> Currently the CSWS Authority does return tokens for groups, a user is a 
> directly a member of.
> The CSWS Authority does not return 
> - tokens for transitive group memberships 
> - tokens for project group memberships



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


[jira] [Commented] (CONNECTORS-1626) CSWS Authority does not return all user permissions

2021-12-12 Thread Markus Schuch (Jira)


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

Markus Schuch commented on CONNECTORS-1626:
---

r1895833

> CSWS Authority does not return all user permissions
> ---
>
> Key: CONNECTORS-1626
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1626
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: LiveLink connector
>Reporter: Markus Schuch
>Assignee: Markus Schuch
>Priority: Major
> Attachments: CONNECTORS-1626.patch
>
>
> Currently the CSWS Authority does return tokens for groups, a user is a 
> directly a member of.
> The CSWS Authority does not return 
> - tokens for transitive group memberships 
> - tokens for project group memberships



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