[jira] [Assigned] (OFBIZ-12679) RuntimeData and RecurrenceInfo not cleaned after job purge

2022-12-21 Thread Mekika Leila (Jira)


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

Mekika Leila reassigned OFBIZ-12679:


Assignee: Mekika Leila

> RuntimeData and RecurrenceInfo not cleaned after job purge
> --
>
> Key: OFBIZ-12679
> URL: https://issues.apache.org/jira/browse/OFBIZ-12679
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/service
>Affects Versions: 22.01.01, Upcoming Branch
>Reporter: Gaetan Chaboussie
>Assignee: Mekika Leila
>Priority: Major
> Attachments: Mutualisation_et_correction.patch, Test.patch
>
>
> We noticed that the purging of jobs doesn't clean the related RuntimeData and 
> RecurrenceInfo
> We created an integration test for development and reproduction of bug, 
> provided in the first patch
> For the fix, we get the relevant runtimeDataId and recurrenceInfoId to pass 
> to the delegator in getRelatedOne method.
> See the second patch
> We also offer a small code rework/ mutualization of the Job related object.
> Thanks to [~pgil]  for his help



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


[jira] [Closed] (OFBIZ-12727) Error when calling service updateCustRequestItem

2022-12-21 Thread Mekika Leila (Jira)


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

Mekika Leila closed OFBIZ-12727.

Fix Version/s: 22.01.01
   Resolution: Fixed

> Error when calling service updateCustRequestItem
> 
>
> Key: OFBIZ-12727
> URL: https://issues.apache.org/jira/browse/OFBIZ-12727
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 22.01.01
>Reporter: Mekika Leila
>Assignee: Mekika Leila
>Priority: Minor
> Fix For: 22.01.01
>
> Attachments: OFBIZ-12727_R22_01.patch
>
>
> When we try to update a custRequest item, OFBiz returns the error
> "Service invocation error (Could not find SimpleMethod XML document in 
> resource:" 
> To reproduce, with demo datas loaded, go to the item modification form from 
> request 9000
> "https://localhost:8443/ordermgr/control/requestitems?custRequestId=9000";
> And try to update line 1
> The error is displayed and no modification is made.
> The problem seems to come from the service definition which has been 
> converted to entity-auto (OFBIZ-1166) but still points to "simple" engine. 
> The given patch update the engine to entity-auto 
>  



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


[jira] [Commented] (OFBIZ-12727) Error when calling service updateCustRequestItem

2022-12-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on OFBIZ-12727:
-

Commit 10a858af701619ca6342319f7d796b64bffd27bb in ofbiz-framework's branch 
refs/heads/trunk from Leila
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=10a858af70 ]

Fixed: Correction of the updateCustRequestItem service engine definition
(OFBIZ-12727)

> Error when calling service updateCustRequestItem
> 
>
> Key: OFBIZ-12727
> URL: https://issues.apache.org/jira/browse/OFBIZ-12727
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 22.01.01
>Reporter: Mekika Leila
>Assignee: Mekika Leila
>Priority: Minor
> Attachments: OFBIZ-12727_R22_01.patch
>
>
> When we try to update a custRequest item, OFBiz returns the error
> "Service invocation error (Could not find SimpleMethod XML document in 
> resource:" 
> To reproduce, with demo datas loaded, go to the item modification form from 
> request 9000
> "https://localhost:8443/ordermgr/control/requestitems?custRequestId=9000";
> And try to update line 1
> The error is displayed and no modification is made.
> The problem seems to come from the service definition which has been 
> converted to entity-auto (OFBIZ-1166) but still points to "simple" engine. 
> The given patch update the engine to entity-auto 
>  



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


[jira] [Assigned] (OFBIZ-12727) Error when calling service updateCustRequestItem

2022-12-21 Thread Mekika Leila (Jira)


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

Mekika Leila reassigned OFBIZ-12727:


Assignee: Mekika Leila

