[jira] [Commented] (TOBAGO-2271) Error for lazy tc:sheet with only one row

2023-12-12 Thread Verena Schreyer (Jira)


[ 
https://issues.apache.org/jira/browse/TOBAGO-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17796009#comment-17796009
 ] 

Verena Schreyer commented on TOBAGO-2271:
-

The error occurs both with and without composite component. Here is a 
simplified code example in which the error occurs outside a composite component:
{code:java}


#{value}
 {code}

> Error for lazy tc:sheet with only one row
> -
>
> Key: TOBAGO-2271
> URL: https://issues.apache.org/jira/browse/TOBAGO-2271
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: JavaScript
>Affects Versions: 5.9.0
>Reporter: Verena Schreyer
>Assignee: Henning Nöth
>Priority: Major
>  Labels: sheet
> Attachments: error.PNG
>
>
> If the property "lazy" for tc:sheet is set to "true" and there is only one 
> row in the sheet the following error occurs:
>  
> {color:#ff}Uncaught TypeError: Cannot read properties of undefined 
> (reading 'offsetTop'){color}
> {color:#ff}    at get firstVisibleRowIndex [as firstVisibleRowIndex] 
> (tobago-sheet.ts:345:33){color}
> {color:#ff}    at HTMLElement.nextLazyLoad (tobago-sheet.ts:404:39){color}
> {color:#ff}    at HTMLElement.lazyCheck (tobago-sheet.ts:389:23){color}
> {color:#ff}    at HTMLElement.connectedCallback 
> (tobago-sheet.ts:248:12){color}
> {color:#ff}    at HTMLDocument. (tobago-sheet.ts:970:27){color}
> {color:#ff}    at tobago-all.ts:65:12{color}
> {color:#ff}    at tobago.js:1:62{color}
> {color:#ff}    at tobago.js:1:66{color}
>  
> {color:#ff}!error.PNG|height=250,width=600!{color}



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


[jira] [Commented] (TOBAGO-2271) Error for lazy tc:sheet with only one row

2023-12-12 Thread Bernd Bohmann (Jira)


[ 
https://issues.apache.org/jira/browse/TOBAGO-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17795900#comment-17795900
 ] 

Bernd Bohmann commented on TOBAGO-2271:
---

There is a composite component? Can you provide some example code?

> Error for lazy tc:sheet with only one row
> -
>
> Key: TOBAGO-2271
> URL: https://issues.apache.org/jira/browse/TOBAGO-2271
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: JavaScript
>Affects Versions: 5.9.0
>Reporter: Verena Schreyer
>Assignee: Henning Nöth
>Priority: Major
>  Labels: sheet
> Attachments: error.PNG
>
>
> If the property "lazy" for tc:sheet is set to "true" and there is only one 
> row in the sheet the following error occurs:
>  
> {color:#ff}Uncaught TypeError: Cannot read properties of undefined 
> (reading 'offsetTop'){color}
> {color:#ff}    at get firstVisibleRowIndex [as firstVisibleRowIndex] 
> (tobago-sheet.ts:345:33){color}
> {color:#ff}    at HTMLElement.nextLazyLoad (tobago-sheet.ts:404:39){color}
> {color:#ff}    at HTMLElement.lazyCheck (tobago-sheet.ts:389:23){color}
> {color:#ff}    at HTMLElement.connectedCallback 
> (tobago-sheet.ts:248:12){color}
> {color:#ff}    at HTMLDocument. (tobago-sheet.ts:970:27){color}
> {color:#ff}    at tobago-all.ts:65:12{color}
> {color:#ff}    at tobago.js:1:62{color}
> {color:#ff}    at tobago.js:1:66{color}
>  
> {color:#ff}!error.PNG|height=250,width=600!{color}



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


[PR] feat(f:ajax): Support for delay attribute [myfaces-tobago]

2023-12-12 Thread via GitHub


bohmber opened a new pull request, #4697:
URL: https://github.com/apache/myfaces-tobago/pull/4697

   issue: TOBAGO-2272


-- 
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...@myfaces.apache.org

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



[jira] [Created] (TOBAGO-2272) Support for delay attribute in f:ajax

2023-12-12 Thread Bernd Bohmann (Jira)
Bernd Bohmann created TOBAGO-2272:
-

 Summary: Support for delay attribute in f:ajax
 Key: TOBAGO-2272
 URL: https://issues.apache.org/jira/browse/TOBAGO-2272
 Project: MyFaces Tobago
  Issue Type: New Feature
  Components: Core
Affects Versions: 6.1.0, 5.9.0
Reporter: Bernd Bohmann
Assignee: Bernd Bohmann






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


[PR] build(deps): bump commons-codec:commons-codec from 1.15 to 1.16.0 [myfaces-tobago]

2023-12-12 Thread via GitHub


dependabot[bot] opened a new pull request, #4696:
URL: https://github.com/apache/myfaces-tobago/pull/4696

   Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) 
from 1.15 to 1.16.0.
   
   Changelog
   Sourced from https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt;>commons-codec:commons-codec's
 changelog.
   
 Apache Commons Codec 1.16.0
   
   The Apache Commons Codec package contains simple encoder and decoders for
   various formats such as Base64 and Hexadecimal.  In addition to these
   widely used encoders and decoders, the codec package also maintains a
   collection of phonetic encoding utilities.
   Feature and fix release.
   Changes in this version include:
   New features:
   o CODEC-296:  Add support for Blake3 family of hashes. Thanks to Matt Sicker.
   o Add github/codeql-action.
   Fixed Bugs:
   o CODEC-295:  Minor improvements https://redirect.github.com/apache/commons-codec/issues/67;>#67. 
Thanks to Arturo Bernal.
   o Remove duplicated words from Javadocs. Thanks to James Gan.
   o CODEC-301:  Simplify assertion https://redirect.github.com/apache/commons-codec/issues/84;>#84. 
Thanks to Alexander Pinske, Alex Herbert.
   o CODEC-300:  Simplify assertion https://redirect.github.com/apache/commons-codec/issues/84;>#84. 
Thanks to Arturo Bernal.
   o CODEC-298:  Use Standard Charset object https://redirect.github.com/apache/commons-codec/issues/82;>#82. 
Thanks to Arturo Bernal.
   o Use String.contains() functions https://redirect.github.com/apache/commons-codec/issues/125;>#125. 
Thanks to Arturo Bernal.
   o Avoid use toString() or substring() in favor of a simplified 
expression https://redirect.github.com/apache/commons-codec/issues/126;>#126. 
Thanks to Arturo Bernal.
   o CODEC-305:  Fix byte-skipping in Base16 decoding https://redirect.github.com/apache/commons-codec/issues/135;>#135. 
Thanks to Florian.
   o Fix several typos, improve writing in some javadocs https://redirect.github.com/apache/commons-codec/issues/139;>#139. 
Thanks to Marc Wrobel.
   o BaseNCodecOutputStream.eof() should not throw IOException. 
Thanks to Gary Gregory.
   o Javadoc improvements and cleanups. Thanks to Gary Gregory.
   o Deprecate BaseNCodec.isWhiteSpace(byte) and use 
Character.isWhitespace(int). Thanks to Gary Gregory.
   Changes:
   o Bump actions/cache from v2 to v3.0.10 https://redirect.github.com/apache/commons-codec/issues/75;>#75, https://redirect.github.com/apache/commons-codec/issues/99;>#99, https://redirect.github.com/apache/commons-codec/issues/119;>#119, https://redirect.github.com/apache/commons-codec/issues/138;>#138, https://redirect.github.com/apache/commons-codec/issues/149;>#149, https://redirect.github.com/apache/commons-codec/issues/152;>#152. 
Thanks to Dependabot, Gary Gregory.
   o Bump actions/setup-java from v1.4.1 to 3.5.1 https://redirect.github.com/apache/commons-codec/issues/60;>#60, https://redirect.github.com/apache/commons-codec/issues/62;>#62, https://redirect.github.com/apache/commons-codec/issues/121;>#121. 
Thanks to Dependabot, Gary Gregory.
   o Bump actions/checkout from 2.3.2 to 3.1.0 https://redirect.github.com/apache/commons-codec/issues/65;>#65, https://redirect.github.com/apache/commons-codec/issues/98;>#98, https://redirect.github.com/apache/commons-codec/issues/114;>#114, https://redirect.github.com/apache/commons-codec/issues/153;>#153. 
Thanks to Dependabot, Gary Gregory.
   o Bump commons-parent from 52 to 58, https://redirect.github.com/apache/commons-codec/issues/147;>#147, https://redirect.github.com/apache/commons-codec/issues/165;>#165, https://redirect.github.com/apache/commons-codec/issues/170;>#170. 
Thanks to Dependabot, Gary Gregory.
   o CODEC-285:  Bump junit from 4.13.1 to 5.9.1 https://redirect.github.com/apache/commons-codec/issues/76;>#76, https://redirect.github.com/apache/commons-codec/issues/39;>#39, https://redirect.github.com/apache/commons-codec/issues/140;>#140, https://redirect.github.com/apache/commons-codec/issues/148;>#148. 
Thanks to Dependabot, John Patrick.
   o Bump Java 7 to 8. Thanks to Gary Gregory.
   o Bump japicmp-maven-plugin from 0.14.3 to 0.17.1. Thanks to 
Gary Gregory.
   o Bump jacoco-maven-plugin from 0.8.5 to 0.8.8 (Fixes Java 15 
builds). Thanks to Gary Gregory.
   o Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M7 https://redirect.github.com/apache/commons-codec/issues/122;>#122, https://redirect.github.com/apache/commons-codec/issues/134;>#134. 
Thanks to Gary Gregory.
   o Bump maven-javadoc-plugin from 3.2.0 to 3.4.1. Thanks to Gary 
Gregory.
   o Bump animal-sniffer-maven-plugin from 1.19 to 1.22. Thanks to 
Gary Gregory.
   o Bump maven-pmd-plugin from 3.13.0 to 3.19.0, 

[PR] build(deps): bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.0.0 to 3.1.0 [myfaces-tobago]

2023-12-12 Thread via GitHub


dependabot[bot] opened a new pull request, #4695:
URL: https://github.com/apache/myfaces-tobago/pull/4695

   Bumps 
[org.apache.maven.plugins:maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin)
 from 3.0.0 to 3.1.0.
   
   Release notes
   Sourced from https://github.com/apache/maven-remote-resources-plugin/releases;>org.apache.maven.plugins:maven-remote-resources-plugin's
 releases.
   
   3.1.0
   
   :boom: Breaking changes
   
   https://issues.apache.org/jira/browse/MRRESOURCES-134;>[MRRESOURCES-134]
 - Introduce aggregate goal instead of 
runOnlyAtExecutionRoot parameter (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/37;>#37)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   
    New features and improvements
   
   https://issues.apache.org/jira/browse/MRRESOURCES-134;>[MRRESOURCES-134]
 - Introduce aggregate goal instead of 
runOnlyAtExecutionRoot parameter (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/37;>#37)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MRRESOURCES-126;>[MRRESOURCES-126]
 - Get rid of legacy (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/26;>#26)
 https://github.com/cstamas;>@​cstamas
   https://issues.apache.org/jira/browse/MRRESOURCES-122;>[MRRESOURCES-122]
 - Java 8 as minimum (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/16;>#16)
 https://github.com/olamy;>@​olamy
   
    Bug Fixes
   
   https://issues.apache.org/jira/browse/MRRESOURCES-121;>[MRRESOURCES-121]
 - some dependencies are now ignored (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/10;>#10)
 https://github.com/olamy;>@​olamy
   Fix site usage page (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/8;>#8)
 https://github.com/cstamas;>@​cstamas
   
    Dependency updates
   
   https://issues.apache.org/jira/browse/MRRESOURCES-127;>[MRRESOURCES-127]
 - Upgrade to parent POM 39 (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/30;>#30)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Bump plexus-resources from 1.1.0 to 1.2.0 (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/13;>#13)
 https://github.com/dependabot;>@​dependabot
   Bump commons-io from 2.6 to 2.11.0 (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/15;>#15)
 https://github.com/dependabot;>@​dependabot
   Bump maven-common-artifact-filters from 3.2.0 to 3.3.2 (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/20;>#20)
 https://github.com/dependabot;>@​dependabot
   Bump apache/maven-gh-actions-shared from 2 to 3 (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/25;>#25)
 https://github.com/dependabot;>@​dependabot
   Bump maven-plugins from 36 to 37 (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/17;>#17)
 https://github.com/dependabot;>@​dependabot
   Bump slf4j-simple from 1.7.32 to 1.7.36 (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/11;>#11)
 https://github.com/dependabot;>@​dependabot
   
    Maintenance
   
   https://issues.apache.org/jira/browse/MRRESOURCES-133;>[MRRESOURCES-133]
 - configure system requirements history (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/36;>#36)
 https://github.com/hboutemy;>@​hboutemy
   https://issues.apache.org/jira/browse/MRRESOURCES-129;>[MRRESOURCES-129]
 - Extends IT - add case from issue (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/34;>#34)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MRRESOURCES-131;>[MRRESOURCES-131]
 - Fix ITs for Maven 4 (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/32;>#32)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MRRESOURCES-130;>[MRRESOURCES-130]
 - Refresh download page (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/31;>#31)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MRRESOURCES-132;>[MRRESOURCES-132]
 - Dependency improvements (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/33;>#33)
 https://github.com/slawekjaranowski;>@​slawekjaranowski
   Get rid of build warnings and obvious typo (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/24;>#24)
 https://github.com/cstamas;>@​cstamas
   run build only with maven '3.6.x' and '3.8.x' (https://redirect.github.com/apache/maven-remote-resources-plugin/pull/9;>#9)
 https://github.com/olamy;>@​olamy
   
   
   
   
   Commits
   
   https://github.com/apache/maven-remote-resources-plugin/commit/2fb369bc7c29e219683e1b0a72e0ca9e75b09d1c;>2fb369b
 [maven-release-plugin] prepare release maven-remote-resources-plugin-3.1.0
   

[PR] build(deps): bump org.owasp:dependency-check-maven from 9.0.2 to 9.0.4 [myfaces-tobago]

2023-12-12 Thread via GitHub


dependabot[bot] opened a new pull request, #4694:
URL: https://github.com/apache/myfaces-tobago/pull/4694

   Bumps 
[org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck)
 from 9.0.2 to 9.0.4.
   
   Release notes
   Sourced from https://github.com/jeremylong/DependencyCheck/releases;>org.owasp:dependency-check-maven's
 releases.
   
   Version 9.0.4
   
   fix: utilize maven proxy if present (https://redirect.github.com/jeremylong/DependencyCheck/issues/6255;>#6255)
   fix: allow api key in cli to be quoted (https://redirect.github.com/jeremylong/DependencyCheck/issues/6253;>#6253)
   fix: use correct maven plugin reporting plugin (https://redirect.github.com/jeremylong/DependencyCheck/issues/6244;>#6244)
   fix: correct trailing comma in JSON report (https://redirect.github.com/jeremylong/DependencyCheck/issues/6245;>#6245)
   
   See the full listing of https://github.com/jeremylong/DependencyCheck/milestone/74?closed=1;>changes.
   Version 9.0.3
   
   fix: use Java properties for proxy configuration (https://redirect.github.com/jeremylong/DependencyCheck/issues/6238;>#6238)
   docs: update proxy configuration documentation (https://redirect.github.com/jeremylong/DependencyCheck/issues/6237;>#6237)
   docs: add documentation on caching (https://redirect.github.com/jeremylong/DependencyCheck/issues/6204;>#6204)
   docs: Clarify H2 database caching strategy (https://redirect.github.com/jeremylong/DependencyCheck/issues/6220;>#6220)
   docs: Update list of supported report formats (https://redirect.github.com/jeremylong/DependencyCheck/issues/6224;>#6224)
   docs: example 5 with new nvdDatafeedUrl parameter (https://redirect.github.com/jeremylong/DependencyCheck/issues/6215;>#6215)
   fix: prevent NPEs (https://redirect.github.com/jeremylong/DependencyCheck/issues/6232;>#6232
 and https://redirect.github.com/jeremylong/DependencyCheck/issues/6206;>#6206)
   fix: check valid for hours for NVD API (https://redirect.github.com/jeremylong/DependencyCheck/issues/6225;>#6225)
   fix: correct NVD cache last checked logic (https://redirect.github.com/jeremylong/DependencyCheck/issues/6218;>#6218)
   fix: nvd datafeed should process current year (https://redirect.github.com/jeremylong/DependencyCheck/issues/6213;>#6213)
   fix: correct references to cvssv2 and cvssv3 fields in json and xml 
reports (https://redirect.github.com/jeremylong/DependencyCheck/issues/6212;>#6212)
   fix: correct name on reference links in report (https://redirect.github.com/jeremylong/DependencyCheck/issues/6205;>#6205)
   fix: flaws int the gitlab report (https://redirect.github.com/jeremylong/DependencyCheck/issues/6193;>#6193)
   
   See the full listing of https://github.com/jeremylong/DependencyCheck/milestone/73?closed=1;>changes.
   
   
   
   Changelog
   Sourced from https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md;>org.owasp:dependency-check-maven's
 changelog.
   
   https://github.com/jereong/DependencyCheck/releases/tag/v9.0.4;>Version 
9.0.4 (2023-12-08)
   
   fix: utilize maven proxy if present (https://redirect.github.com/jeremylong/DependencyCheck/issues/6255;>#6255)
   fix: allow api key in cli to be quoted (https://redirect.github.com/jeremylong/DependencyCheck/issues/6253;>#6253)
   fix: use correct maven plugin reporting plugin (https://redirect.github.com/jeremylong/DependencyCheck/issues/6244;>#6244)
   fix: correct trailing comma in JSON report (https://redirect.github.com/jeremylong/DependencyCheck/issues/6245;>#6245)
   
   See the full listing of https://github.com/jeremylong/DependencyCheck/milestone/74?closed=1;>changes.
   https://github.com/jereong/DependencyCheck/releases/tag/v9.0.3;>Version 
9.0.3 (2023-12-06)
   
   fix: use Java properties for proxy configuration (https://redirect.github.com/jeremylong/DependencyCheck/issues/6238;>#6238)
   docs: update proxy configuration documentation (https://redirect.github.com/jeremylong/DependencyCheck/issues/6237;>#6237)
   docs: add documentation on caching (https://redirect.github.com/jeremylong/DependencyCheck/issues/6204;>#6204)
   docs: Clarify H2 database caching strategy (https://redirect.github.com/jeremylong/DependencyCheck/issues/6220;>#6220)
   docs: Update list of supported report formats (https://redirect.github.com/jeremylong/DependencyCheck/issues/6224;>#6224)
   docs: example 5 with new nvdDatafeedUrl parameter (https://redirect.github.com/jeremylong/DependencyCheck/issues/6215;>#6215)
   fix: prevent NPEs (https://redirect.github.com/jeremylong/DependencyCheck/issues/6232;>#6232
 and https://redirect.github.com/jeremylong/DependencyCheck/issues/6206;>#6206)
   fix: check valid for hours for NVD API (https://redirect.github.com/jeremylong/DependencyCheck/issues/6225;>#6225)
   fix: correct NVD cache last checked logic (https://redirect.github.com/jeremylong/DependencyCheck/issues/6218;>#6218)
   fix: nvd datafeed should process current year 

[PR] build(deps): bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 [myfaces-tobago]

2023-12-12 Thread via GitHub


dependabot[bot] opened a new pull request, #4693:
URL: https://github.com/apache/myfaces-tobago/pull/4693

   Bumps 
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
 from 3.5.1 to 4.0.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-utils/releases;>org.codehaus.plexus:plexus-utils's
 releases.
   
   4.0.0
   
   
   Starting with version 4, XML classes (in 
org.codehaus.plexus.util.xml and 
org.codehaus.plexus.util.xml.pull) have been extracted to a separate 
https://github.com/codehaus-plexus/plexus-xml/;>plexus-xml 4: if 
you need them, just use this new artifact as outlined in https://codehaus-plexus.github.io/plexus-xml/dependency-info.html;>https://codehaus-plexus.github.io/plexus-xml/dependency-info.html.
   Fix false difference detected with CachingOutputStream/CachingWriter 
when streams are flushed (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/252;>#252)
 https://github.com/gnodet;>@​gnodet
   
    Dependency updates
   
   Switch to junit 5 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/245;>#245)
 https://github.com/gnodet;>@​gnodet
   
    Maintenance
   
   Switch to junit 5 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/245;>#245)
 https://github.com/gnodet;>@​gnodet
   Remove unused/unmaintained jira export (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/247;>#247)
 https://github.com/gnodet;>@​gnodet
   Switch build ci workflow to master branch (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/250;>#250)
 https://github.com/slachiewicz;>@​slachiewicz
   Bump maven-resources-plugin from 2.7 to 3.3.1 (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/209;>#209)
 https://github.com/dependabot;>@​dependabot
   Fix SCM information (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/254;>#254)
 https://github.com/gnodet;>@​gnodet
   Fix non contiguous imports (https://redirect.github.com/codehaus-plexus/plexus-utils/pull/255;>#255)
 https://github.com/gnodet;>@​gnodet
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-utils/commit/0803079106d268c234271ef6ddfce7e35f6def5a;>0803079
 [maven-release-plugin] prepare release plexus-utils-4.0.0
   https://github.com/codehaus-plexus/plexus-utils/commit/b342c7c93733074360fdfd31b0dd7246df8c7a83;>b342c7c
 Switch to released version of plexus-xml 4.0.0
   https://github.com/codehaus-plexus/plexus-utils/commit/968a069aeb3fae38f55e8ec5e420dc4daea99ea9;>968a069
 Reformat using spotless:apply
   https://github.com/codehaus-plexus/plexus-utils/commit/43153089d0a5f879f43e9161114cba6a5508af18;>4315308
 Update to parent 13
   https://github.com/codehaus-plexus/plexus-utils/commit/0a84396e95bba615544d7ee5e9e12a240f21dc9b;>0a84396
 Fix SCM information (https://redirect.github.com/codehaus-plexus/plexus-utils/issues/254;>#254)
   https://github.com/codehaus-plexus/plexus-utils/commit/14ac2e1dbfaadbc4579a80b16e83aed0ac474cbc;>14ac2e1
 Fix non contiguous imports (https://redirect.github.com/codehaus-plexus/plexus-utils/issues/255;>#255)
   https://github.com/codehaus-plexus/plexus-utils/commit/3bd741ddc1cc870969633b825b3b40559c75d418;>3bd741d
 Fix false difference detected with CachingOutputStream/CachingWriter when 
str...
   https://github.com/codehaus-plexus/plexus-utils/commit/b4ee91f9ff621fbf037a0ef169cacda54eb8c4cb;>b4ee91f
 Switch to junit 5 (https://redirect.github.com/codehaus-plexus/plexus-utils/issues/245;>#245)
   https://github.com/codehaus-plexus/plexus-utils/commit/60b1b79e42c81a00ca2507622e0b73370cdb67f5;>60b1b79
 Remove unused/unmaintained jira export (https://redirect.github.com/codehaus-plexus/plexus-utils/issues/247;>#247)
   https://github.com/codehaus-plexus/plexus-utils/commit/cbca15afd728b8653ed651f16e01c6873fc603af;>cbca15a
 Switch build ci workflow to master branch (https://redirect.github.com/codehaus-plexus/plexus-utils/issues/250;>#250)
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.5.1...plexus-utils-4.0.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-utils=maven=3.5.1=4.0.0)](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 

[PR] build(deps): bump org.apache.maven.plugins:maven-war-plugin from 3.3.2 to 3.4.0 [myfaces-tobago]

2023-12-12 Thread via GitHub


dependabot[bot] opened a new pull request, #4692:
URL: https://github.com/apache/myfaces-tobago/pull/4692

   Bumps 
[org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin)
 from 3.3.2 to 3.4.0.
   
   Commits
   
   https://github.com/apache/maven-war-plugin/commit/694393876640fc43bd1a1c1df42a1324338ad351;>6943938
 [maven-release-plugin] prepare release maven-war-plugin-3.4.0
   https://github.com/apache/maven-war-plugin/commit/2209ad9940ed193b8a5890231e87e91e6133aed6;>2209ad9
 [MWAR-467] Upgrade components
   https://github.com/apache/maven-war-plugin/commit/31ed4e9a7f3e96c8ad1ddb72ffee43d97daa1886;>31ed4e9
 Fix formatting
   https://github.com/apache/maven-war-plugin/commit/7053021ee62e2f24fec9c69dd2e1d40315127dbc;>7053021
 [MWAR-464] Upgrade lifecycle mapping plugins
   https://github.com/apache/maven-war-plugin/commit/eb5d29acc7b376e45eb44c91b1ef654e9f0dad27;>eb5d29a
 [MWAR-466] Refresh download page
   https://github.com/apache/maven-war-plugin/commit/ae901c967d9a2908f348c182a3917b8deed4ed84;>ae901c9
 [MWAR-465] Rename empty test classes to clazz
   https://github.com/apache/maven-war-plugin/commit/acb0bbb15d808aeb725933cb95628efcdc016cf1;>acb0bbb
 [MWAR-463] Upgrade Parent to 39 - add git blame ignore
   https://github.com/apache/maven-war-plugin/commit/12fe88eee8b04142d08f825626c0eed9afaaed60;>12fe88e
 [MWAR-463] Upgrade Parent to 39 - code reformat
   https://github.com/apache/maven-war-plugin/commit/e0c9cbc60bbcd64ed17428ccdb26dd00423dd741;>e0c9cbc
 [MWAR-463] Upgrade Parent to 39
   https://github.com/apache/maven-war-plugin/commit/df7bb819eef1b436e082330d986a597479e6258f;>df7bb81
 [MWAR-458] Bump maven-filtering from 3.3.0 to 3.3.1 (https://redirect.github.com/apache/maven-war-plugin/issues/46;>#46)
   Additional commits viewable in https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.3.2...maven-war-plugin-3.4.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-war-plugin=maven=3.3.2=3.4.0)](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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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: dev-unsubscr...@myfaces.apache.org

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



[PR] build(deps): bump commons-io:commons-io from 2.11.0 to 2.15.1 [myfaces-tobago]

2023-12-12 Thread via GitHub


dependabot[bot] opened a new pull request, #4691:
URL: https://github.com/apache/myfaces-tobago/pull/4691

   Bumps commons-io:commons-io from 2.11.0 to 2.15.1.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io=maven=2.11.0=2.15.1)](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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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: dev-unsubscr...@myfaces.apache.org

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



[PR] build(deps): bump tomcat.version from 9.0.83 to 9.0.84 [myfaces-tobago]

2023-12-12 Thread via GitHub


dependabot[bot] opened a new pull request, #4690:
URL: https://github.com/apache/myfaces-tobago/pull/4690

   Bumps `tomcat.version` from 9.0.83 to 9.0.84.
   Updates `org.apache.tomcat:tomcat-el-api` from 9.0.83 to 9.0.84
   
   Updates `org.apache.tomcat:tomcat-jasper-el` from 9.0.83 to 9.0.84
   
   
   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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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: dev-unsubscr...@myfaces.apache.org

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



Re: [PR] Bump actions/setup-java from 3 to 4 [myfaces]

2023-12-12 Thread via GitHub


melloware merged PR #661:
URL: https://github.com/apache/myfaces/pull/661


-- 
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...@myfaces.apache.org

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



[jira] [Created] (TOBAGO-2271) Error for lazy tc:sheet with only one row

2023-12-12 Thread Verena Schreyer (Jira)
Verena Schreyer created TOBAGO-2271:
---

 Summary: Error for lazy tc:sheet with only one row
 Key: TOBAGO-2271
 URL: https://issues.apache.org/jira/browse/TOBAGO-2271
 Project: MyFaces Tobago
  Issue Type: Bug
Reporter: Verena Schreyer


If the property "lazy" for tc:sheet is set to "true" and there is only one row 
in the sheet the following error occurs:

 

{color:#FF}Uncaught TypeError: Cannot read properties of undefined (reading 
'offsetTop'){color}
{color:#FF}    at get firstVisibleRowIndex [as firstVisibleRowIndex] 
(tobago-sheet.ts:345:33){color}
{color:#FF}    at HTMLElement.nextLazyLoad (tobago-sheet.ts:404:39){color}
{color:#FF}    at HTMLElement.lazyCheck (tobago-sheet.ts:389:23){color}
{color:#FF}    at HTMLElement.connectedCallback 
(tobago-sheet.ts:248:12){color}
{color:#FF}    at HTMLDocument. (tobago-sheet.ts:970:27){color}
{color:#FF}    at tobago-all.ts:65:12{color}
{color:#FF}    at tobago.js:1:62{color}
{color:#FF}    at tobago.js:1:66{color}



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


Re: [PR] build: autoupdate package.json version [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4689:
URL: https://github.com/apache/myfaces-tobago/pull/4689


-- 
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...@myfaces.apache.org

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



Re: [PR] build: autoupdate package.json version [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4688:
URL: https://github.com/apache/myfaces-tobago/pull/4688


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven.plugins:maven-scm-plugin from 2.0.0 to 2.0.1 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4681:
URL: https://github.com/apache/myfaces-tobago/pull/4681


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven.plugins:maven-scm-plugin from 2.0.0 to 2.0.1 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4683:
URL: https://github.com/apache/myfaces-tobago/pull/4683


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.0.0 to 3.0.1 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4682:
URL: https://github.com/apache/myfaces-tobago/pull/4682


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4685:
URL: https://github.com/apache/myfaces-tobago/pull/4685


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.0 to 3.2.2 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4678:
URL: https://github.com/apache/myfaces-tobago/pull/4678


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven.plugins:maven-pmd-plugin from 3.20.0 to 3.21.2 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4684:
URL: https://github.com/apache/myfaces-tobago/pull/4684


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4680:
URL: https://github.com/apache/myfaces-tobago/pull/4680


-- 
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...@myfaces.apache.org

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



Re: [PR] refactor: tobago-example profiles (tomcat, jetty) [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4687:
URL: https://github.com/apache/myfaces-tobago/pull/4687


-- 
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...@myfaces.apache.org

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



[PR] build: autoupdate package.json version [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn opened a new pull request, #4689:
URL: https://github.com/apache/myfaces-tobago/pull/4689

   Use ${project.version} instead of deprecated ${version}.


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.0.0 to 3.1.0 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4677:
URL: https://github.com/apache/myfaces-tobago/pull/4677


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.myfaces.buildtools:checkstyle-rules from 22 to 23 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4679:
URL: https://github.com/apache/myfaces-tobago/pull/4679


-- 
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...@myfaces.apache.org

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



Re: [PR] build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.2.2 to 3.3.1 [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4686:
URL: https://github.com/apache/myfaces-tobago/pull/4686


-- 
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...@myfaces.apache.org

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



Re: [PR] refactor: tobago-example profiles (tomcat, jetty) [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn merged PR #4676:
URL: https://github.com/apache/myfaces-tobago/pull/4676


-- 
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...@myfaces.apache.org

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



[PR] build: autoupdate package.json version [myfaces-tobago]

2023-12-12 Thread via GitHub


henningn opened a new pull request, #4688:
URL: https://github.com/apache/myfaces-tobago/pull/4688

   Use ${project.version} instead of deprecated ${version}.


-- 
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...@myfaces.apache.org

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



[PR] Bump actions/setup-java from 3 to 4 [myfaces]

2023-12-12 Thread via GitHub


dependabot[bot] opened a new pull request, #661:
URL: https://github.com/apache/myfaces/pull/661

   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 
4.
   
   Release notes
   Sourced from https://github.com/actions/setup-java/releases;>actions/setup-java's 
releases.
   
   v4.0.0
   What's Changed
   In the scope of this release, the version of the Node.js runtime was 
updated to 20. The majority of dependencies were updated to the latest 
versions. From now on, the code for the setup-java will run on Node.js 20 
instead of Node.js 16.
   Breaking changes
   
   Update Node.js runtime to version 20 by https://github.com/aparnajyothi-y;>@​aparnajyothi-y in 
https://redirect.github.com/actions/setup-java/pull/558;>actions/setup-java#558
   
   Non-breaking changes
   
   Adding support for microsoft openjdk 21.0.0 by https://github.com/ralfstuckert;>@​ralfstuckert in https://redirect.github.com/actions/setup-java/pull/546;>actions/setup-java#546
   Update @​actions/cache dependency and documentation by https://github.com/IvanZosimov;>@​IvanZosimov in https://redirect.github.com/actions/setup-java/pull/549;>actions/setup-java#549
   Implementation of the cache-dependency-path option to control caching 
dependency by https://github.com/itchyny;>@​itchyny 
in https://redirect.github.com/actions/setup-java/pull/499;>actions/setup-java#499
   
   New Contributors
   
   https://github.com/ralfstuckert;>@​ralfstuckert made 
their first contribution in https://redirect.github.com/actions/setup-java/pull/546;>actions/setup-java#546
   https://github.com/itchyny;>@​itchyny made 
their first contribution in https://redirect.github.com/actions/setup-java/pull/499;>actions/setup-java#499
   
   Full Changelog: https://github.com/actions/setup-java/compare/v3...v4.0.0;>https://github.com/actions/setup-java/compare/v3...v4.0.0
   v3.13.0
   What's changed
   In the scope of this release, support for Dragonwell JDK was added by https://github.com/Accelerator1996;>@​Accelerator1996 in 
https://redirect.github.com/actions/setup-java/pull/532;>actions/setup-java#532
   steps:
- name: Checkout
  uses: actions/checkout@v3
- name: Setup-java
  uses: actions/setup-java@v3
  with:
distribution: 'dragonwell'
java-version: '17'
   
   Several inaccuracies were also fixed:
   
   Fix XML namespaces wrongly using https by https://github.com/gnodet;>@​gnodet in https://redirect.github.com/actions/setup-java/pull/503;>actions/setup-java#503
   Fix typo and remove unintentional(?) word by https://github.com/CyberFlameGO;>@​CyberFlameGO in https://redirect.github.com/actions/setup-java/pull/518;>actions/setup-java#518
   Fix usage link within the README.md file by https://github.com/dassiorleando;>@​dassiorleando in https://redirect.github.com/actions/setup-java/pull/525;>actions/setup-java#525
   
   New Contributors
   
   https://github.com/CyberFlameGO;>@​CyberFlameGO made 
their first contribution in https://redirect.github.com/actions/setup-java/pull/518;>actions/setup-java#518
   https://github.com/dassiorleando;>@​dassiorleando made 
their first contribution in https://redirect.github.com/actions/setup-java/pull/525;>actions/setup-java#525
   https://github.com/gnodet;>@​gnodet made their 
first contribution in https://redirect.github.com/actions/setup-java/pull/503;>actions/setup-java#503
   https://github.com/Accelerator1996;>@​Accelerator1996 
made their first contribution in https://redirect.github.com/actions/setup-java/pull/532;>actions/setup-java#532
   
   Full Changelog: https://github.com/actions/setup-java/compare/v3...v3.13.0;>https://github.com/actions/setup-java/compare/v3...v3.13.0
   v3.12.0
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/actions/setup-java/commit/387ac29b308b003ca37ba93a6cab5eb57c8f5f93;>387ac29
 Upgrade Node to v20 (https://redirect.github.com/actions/setup-java/issues/558;>#558)
   https://github.com/actions/setup-java/commit/9eda6b51cc4f6ee99be3dd5537b85e389e47bda9;>9eda6b5
 feat: implement cache-dependency-path option to control caching dependency 
(#...
   https://github.com/actions/setup-java/commit/78078da0cd035d0d177cc2cb696e05d96fba7d11;>78078da
 Update @​actions/cache dependency and documentation (https://redirect.github.com/actions/setup-java/issues/549;>#549)
   https://github.com/actions/setup-java/commit/5caaba646e214abb5c4c808eb8fe13db519ab757;>5caaba6
 add support for microsoft openjdk 21.0.0 (https://redirect.github.com/actions/setup-java/issues/546;>#546)
   See full diff in https://github.com/actions/setup-java/compare/v3...v4;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java=github_actions=3=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any