[jira] [Resolved] (JCR-4426) Release Jackrabbit 2.18.2

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke resolved JCR-4426.
-
Resolution: Fixed

> Release Jackrabbit 2.18.2
> -
>
> Key: JCR-4426
> URL: https://issues.apache.org/jira/browse/JCR-4426
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCR-4443) set baseline comparisonVersion to latest stable (2.18.2)

2019-05-28 Thread Julian Reschke (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849478#comment-16849478
 ] 

Julian Reschke commented on JCR-4443:
-

trunk: [r1860198|http://svn.apache.org/r1860198]

> set baseline comparisonVersion to latest stable (2.18.2)
> 
>
> Key: JCR-4443
> URL: https://issues.apache.org/jira/browse/JCR-4443
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
> Fix For: 2.20, 2.19.4
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (JCR-4443) set baseline comparisonVersion to latest stable (2.18.2)

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke resolved JCR-4443.
-
Resolution: Fixed

> set baseline comparisonVersion to latest stable (2.18.2)
> 
>
> Key: JCR-4443
> URL: https://issues.apache.org/jira/browse/JCR-4443
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4443) set baseline comparisonVersion to latest stable (2.18.2)

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4443:

Fix Version/s: 2.19.4
   2.20

> set baseline comparisonVersion to latest stable (2.18.2)
> 
>
> Key: JCR-4443
> URL: https://issues.apache.org/jira/browse/JCR-4443
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
> Fix For: 2.20, 2.19.4
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (JCRVLT-338) argLine getting overridden by parent pom and vault-core pom

2019-05-28 Thread Sonal Gupta (JIRA)
Sonal Gupta created JCRVLT-338:
--

 Summary: argLine getting overridden by parent pom and vault-core 
pom 
 Key: JCRVLT-338
 URL: https://issues.apache.org/jira/browse/JCRVLT-338
 Project: Jackrabbit FileVault
  Issue Type: Bug
Reporter: Sonal Gupta


