[jira] [Commented] (OAK-10411) Build Jackrabbit/jackrabbit-oak-1.22 #70 failed

2024-04-11 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836316#comment-17836316
 ] 

Hudson commented on OAK-10411:
--

Previously failing build now is OK.
 Passed run: [Jackrabbit/jackrabbit-oak-1.22 
#113|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-1.22/113/] 
[console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-1.22/113/console]

> Build Jackrabbit/jackrabbit-oak-1.22 #70 failed
> ---
>
> Key: OAK-10411
> URL: https://issues.apache.org/jira/browse/OAK-10411
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-1.22 #70 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-1.22 
> #70|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-1.22/70/] 
> [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-1.22/70/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (OAK-10598) Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14

2024-04-11 Thread Julian Reschke (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17805587#comment-17805587
 ] 

Julian Reschke edited comment on OAK-10598 at 4/11/24 4:37 PM:
---

trunk: (1.62.0) 
[a7c3e4cd33|https://github.com/apache/jackrabbit-oak/commit/a7c3e4cd33b9a8fc4174db08eeb0c6a8b6569d53]
1.22: 
[97fd0e32e8|https://github.com/apache/jackrabbit-oak/commit/97fd0e32e81f73cdcf0adffb660bce6249c6]



was (Author: reschke):
trunk: 
[a7c3e4cd33|https://github.com/apache/jackrabbit-oak-/commit/a7c3e4cd33b9a8fc4174db08eeb0c6a8b6569d53]

> Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14
> ---
>
> Key: OAK-10598
> URL: https://issues.apache.org/jira/browse/OAK-10598
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
> Fix For: 1.62.0, 1.22.20
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10598) Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14

2024-04-11 Thread Julian Reschke (Jira)


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

Julian Reschke updated OAK-10598:
-
Labels:   (was: candidate_oak_1_22)

> Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14
> ---
>
> Key: OAK-10598
> URL: https://issues.apache.org/jira/browse/OAK-10598
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
> Fix For: 1.62.0, 1.22.20
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10598) Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14

2024-04-11 Thread Julian Reschke (Jira)


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

Julian Reschke updated OAK-10598:
-
Fix Version/s: 1.22.20

> Update Oak trunk and Oak 1.22 to Jackrabbit 2.20.14
> ---
>
> Key: OAK-10598
> URL: https://issues.apache.org/jira/browse/OAK-10598
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Minor
>  Labels: candidate_oak_1_22
> Fix For: 1.62.0, 1.22.20
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10719) oak-lucene uses Lucene version that can throw a StackOverflowException

2024-04-11 Thread Julian Reschke (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836180#comment-17836180
 ] 

Julian Reschke commented on OAK-10719:
--

FWIW, I tried to find a way to invoke the automaton.RegExp class from Oak code 
(inserting a log.error) but failed so far (after running all unit tests and 
integration tests). So "contains()" does not seem to use this.

> oak-lucene uses Lucene version that can throw a StackOverflowException
> --
>
> Key: OAK-10719
> URL: https://issues.apache.org/jira/browse/OAK-10719
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Major
> Fix For: 1.64.0
>
>
> See .
> Analysis so far:
> - oak-lucene uses lucene-core (4.7.2) (see OAK-10716); that version has 
> reached EOL a long time ago
> - the lucene version can in some cases throw a StackOverflowException, see 
> OAK-10713
> - oak-lucene *embeds* and *exports* lucene-core
> - update to version >= 4.8 non-trivial due to backwards compat breakage
> Work in :
> - inlined lucene-core as of git tag "releases/lucene-solr/4.7.2" into 
> oak-lucene
> - fixed two JDK11 compile issues (potentially uninitialized vars in finally 
> block) 
> - backported fix from https://github.com/apache/lucene/issues/11537
> - enable test added in OAK-10713
> - ran Oak integration tests
> Open questions:
> - Lucene 4.7.2 builds with ant/ivy - does it make sense to try to replicate 
> that
> - should we ask Lucene team for a public release (might be hard sell)
> - alternatively, as tried here, inline source code into oak-lucene (maybe add 
> explainers to all source files)
> - do we need to adopt the lucene test suite as well?
> - lucene-core dependencies in other Oak modules to be checked (seems mostly 
> for tests, or for run modules)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10411) Build Jackrabbit/jackrabbit-oak-1.22 #70 failed

2024-04-11 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836111#comment-17836111
 ] 

Hudson commented on OAK-10411:
--

Previously failing build now is OK.
 Passed run: [Jackrabbit/jackrabbit-oak-1.22 
#112|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-1.22/112/] 
[console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-1.22/112/console]

> Build Jackrabbit/jackrabbit-oak-1.22 #70 failed
> ---
>
> Key: OAK-10411
> URL: https://issues.apache.org/jira/browse/OAK-10411
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-1.22 #70 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-1.22 
> #70|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-1.22/70/] 
> [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-1.22/70/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (OAK-10720) Update commons-io dependency to 2.15.1

2024-04-11 Thread Julian Reschke (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830828#comment-17830828
 ] 

Julian Reschke edited comment on OAK-10720 at 4/11/24 9:20 AM:
---

trunk: (1.62.0) 
[2228a5c6fd|https://github.com/apache/jackrabbit-oak/commit/2228a5c6fd28edae015e0b7e8d01d27f6cd669a0]
1.22: 
[bc882559d7|https://github.com/apache/jackrabbit-oak/commit/bc882559d7fe87e84c2e61bb5ad63806fc8528c4]



was (Author: reschke):
trunk: 
[2228a5c6fd|https://github.com/apache/jackrabbit-oak/commit/2228a5c6fd28edae015e0b7e8d01d27f6cd669a0]

> Update commons-io dependency to 2.15.1
> --
>
> Key: OAK-10720
> URL: https://issues.apache.org/jira/browse/OAK-10720
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Major
> Fix For: 1.62.0, 1.22.20
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10720) Update commons-io dependency to 2.15.1

2024-04-11 Thread Julian Reschke (Jira)


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

Julian Reschke updated OAK-10720:
-
Labels:   (was: candidate_oak_1_22)

> Update commons-io dependency to 2.15.1
> --
>
> Key: OAK-10720
> URL: https://issues.apache.org/jira/browse/OAK-10720
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Major
> Fix For: 1.62.0, 1.22.20
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10720) Update commons-io dependency to 2.15.1

2024-04-11 Thread Julian Reschke (Jira)


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

Julian Reschke updated OAK-10720:
-
Fix Version/s: 1.22.20

> Update commons-io dependency to 2.15.1
> --
>
> Key: OAK-10720
> URL: https://issues.apache.org/jira/browse/OAK-10720
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Julian Reschke
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_oak_1_22
> Fix For: 1.62.0, 1.22.20
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)