> Error when calling service updateCustRequestItem
> 
>
> Key: OFBIZ-12727
> URL: https://issues.apache.org/jira/browse/OFBIZ-12727
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 22.01.01
>Reporter: Mekika Leila
>Assignee: Mekika Leila
>Priority: Minor
> Attachments: OFBIZ-12727_R22_01.patch
>
>
> When we try to update a custRequest item, OFBiz returns the error
> "Service invocation error (Could not find SimpleMethod XML document in 
> resource:" 
> To reproduce, with demo datas loaded, go to the item modification form from 
> request 9000
> "https://localhost:8443/ordermgr/control/requestitems?custRequestId=9000";
> And try to update line 1
> The error is displayed and no modification is made.
> The problem seems to come from the service definition which has been 
> converted to entity-auto (OFBIZ-1166) but still points to "simple" engine. 
> The given patch update the engine to entity-auto 
>  



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


[jira] [Commented] (OFBIZ-12727) Error when calling service updateCustRequestItem

2022-12-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on OFBIZ-12727:
-

Commit f1fcfb8676d5da5e315d9577ee09434f9beb3d9d in ofbiz-framework's branch 
refs/heads/release22.01 from Leila
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=f1fcfb8676 ]

Fixed: Correction of the updateCustRequestItem service engine definition
(OFBIZ-12727)

> Error when calling service updateCustRequestItem
> 
>
> Key: OFBIZ-12727
> URL: https://issues.apache.org/jira/browse/OFBIZ-12727
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 22.01.01
>Reporter: Mekika Leila
>Priority: Minor
> Attachments: OFBIZ-12727_R22_01.patch
>
>
> When we try to update a custRequest item, OFBiz returns the error
> "Service invocation error (Could not find SimpleMethod XML document in 
> resource:" 
> To reproduce, with demo datas loaded, go to the item modification form from 
> request 9000
> "https://localhost:8443/ordermgr/control/requestitems?custRequestId=9000";
> And try to update line 1
> The error is displayed and no modification is made.
> The problem seems to come from the service definition which has been 
> converted to entity-auto (OFBIZ-1166) but still points to "simple" engine. 
> The given patch update the engine to entity-auto 
>  



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


[jira] [Updated] (OFBIZ-12727) Error when calling service updateCustRequestItem

2022-12-21 Thread Mekika Leila (Jira)


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

Mekika Leila updated OFBIZ-12727:
-
Attachment: OFBIZ-12727_R22_01.patch

> Error when calling service updateCustRequestItem
> 
>
> Key: OFBIZ-12727
> URL: https://issues.apache.org/jira/browse/OFBIZ-12727
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: 22.01.01
>Reporter: Mekika Leila
>Priority: Minor
> Attachments: OFBIZ-12727_R22_01.patch
>
>
> When we try to update a custRequest item, OFBiz returns the error
> "Service invocation error (Could not find SimpleMethod XML document in 
> resource:" 
> To reproduce, with demo datas loaded, go to the item modification form from 
> request 9000
> "https://localhost:8443/ordermgr/control/requestitems?custRequestId=9000";
> And try to update line 1
> The error is displayed and no modification is made.
> The problem seems to come from the service definition which has been 
> converted to entity-auto (OFBIZ-1166) but still points to "simple" engine. 
> The given patch update the engine to entity-auto 
>  



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


[jira] [Created] (OFBIZ-12727) Error when calling service updateCustRequestItem

2022-12-21 Thread Mekika Leila (Jira)
Mekika Leila created OFBIZ-12727:


 Summary: Error when calling service updateCustRequestItem
 Key: OFBIZ-12727
 URL: https://issues.apache.org/jira/browse/OFBIZ-12727
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: 22.01.01
Reporter: Mekika Leila


When we try to update a custRequest item, OFBiz returns the error
"Service invocation error (Could not find SimpleMethod XML document in 
resource:" 

To reproduce, with demo datas loaded, go to the item modification form from 
request 9000

"https://localhost:8443/ordermgr/control/requestitems?custRequestId=9000";

And try to update line 1
The error is displayed and no modification is made.

The problem seems to come from the service definition which has been converted 
to entity-auto (OFBIZ-1166) but still points to "simple" engine. The given 
patch update the engine to entity-auto 

 



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


[GitHub] [ofbiz-framework] JacquesLeRoux merged pull request #572: Bump jquery from 3.6.2 to 3.6.3 in /themes/common-theme/webapp/common-theme/js

2022-12-21 Thread GitBox