I was trying to calculate code coverage for jackrabbit vault repo using jacoco 
agent ([https://github.com/apache/jackrabbit-filevault/])

Not able to install jacoco via cli as the argLine is getting overridden by the 
parent pom and core pom. argLine needs to be appended rather than overridden.

[vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml]
 -Doak=true -Xmx1024m

[parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml]
 ${test.vm.options}

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCRVLT-338) argLine getting overridden by parent pom and vault-core pom

2019-05-28 Thread Sonal Gupta (JIRA)


[ 
https://issues.apache.org/jira/browse/JCRVLT-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849522#comment-16849522
 ] 

Sonal Gupta commented on JCRVLT-338:


[https://github.com/apache/jackrabbit-filevault/pull/47]

> argLine getting overridden by parent pom and vault-core pom 
> 
>
> Key: JCRVLT-338
> URL: https://issues.apache.org/jira/browse/JCRVLT-338
> Project: Jackrabbit FileVault
>  Issue Type: Bug
>Reporter: Sonal Gupta
>Priority: Major
>
> I was trying to calculate code coverage for jackrabbit vault repo using 
> jacoco agent ([https://github.com/apache/jackrabbit-filevault/])
> Not able to install jacoco via cli as the argLine is getting overridden by 
> the parent pom and core pom. argLine needs to be appended rather than 
> overridden.
> [vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml]
>  -Doak=true -Xmx1024m
> [parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml]
>  ${test.vm.options}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (JCR-4444) Add nullable/notnull annotations for jackrabbit security API extensions

2019-05-28 Thread angela (JIRA)
angela created JCR-:
---

 Summary: Add nullable/notnull annotations for jackrabbit security 
API extensions
 Key: JCR-
 URL: https://issues.apache.org/jira/browse/JCR-
 Project: Jackrabbit Content Repository
  Issue Type: Improvement
  Components: jackrabbit-api
Reporter: angela


due to the missing nullable/notnull annotations and unspecific javadoc it's not 
always clear, if null params are allow and if null return values should be 
expected. adding the missing annotations will IMO clarify the API contract.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCR-4444) Add nullable/notnull annotations for jackrabbit security API extensions

2019-05-28 Thread Julian Reschke (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849645#comment-16849645
 ] 

Julian Reschke commented on JCR-:
-

Can this wait until we have converted jackrabbit-api to an Oak project?

> Add nullable/notnull annotations for jackrabbit security API extensions
> ---
>
> Key: JCR-
> URL: https://issues.apache.org/jira/browse/JCR-
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-api
>Reporter: angela
>Priority: Major
>
> due to the missing nullable/notnull annotations and unspecific javadoc it's 
> not always clear, if null params are allow and if null return values should 
> be expected. adding the missing annotations will IMO clarify the API contract.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCR-4444) Add nullable/notnull annotations for jackrabbit security API extensions

2019-05-28 Thread angela (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849646#comment-16849646
 ] 

angela commented on JCR-:
-

i guess that depends on when the convert is going to happen

> Add nullable/notnull annotations for jackrabbit security API extensions
> ---
>
> Key: JCR-
> URL: https://issues.apache.org/jira/browse/JCR-
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-api
>Reporter: angela
>Priority: Major
>
> due to the missing nullable/notnull annotations and unspecific javadoc it's 
> not always clear, if null params are allow and if null return values should 
> be expected. adding the missing annotations will IMO clarify the API contract.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (JCR-4444) Add nullable/notnull annotations for jackrabbit security API extensions

2019-05-28 Thread angela (JIRA)


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

angela reassigned JCR-:
---

Assignee: angela

> Add nullable/notnull annotations for jackrabbit security API extensions
> ---
>
> Key: JCR-
> URL: https://issues.apache.org/jira/browse/JCR-
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-api
>Reporter: angela
>Assignee: angela
>Priority: Major
>
> due to the missing nullable/notnull annotations and unspecific javadoc it's 
> not always clear, if null params are allow and if null return values should 
> be expected. adding the missing annotations will IMO clarify the API contract.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCR-4444) Add nullable/notnull annotations for jackrabbit security API extensions

2019-05-28 Thread Julian Reschke (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849651#comment-16849651
 ] 

Julian Reschke commented on JCR-:
-

The proposal (as discussed on the mailing list) was: once Oak 1.14.0 is 
released (~2 weeks from now).

> Add nullable/notnull annotations for jackrabbit security API extensions
> ---
>
> Key: JCR-
> URL: https://issues.apache.org/jira/browse/JCR-
> Project: Jackrabbit Content Repository
>  Issue Type: Improvement
>  Components: jackrabbit-api
>Reporter: angela
>Assignee: angela
>Priority: Major
>
> due to the missing nullable/notnull annotations and unspecific javadoc it's 
> not always clear, if null params are allow and if null return values should 
> be expected. adding the missing annotations will IMO clarify the API contract.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCR-4425) NodeSetPrimaryTypeTest.testSetPrimaryType() must not use nt:activity

2019-05-28 Thread Julian Reschke (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-4425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849698#comment-16849698
 ] 

Julian Reschke commented on JCR-4425:
-

trunk: (2.19.3) [r1857631|http://svn.apache.org/r1857631]
2.18: (2.18.2) [r1857632|http://svn.apache.org/r1857632]
2.16: [r1860266|http://svn.apache.org/r1860266]


> NodeSetPrimaryTypeTest.testSetPrimaryType() must not use nt:activity
> 
>
> Key: JCR-4425
> URL: https://issues.apache.org/jira/browse/JCR-4425
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-tests
>Affects Versions: 2.18.0
>Reporter: Marcel Reutegger
>Assignee: Marcel Reutegger
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.20, 2.19.3, 2.18.2, 2.16.5
>
>
> The test should not use nt:activity as a node type for Node.setPrimaryType(). 
> Nodes with this type are only allowed under /jcr:system/jcr:activities.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4425) NodeSetPrimaryTypeTest.testSetPrimaryType() must not use nt:activity

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4425:

Labels: candidate_jcr_2_14  (was: candidate_jcr_2_16)

> NodeSetPrimaryTypeTest.testSetPrimaryType() must not use nt:activity
> 
>
> Key: JCR-4425
> URL: https://issues.apache.org/jira/browse/JCR-4425
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-tests
>Affects Versions: 2.18.0
>Reporter: Marcel Reutegger
>Assignee: Marcel Reutegger
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.20, 2.19.3, 2.18.2, 2.16.5
>
>
> The test should not use nt:activity as a node type for Node.setPrimaryType(). 
> Nodes with this type are only allowed under /jcr:system/jcr:activities.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4425) NodeSetPrimaryTypeTest.testSetPrimaryType() must not use nt:activity

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4425:

Fix Version/s: 2.16.5

> NodeSetPrimaryTypeTest.testSetPrimaryType() must not use nt:activity
> 
>
> Key: JCR-4425
> URL: https://issues.apache.org/jira/browse/JCR-4425
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-jcr-tests
>Affects Versions: 2.18.0
>Reporter: Marcel Reutegger
>Assignee: Marcel Reutegger
>Priority: Minor
>  Labels: candidate_jcr_2_16
> Fix For: 2.20, 2.19.3, 2.18.2, 2.16.5
>
>
> The test should not use nt:activity as a node type for Node.setPrimaryType(). 
> Nodes with this type are only allowed under /jcr:system/jcr:activities.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4439) disable baseline check for jackrabbit-bundle

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4439:

Fix Version/s: 2.16.5

> disable baseline check for jackrabbit-bundle
> 
>
> Key: JCR-4439
> URL: https://issues.apache.org/jira/browse/JCR-4439
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: jackrabbit-bundle
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_16
> Fix For: 2.20, 2.18.2, 2.16.5, 2.19.4
>
>
> ...because the package version numbers assigned here are meaningless anway.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (JCR-4439) disable baseline check for jackrabbit-bundle

2019-05-28 Thread Julian Reschke (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844807#comment-16844807
 ] 

Julian Reschke edited comment on JCR-4439 at 5/28/19 1:28 PM:
--

trunk: [r1859633|http://svn.apache.org/r1859633]
2.18: (2.18.2) [r1859642|http://svn.apache.org/r1859642]
2.16: [r1860268|http://svn.apache.org/r1860268]



was (Author: reschke):
trunk: [r1859633|http://svn.apache.org/r1859633]
2.18: [r1859642|http://svn.apache.org/r1859642]


> disable baseline check for jackrabbit-bundle
> 
>
> Key: JCR-4439
> URL: https://issues.apache.org/jira/browse/JCR-4439
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: jackrabbit-bundle
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.20, 2.18.2, 2.16.5, 2.19.4
>
>
> ...because the package version numbers assigned here are meaningless anway.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4439) disable baseline check for jackrabbit-bundle

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4439:

Labels: candidate_jcr_2_14  (was: candidate_jcr_2_16)

> disable baseline check for jackrabbit-bundle
> 
>
> Key: JCR-4439
> URL: https://issues.apache.org/jira/browse/JCR-4439
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: jackrabbit-bundle
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.20, 2.18.2, 2.16.5, 2.19.4
>
>
> ...because the package version numbers assigned here are meaningless anway.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4428) update Apache parent pom to version 21

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4428:

Fix Version/s: 2.16.5

> update Apache parent pom to version 21
> --
>
> Key: JCR-4428
> URL: https://issues.apache.org/jira/browse/JCR-4428
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_16
> Fix For: 2.20, 2.19.3, 2.18.2, 2.16.5
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4428) update Apache parent pom to version 21

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4428:

Labels: candidate_jcr_2_14  (was: candidate_jcr_2_16)

> update Apache parent pom to version 21
> --
>
> Key: JCR-4428
> URL: https://issues.apache.org/jira/browse/JCR-4428
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.20, 2.19.3, 2.18.2, 2.16.5
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (JCR-4428) update Apache parent pom to version 21

2019-05-28 Thread Julian Reschke (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820752#comment-16820752
 ] 

Julian Reschke edited comment on JCR-4428 at 5/28/19 1:50 PM:
--

trunk: (2.19.3) [r1857721|http://svn.apache.org/r1857721]
2.18: (2.18.2) [r1859059|http://svn.apache.org/r1859059]
2.16: [r1860271|http://svn.apache.org/r1860271]



was (Author: reschke):
trunk: (2.19.3) [r1857721|http://svn.apache.org/r1857721]
2.18: [r1859059|http://svn.apache.org/r1859059]

> update Apache parent pom to version 21
> --
>
> Key: JCR-4428
> URL: https://issues.apache.org/jira/browse/JCR-4428
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_jcr_2_14
> Fix For: 2.20, 2.19.3, 2.18.2, 2.16.5
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (JCR-4406) update maven-bundle-plugin dependency to 4.1.0

2019-05-28 Thread Julian Reschke (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16743148#comment-16743148
 ] 

Julian Reschke edited comment on JCR-4406 at 5/28/19 1:54 PM:
--

trunk: (2.19.1) [r1851380|http://svn.apache.org/r1851380]
2.18: (2.18.1) [r1853188|http://svn.apache.org/r1853188]
2.16: (2.16.4) [r1857691|http://svn.apache.org/r1857691]



was (Author: reschke):
trunk: (2.19.1) [r1851380|http://svn.apache.org/r1851380]
2.18: (2.18.1) [r1853188|http://svn.apache.org/r1853188]
2.16: [r1857691|http://svn.apache.org/r1857691]


> update maven-bundle-plugin dependency to 4.1.0
> --
>
> Key: JCR-4406
> URL: https://issues.apache.org/jira/browse/JCR-4406
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Trivial
>  Labels: candidate_jcr_2_14
> Fix For: 2.16.4, 2.20, 2.18.1, 2.19.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4406) update maven-bundle-plugin dependency to 4.1.0

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4406:

Labels:   (was: candidate_jcr_2_14)

> update maven-bundle-plugin dependency to 4.1.0
> --
>
> Key: JCR-4406
> URL: https://issues.apache.org/jira/browse/JCR-4406
> Project: Jackrabbit Content Repository
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Trivial
> Fix For: 2.16.4, 2.20, 2.18.1, 2.19.1
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (JCR-4408) jackrabbit-webapp: test dependency for httpcore breaks war file

2019-05-28 Thread Julian Reschke (JIRA)


[ 
https://issues.apache.org/jira/browse/JCR-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750152#comment-16750152
 ] 

Julian Reschke edited comment on JCR-4408 at 5/28/19 2:18 PM:
--

trunk: (2.19.1) [r1851946|http://svn.apache.org/r1851946]
2.18: (2.18.1) [r1853194|http://svn.apache.org/r1853194]
2.16: (2.16.4) [r1857698|http://svn.apache.org/r1857698]



was (Author: reschke):
trunk: (2.19.1) [r1851946|http://svn.apache.org/r1851946]
2.18: (2.18.1) [r1853194|http://svn.apache.org/r1853194]
2.16: [r1857698|http://svn.apache.org/r1857698]


> jackrabbit-webapp: test dependency for httpcore breaks war file
> ---
>
> Key: JCR-4408
> URL: https://issues.apache.org/jira/browse/JCR-4408
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-webapp, jackrabbit-webdav
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_jcr_2_14
> Fix For: 2.16.4, 2.20, 2.18.1, 2.19.1
>
>
> ...because it's not packaged but needed by jackrabbit-webdav



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCR-4408) jackrabbit-webapp: test dependency for httpcore breaks war file

2019-05-28 Thread Julian Reschke (JIRA)


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

Julian Reschke updated JCR-4408:

Labels:   (was: candidate_jcr_2_14)

> jackrabbit-webapp: test dependency for httpcore breaks war file
> ---
>
> Key: JCR-4408
> URL: https://issues.apache.org/jira/browse/JCR-4408
> Project: Jackrabbit Content Repository
>  Issue Type: Bug
>  Components: jackrabbit-webapp, jackrabbit-webdav
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Major
> Fix For: 2.16.4, 2.20, 2.18.1, 2.19.1
>
>
> ...because it's not packaged but needed by jackrabbit-webdav



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCRVLT-338) argLine getting overridden by parent pom and vault-core pom

2019-05-28 Thread Tobias Bocanegra (JIRA)


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

Tobias Bocanegra updated JCRVLT-338:

Description: 
I was trying to calculate code coverage for jackrabbit vault repo using jacoco 
agent ([https://github.com/apache/jackrabbit-filevault/])

Not able to install jacoco via cli as the argLine is getting overridden by the 
parent pom and core pom. argLine needs to be appended rather than overridden.

[vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml]
 {{-Doak=true -Xmx1024m}}

[parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml]
 {{${test.vm.options}}}

 

 

  was:
I was trying to calculate code coverage for jackrabbit vault repo using jacoco 
agent ([https://github.com/apache/jackrabbit-filevault/])

Not able to install jacoco via cli as the argLine is getting overridden by the 
parent pom and core pom. argLine needs to be appended rather than overridden.

[vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml]
 -Doak=true -Xmx1024m

[parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml]
 ${test.vm.options}

 

 


> argLine getting overridden by parent pom and vault-core pom 
> 
>
> Key: JCRVLT-338
> URL: https://issues.apache.org/jira/browse/JCRVLT-338
> Project: Jackrabbit FileVault
>  Issue Type: Bug
>Reporter: Sonal Gupta
>Priority: Major
>
> I was trying to calculate code coverage for jackrabbit vault repo using 
> jacoco agent ([https://github.com/apache/jackrabbit-filevault/])
> Not able to install jacoco via cli as the argLine is getting overridden by 
> the parent pom and core pom. argLine needs to be appended rather than 
> overridden.
> [vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml]
>  {{-Doak=true -Xmx1024m}}
> [parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml]
>  {{${test.vm.options}}}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (JCRVLT-338) argLine getting overridden by parent pom and vault-core pom

2019-05-28 Thread Tobias Bocanegra (JIRA)


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

Tobias Bocanegra reassigned JCRVLT-338:
---

Assignee: Tobias Bocanegra

> argLine getting overridden by parent pom and vault-core pom 
> 
>
> Key: JCRVLT-338
> URL: https://issues.apache.org/jira/browse/JCRVLT-338
> Project: Jackrabbit FileVault
>  Issue Type: Bug
>Reporter: Sonal Gupta
>Assignee: Tobias Bocanegra
>Priority: Major
>
> I was trying to calculate code coverage for jackrabbit vault repo using 
> jacoco agent ([https://github.com/apache/jackrabbit-filevault/])
> Not able to install jacoco via cli as the argLine is getting overridden by 
> the parent pom and core pom. argLine needs to be appended rather than 
> overridden.
> [vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml]
>  {{-Doak=true -Xmx1024m}}
> [parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml]
>  {{${test.vm.options}}}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCRVLT-338) argLine getting overridden by parent pom and vault-core pom

2019-05-28 Thread Tobias Bocanegra (JIRA)


[ 
https://issues.apache.org/jira/browse/JCRVLT-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16850252#comment-16850252
 ] 

Tobias Bocanegra commented on JCRVLT-338:
-

[~sonagupt] Building the project fails after applying your patch:

{noformat}
$ mvn clean install
.
.
.
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 8.631 s
[INFO] Finished at: 2019-05-29T09:31:00+09:00
[INFO] Final Memory: 49M/542M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (oak) on project 
org.apache.jackrabbit.vault: There are test failures.
[ERROR]
[ERROR] Please refer to ./vault-core/target/surefire-reports for the individual 
test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or 
System.exit called?
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
{noformat}


> argLine getting overridden by parent pom and vault-core pom 
> 
>
> Key: JCRVLT-338
> URL: https://issues.apache.org/jira/browse/JCRVLT-338
> Project: Jackrabbit FileVault
>  Issue Type: Bug
>Reporter: Sonal Gupta
>Assignee: Tobias Bocanegra
>Priority: Major
>
> I was trying to calculate code coverage for jackrabbit vault repo using 
> jacoco agent ([https://github.com/apache/jackrabbit-filevault/])
> Not able to install jacoco via cli as the argLine is getting overridden by 
> the parent pom and core pom. argLine needs to be appended rather than 
> overridden.
> [vault-core/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/faab98755700454d3f6c8d4116ba3e732cf53531/vault-core/pom.xml]
>  {{-Doak=true -Xmx1024m}}
> [parent/pom.xml|https://github.com/apache/jackrabbit-filevault/blob/94e74ef8968c4236e925d2fcae7aed5b53bb91e4/parent/pom.xml]
>  {{${test.vm.options}}}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)