JacquesLeRoux merged PR #572:
URL: https://github.com/apache/ofbiz-framework/pull/572


-- 
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: notifications-unsubscr...@ofbiz.apache.org

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



[GitHub] [ofbiz-framework] SebastianEcomify commented on pull request #401: OFBIZ 12174: Improved: Convert InventoryServices.xml mini lang to groovy

2022-12-21 Thread GitBox


SebastianEcomify commented on PR #401:
URL: https://github.com/apache/ofbiz-framework/pull/401#issuecomment-1361337079

   Hi @danwatford ,
   sorry for the late response. I have no objections. You can go ahead and 
split my work as you see fit.


-- 
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: notifications-unsubscr...@ofbiz.apache.org

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



[GitHub] [ofbiz-framework] sonarcloud[bot] commented on pull request #572: Bump jquery from 3.6.2 to 3.6.3 in /themes/common-theme/webapp/common-theme/js

2022-12-21 Thread GitBox


sonarcloud[bot] commented on PR #572:
URL: https://github.com/apache/ofbiz-framework/pull/572#issuecomment-1361304767

   Kudos, SonarCloud Quality Gate passed!    [![Quality Gate 
passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png
 'Quality Gate 
passed')](https://sonarcloud.io/dashboard?id=apache_ofbiz-framework&pullRequest=572)
   
   
[![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png
 
'Bug')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=BUG)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=BUG)
  
   
[![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png
 
'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=VULNERABILITY)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=VULNERABILITY)
  
   [![Security 
Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png
 'Security 
Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=SECURITY_HOTSPOT)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=SECURITY_HOTSPOT)
  
   [![Code 
Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png
 'Code 
Smell')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=CODE_SMELL)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework&pullRequest=572&resolved=false&types=CODE_SMELL)
   
   [![No Coverage 
information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png
 'No Coverage 
information')](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework&pullRequest=572)
 No Coverage information  
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework&pullRequest=572&metric=new_duplicated_lines_density&view=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework&pullRequest=572&metric=new_duplicated_lines_density&view=list)
   
   


-- 
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: notifications-unsubscr...@ofbiz.apache.org

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



[GitHub] [ofbiz-framework] dependabot[bot] opened a new pull request, #572: Bump jquery from 3.6.2 to 3.6.3 in /themes/common-theme/webapp/common-theme/js

2022-12-21 Thread GitBox


dependabot[bot] opened a new pull request, #572:
URL: https://github.com/apache/ofbiz-framework/pull/572

   Bumps [jquery](https://github.com/jquery/jquery) from 3.6.2 to 3.6.3.
   
   Release notes
   Sourced from https://github.com/jquery/jquery/releases";>jquery's releases.
   
   jQuery supports CSS.supports in jQuery 3.6.3
   https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/";>https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/
   
   
   
   Commits
   
   https://github.com/jquery/jquery/commit/6786a17edf982c50fd236ffa84cbde1a5723430e";>6786a17
 3.6.3
   https://github.com/jquery/jquery/commit/81d5bd17fd2f82779351c101de280f89c22948ac";>81d5bd1
 Build: remove stale Insight package from custom builds
   https://github.com/jquery/jquery/commit/8989500e6c695d10806400d20381da4d1ed34a7b";>8989500
 Selector: Update Sizzle from 2.3.8 to 2.3.9
   https://github.com/jquery/jquery/commit/2c5b47c4def78e447d2eb97a6f382e2b713165f8";>2c5b47c
 Build: Updating the 3.x-stable version to 3.6.3-pre.
   See full diff in https://github.com/jquery/jquery/compare/3.6.2...3.6.3";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jquery&package-manager=npm_and_yarn&previous-version=3.6.2&new-version=3.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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: notifications-unsubscr...@ofbiz.apache.org

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



[jira] [Commented] (OFBIZ-12726) Running integration tests under Gradle 7.6 and JDK 17 fails

2022-12-21 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12726:
-

Hi Eugen,

Don't feel pressured, we have time and a workaround :)

> Running integration tests under Gradle 7.6 and JDK 17 fails
> ---
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: 22.01.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Fix For: Upcoming Branch
>
>
> Following our discussion at 
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the 
> integration tests and found that we currently have 322 errors and 190 
> failures :/ 
> It's a blocker for releasing...



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


[jira] [Commented] (OFBIZ-12726) Running integration tests under Gradle 7.6 and JDK 17 fails

2022-12-21 Thread Ioan Eugen Stan (Jira)


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

Ioan Eugen Stan commented on OFBIZ-12726:
-

I did not have time to work on 
https://issues.apache.org/jira/browse/OFBIZ-12721 .
I hope to get some time next week.

Would love to see OFBiz with jdk17

> Running integration tests under Gradle 7.6 and JDK 17 fails
> ---
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: 22.01.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Fix For: Upcoming Branch
>
>
> Following our discussion at 
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the 
> integration tests and found that we currently have 322 errors and 190 
> failures :/ 
> It's a blocker for releasing...



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


[jira] [Updated] (OFBIZ-12725) Cannot expand tree of accounts in Navigate Accounts screen with Helveticus theme

2022-12-21 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux updated OFBIZ-12725:

Parent: OFBIZ-12276
Issue Type: Sub-task  (was: Improvement)

> Cannot expand tree of accounts in Navigate Accounts screen with Helveticus 
> theme
> 
>
> Key: OFBIZ-12725
> URL: https://issues.apache.org/jira/browse/OFBIZ-12725
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting, themes/helveticus
>Affects Versions: 22.01.01
>Reporter: Daniel Watford
>Priority: Minor
>
> Viewing [OFBiz: Accounting Manager: Navigate Accounts 
> (apache.org)|https://demo-next.ofbiz.apache.org/accounting/control/GlAccountNavigate?trail=null],
>  it is not possible to expand the chart-of-accounts tree when the Helveticus 
> visual theme is used.
> The Helveticus theme is the default theme for new deployments.
> A workaround is to switch to a non-Helveticus theme.



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


[jira] [Reopened] (OFBIZ-12726) Running integration tests under Gradle 7.6 and JDK 17 fails

2022-12-21 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux reopened OFBIZ-12726:
-

> Running integration tests under Gradle 7.6 and JDK 17 fails
> ---
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: 22.01.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Fix For: Upcoming Branch
>
>
> Following our discussion at 
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the 
> integration tests and found that we currently have 322 errors and 190 
> failures :/ 
> It's a blocker for releasing...



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


[jira] [Commented] (OFBIZ-12726) Running integration tests under Gradle 7.6 and JDK 17 fails

2022-12-21 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux commented on OFBIZ-12726:
-

I did not commit yet because I'm waiting for OFBIZ-12721

> Running integration tests under Gradle 7.6 and JDK 17 fails
> ---
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: 22.01.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Fix For: Upcoming Branch
>
>
> Following our discussion at 
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the 
> integration tests and found that we currently have 322 errors and 190 
> failures :/ 
> It's a blocker for releasing...



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


[jira] [Updated] (OFBIZ-12726) Running integration tests under Gradle 7.6 and JDK 17 fails

2022-12-21 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux updated OFBIZ-12726:

Summary: Running integration tests under Gradle 7.6 and JDK 17 fails  (was: 
Running integration tests under Gradle 7.6 and JDK 17)

> Running integration tests under Gradle 7.6 and JDK 17 fails
> ---
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: 22.01.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Fix For: Upcoming Branch
>
>
> Following our discussion at 
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the 
> integration tests and found that we currently have 322 errors and 190 
> failures :/ 
> It's a blocker for releasing...



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


[jira] [Closed] (OFBIZ-12726) Running integration tests under Gradle 7.6 and JDK 17

2022-12-21 Thread Jacques Le Roux (Jira)


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

Jacques Le Roux closed OFBIZ-12726.
---
Fix Version/s: Upcoming Branch
 Assignee: Jacques Le Roux
   Resolution: Fixed

Simply adding {{--add-opens=java.base/java.util=ALL-UNNAMED}} into 
{{applicationDefaultJvmArgs}} in build.gradle fixed the whole issues.

> Running integration tests under Gradle 7.6 and JDK 17
> -
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: 22.01.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Fix For: Upcoming Branch
>
>
> Following our discussion at 
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the 
> integration tests and found that we currently have 322 errors and 190 
> failures :/ 
> It's a blocker for releasing...



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