Re: [PR] Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.2.4 to 5.2.5 [groovy]

2024-08-26 Thread via GitHub
Goooler merged PR #2110: URL: https://github.com/apache/groovy/pull/2110 -- 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...@groov

[PR] Do not use common ForkJoinPool on startup [groovy]

2024-09-05 Thread via GitHub
florianmutter opened a new pull request, #2111: URL: https://github.com/apache/groovy/pull/2111 Reverts [501f7547fd80663eaa17c6504f9c6d1ee3f4bc28](https://github.com/apache/groovy/commit/501f7547fd80663eaa17c6504f9c6d1ee3f4bc28) If there are other threads blocking this pool groovy mig

Re: [PR] Do not use common ForkJoinPool on startup [groovy]

2024-09-05 Thread via GitHub
codecov-commenter commented on PR #2111: URL: https://github.com/apache/groovy/pull/2111#issuecomment-2332181775 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2111?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] MD5 is already an insecure hash algorithm, replacing it with SHA256 i… [groovy]

2024-09-06 Thread via GitHub
zhangwei911 opened a new pull request, #2112: URL: https://github.com/apache/groovy/pull/2112 …s more secure -- 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,

Re: [PR] Do not use common ForkJoinPool on startup [groovy]

2024-09-06 Thread via GitHub
daniellansun merged PR #2111: URL: https://github.com/apache/groovy/pull/2111 -- 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...@

[PR] Bump com.gradle.develocity from 3.18 to 3.18.1 [groovy]

2024-09-10 Thread via GitHub
dependabot[bot] opened a new pull request, #2113: URL: https://github.com/apache/groovy/pull/2113 Bumps com.gradle.develocity from 3.18 to 3.18.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.devel

Re: [PR] GROOVY-11459: MD5 is already an insecure hash algorithm, replacing it with SHA256 i… [groovy]

2024-09-10 Thread via GitHub
paulk-asert commented on PR #2112: URL: https://github.com/apache/groovy/pull/2112#issuecomment-2342566747 Thanks for your contributions to this topic. I did a little bit more performance testing and think this topic deserves more discussion. I'll add some results into the corresponding Ji

Re: [PR] GROOVY-11459: MD5 is already an insecure hash algorithm, replacing it with SHA256 i… [groovy]

2024-09-10 Thread via GitHub
codecov-commenter commented on PR #2112: URL: https://github.com/apache/groovy/pull/2112#issuecomment-2342577261 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2112?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] GROOVY-11459: MD5 is already an insecure hash algorithm, replacing it with SHA256 i… [groovy]

2024-09-11 Thread via GitHub
paulk-asert merged PR #2112: URL: https://github.com/apache/groovy/pull/2112 -- 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...@g

Re: [PR] GROOVY-11459: MD5 is already an insecure hash algorithm, replacing it with SHA256 i… [groovy]

2024-09-11 Thread via GitHub
paulk-asert commented on PR #2112: URL: https://github.com/apache/groovy/pull/2112#issuecomment-2345346252 I'll merge and refactor to be halfway between your suggestion and what I have been doing for testing. Thanks! -- This is an automated message from the Apache Git Service. To respond

Re: [PR] GROOVY-11459: MD5 is already an insecure hash algorithm, replacing it with SHA256 i… [groovy]

2024-09-11 Thread via GitHub
zhangwei911 commented on PR #2112: URL: https://github.com/apache/groovy/pull/2112#issuecomment-2345352139 Thank you very much for doing these tests, and I am very glad that this has been adopted. Replied Message | From | Paul ***@***.***> | | Date | 09/12/2024

[PR] GROOVY-11478: Enable GroovyClassLoader to be ParallelCapable [groovy]

2024-09-15 Thread via GitHub
paulk-asert opened a new pull request, #2114: URL: https://github.com/apache/groovy/pull/2114 (no comment) -- 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

Re: [PR] GROOVY-11478: Enable GroovyClassLoader to be ParallelCapable [groovy]

2024-09-15 Thread via GitHub
codecov-commenter commented on PR #2114: URL: https://github.com/apache/groovy/pull/2114#issuecomment-2351937185 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2114?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[GitHub] [groovy] paulk-asert merged pull request #1868: GROOVY-10955: @Builder doesn't work on records

2023-03-06 Thread via GitHub
paulk-asert merged PR #1868: URL: https://github.com/apache/groovy/pull/1868 -- 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...@g

[GitHub] [groovy] paulk-asert opened a new pull request, #1872: GROOVY-10973: Groovy should provide 'asReversed' and 'reverseEach' me…

2023-03-09 Thread via GitHub
paulk-asert opened a new pull request, #1872: URL: https://github.com/apache/groovy/pull/1872 …thods for NavigableSet -- 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 uns

[GitHub] [groovy] paulk-asert merged pull request #1872: GROOVY-10973: Groovy should provide 'asReversed' and 'reverseEach' me…

2023-03-11 Thread via GitHub
paulk-asert merged PR #1872: URL: https://github.com/apache/groovy/pull/1872 -- 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...@g

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1873: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.6

2023-03-13 Thread via GitHub
dependabot[bot] opened a new pull request, #1873: URL: https://github.com/apache/groovy/pull/1873 Bumps org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?depe

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1874: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.7

2023-03-15 Thread via GitHub
dependabot[bot] opened a new pull request, #1874: URL: https://github.com/apache/groovy/pull/1874 Bumps org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?depe

[GitHub] [groovy] dependabot[bot] commented on pull request #1873: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.6

2023-03-15 Thread via GitHub
dependabot[bot] commented on PR #1873: URL: https://github.com/apache/groovy/pull/1873#issuecomment-1471165604 Superseded by #1874. -- 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 co

[GitHub] [groovy] dependabot[bot] closed pull request #1873: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.6

2023-03-15 Thread via GitHub
dependabot[bot] closed pull request #1873: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.6 URL: https://github.com/apache/groovy/pull/1873 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [groovy] codecov-commenter commented on pull request #1874: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.7

2023-03-15 Thread via GitHub
codecov-commenter commented on PR #1874: URL: https://github.com/apache/groovy/pull/1874#issuecomment-1471190993 ## [Codecov](https://codecov.io/gh/apache/groovy/pull/1874?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [groovy] daniellansun merged pull request #1874: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.5 to 4.31.7

2023-03-18 Thread via GitHub
daniellansun merged PR #1874: URL: https://github.com/apache/groovy/pull/1874 -- 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...@

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1876: Bump com.gradle.enterprise from 3.12.4 to 3.12.5

2023-03-20 Thread via GitHub
dependabot[bot] opened a new pull request, #1876: URL: https://github.com/apache/groovy/pull/1876 Bumps com.gradle.enterprise from 3.12.4 to 3.12.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.ent

[GitHub] [groovy] codecov-commenter commented on pull request #1876: Bump com.gradle.enterprise from 3.12.4 to 3.12.5

2023-03-20 Thread via GitHub
codecov-commenter commented on PR #1876: URL: https://github.com/apache/groovy/pull/1876#issuecomment-1477192968 ## [Codecov](https://codecov.io/gh/apache/groovy/pull/1876?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1877: Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.0.13 to 5.0.14

2023-03-21 Thread via GitHub
dependabot[bot] opened a new pull request, #1877: URL: https://github.com/apache/groovy/pull/1877 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.13 to 5.0.14. Release notes Sourced from https://github.com/spotbu

[GitHub] [groovy] codecov-commenter commented on pull request #1877: Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.0.13 to 5.0.14

2023-03-21 Thread via GitHub
codecov-commenter commented on PR #1877: URL: https://github.com/apache/groovy/pull/1877#issuecomment-1478834868 ## [Codecov](https://codecov.io/gh/apache/groovy/pull/1877?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [groovy] sonatype-lift[bot] commented on pull request #1878: Mod remainder rework

2023-03-22 Thread via GitHub
sonatype-lift[bot] commented on PR #1878: URL: https://github.com/apache/groovy/pull/1878#issuecomment-1480459041 ## 🛠 Lift Auto-fix Some of the Lift findings in this PR can be automatically fixed. You can download and apply these changes in your local project directory of your branch to

[GitHub] [groovy] sonatype-lift[bot] commented on a diff in pull request #1878: Mod remainder rework

2023-03-22 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1878: URL: https://github.com/apache/groovy/pull/1878#discussion_r1145575566 ## src/main/java/groovy/transform/OperationRename.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1879: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.7 to 4.31.8

2023-03-23 Thread via GitHub
dependabot[bot] opened a new pull request, #1879: URL: https://github.com/apache/groovy/pull/1879 Bumps org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.7 to 4.31.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?depe

[GitHub] [groovy] codecov-commenter commented on pull request #1879: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.7 to 4.31.8

2023-03-23 Thread via GitHub
codecov-commenter commented on PR #1879: URL: https://github.com/apache/groovy/pull/1879#issuecomment-1482162810 ## [Codecov](https://codecov.io/gh/apache/groovy/pull/1879?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [groovy] daniellansun merged pull request #1879: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.7 to 4.31.8

2023-03-24 Thread via GitHub
daniellansun merged PR #1879: URL: https://github.com/apache/groovy/pull/1879 -- 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...@

[GitHub] [groovy] paulk-asert merged pull request #1878: Mod remainder rework

2023-03-25 Thread via GitHub
paulk-asert merged PR #1878: URL: https://github.com/apache/groovy/pull/1878 -- 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...@g

[GitHub] [groovy] codecov-commenter commented on pull request #1880: GROOVY-10983: Bump asm to 9.5, add JDK21 constant

2023-03-25 Thread via GitHub
codecov-commenter commented on PR #1880: URL: https://github.com/apache/groovy/pull/1880#issuecomment-1483941750 ## [Codecov](https://codecov.io/gh/apache/groovy/pull/1880?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [groovy] daniellansun commented on pull request #1880: GROOVY-10983: Bump asm to 9.5, add JDK21 constant

2023-03-25 Thread via GitHub
daniellansun commented on PR #1880: URL: https://github.com/apache/groovy/pull/1880#issuecomment-1483967249 +1 -- 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 unsubscrib

[GitHub] [groovy] daniellansun merged pull request #1877: Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.0.13 to 5.0.14

2023-03-25 Thread via GitHub
daniellansun merged PR #1877: URL: https://github.com/apache/groovy/pull/1877 -- 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...@

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1881: Bump com.gradle.enterprise from 3.12.4 to 3.12.6

2023-03-26 Thread via GitHub
dependabot[bot] opened a new pull request, #1881: URL: https://github.com/apache/groovy/pull/1881 Bumps com.gradle.enterprise from 3.12.4 to 3.12.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.ent

[GitHub] [groovy] dependabot[bot] commented on pull request #1876: Bump com.gradle.enterprise from 3.12.4 to 3.12.5

2023-03-26 Thread via GitHub
dependabot[bot] commented on PR #1876: URL: https://github.com/apache/groovy/pull/1876#issuecomment-1484378032 Superseded by #1881. -- 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 co

[GitHub] [groovy] dependabot[bot] closed pull request #1876: Bump com.gradle.enterprise from 3.12.4 to 3.12.5

2023-03-26 Thread via GitHub
dependabot[bot] closed pull request #1876: Bump com.gradle.enterprise from 3.12.4 to 3.12.5 URL: https://github.com/apache/groovy/pull/1876 -- 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 specif

[GitHub] [groovy] codecov-commenter commented on pull request #1881: Bump com.gradle.enterprise from 3.12.4 to 3.12.6

2023-03-26 Thread via GitHub
codecov-commenter commented on PR #1881: URL: https://github.com/apache/groovy/pull/1881#issuecomment-1484399109 ## [Codecov](https://codecov.io/gh/apache/groovy/pull/1881?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [groovy] daniellansun merged pull request #1881: Bump com.gradle.enterprise from 3.12.4 to 3.12.6

2023-03-26 Thread via GitHub
daniellansun merged PR #1881: URL: https://github.com/apache/groovy/pull/1881 -- 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...@

[GitHub] [groovy] daniellansun merged pull request #1880: GROOVY-10983: Bump asm to 9.5, add JDK21 constant

2023-03-26 Thread via GitHub
daniellansun merged PR #1880: URL: https://github.com/apache/groovy/pull/1880 -- 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...@

[GitHub] [groovy] daniellansun commented on pull request #1880: GROOVY-10983: Bump asm to 9.5, add JDK21 constant

2023-03-26 Thread via GitHub
daniellansun commented on PR #1880: URL: https://github.com/apache/groovy/pull/1880#issuecomment-1484600478 Merged. Thanks. -- 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.

[GitHub] [groovy] daniellansun merged pull request #1851: GROOVY-10921: Optimised variants for AGM#each

2023-03-27 Thread via GitHub
daniellansun merged PR #1851: URL: https://github.com/apache/groovy/pull/1851 -- 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...@

[GitHub] [groovy] daniellansun commented on pull request #1851: GROOVY-10921: Optimised variants for AGM#each

2023-03-27 Thread via GitHub
daniellansun commented on PR #1851: URL: https://github.com/apache/groovy/pull/1851#issuecomment-1484672175 Merged. Thanks. -- 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.

[GitHub] [groovy] Wade-tech commented on pull request #1875: GROOVY-10964: List.minus() slow for Numbers

2023-03-27 Thread via GitHub
Wade-tech commented on PR #1875: URL: https://github.com/apache/groovy/pull/1875#issuecomment-1486257618 Hi ,tomcat10 change javax.* namespace to jakarta.*,which GROOVY version now support jakarta? -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [groovy] paulk-asert commented on pull request #1875: GROOVY-10964: List.minus() slow for Numbers

2023-03-27 Thread via GitHub
paulk-asert commented on PR #1875: URL: https://github.com/apache/groovy/pull/1875#issuecomment-1486287188 > Hi ,tomcat10 change javax.* namespace to jakarta.*,which GROOVY version now support jakarta? @Wade-tech Best to ask elsewhere, e.g. "users" mailing list. That question isn't r

[GitHub] [groovy] Wade-tech commented on pull request #1875: GROOVY-10964: List.minus() slow for Numbers

2023-03-27 Thread via GitHub
Wade-tech commented on PR #1875: URL: https://github.com/apache/groovy/pull/1875#issuecomment-1486297830 Hi where is "users" mailing 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 sp

[GitHub] [groovy] paulk-asert commented on pull request #1560: GROOVY-9017 DGM methods

2023-04-06 Thread via GitHub
paulk-asert commented on PR #1560: URL: https://github.com/apache/groovy/pull/1560#issuecomment-1498759057 I am inclined to close this. While I think the goal of having the English equivalents is a nice idea and handy for certain DSL scenarios, I think there are enough problems to outweigh

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1882: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.8 to 4.31.9

2023-04-09 Thread via GitHub
dependabot[bot] opened a new pull request, #1882: URL: https://github.com/apache/groovy/pull/1882 Bumps org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.8 to 4.31.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?depe

[GitHub] [groovy] daniellansun merged pull request #1882: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.8 to 4.31.9

2023-04-10 Thread via GitHub
daniellansun merged PR #1882: URL: https://github.com/apache/groovy/pull/1882 -- 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...@

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1883: Bump com.gradle.enterprise from 3.12.6 to 3.13

2023-04-12 Thread via GitHub
dependabot[bot] opened a new pull request, #1883: URL: https://github.com/apache/groovy/pull/1883 Bumps com.gradle.enterprise from 3.12.6 to 3.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enter

[GitHub] [groovy] daniellansun merged pull request #1883: Bump com.gradle.enterprise from 3.12.6 to 3.13

2023-04-12 Thread via GitHub
daniellansun merged PR #1883: URL: https://github.com/apache/groovy/pull/1883 -- 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...@

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1884: Bump me.champeau.jmh:jmh-gradle-plugin from 0.7.0 to 0.7.1

2023-04-17 Thread via GitHub
dependabot[bot] opened a new pull request, #1884: URL: https://github.com/apache/groovy/pull/1884 Bumps me.champeau.jmh:jmh-gradle-plugin from 0.7.0 to 0.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=me.c

[GitHub] [groovy] codecov-commenter commented on pull request #1884: Bump me.champeau.jmh:jmh-gradle-plugin from 0.7.0 to 0.7.1

2023-04-17 Thread via GitHub
codecov-commenter commented on PR #1884: URL: https://github.com/apache/groovy/pull/1884#issuecomment-1512346059 ## [Codecov](https://codecov.io/gh/apache/groovy/pull/1884?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft

[GitHub] [groovy] daniellansun merged pull request #1884: Bump me.champeau.jmh:jmh-gradle-plugin from 0.7.0 to 0.7.1

2023-04-18 Thread via GitHub
daniellansun merged PR #1884: URL: https://github.com/apache/groovy/pull/1884 -- 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...@

[GitHub] [groovy] weih-kahoot opened a new pull request, #1885: fix for NPE

2023-04-27 Thread via GitHub
weih-kahoot opened a new pull request, #1885: URL: https://github.com/apache/groovy/pull/1885 java.lang.NullPointerException at org.codehaus.groovy.util.ListHashMap.get(ListHashMap.java:120) at org.codehaus.groovy.ast.NodeMetaDataHandler.getNodeMetaData(NodeMetaDataHandler.ja

[GitHub] [groovy] weih-kahoot commented on pull request #1885: fix for NPE

2023-04-27 Thread via GitHub
weih-kahoot commented on PR #1885: URL: https://github.com/apache/groovy/pull/1885#issuecomment-1525936313 I've seen this NPE occurred for quite a few times, and it's weird the fix it's backported to 4.0.x release branch. Kindly let me know if the PR can be accepted, :) -- This is an a

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1886: Bump com.gradle.enterprise from 3.13 to 3.13.1

2023-05-03 Thread via GitHub
dependabot[bot] opened a new pull request, #1886: URL: https://github.com/apache/groovy/pull/1886 Bumps com.gradle.enterprise from 3.13 to 3.13.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enter

[GitHub] [groovy] codecov-commenter commented on pull request #1886: Bump com.gradle.enterprise from 3.13 to 3.13.1

2023-05-03 Thread via GitHub
codecov-commenter commented on PR #1886: URL: https://github.com/apache/groovy/pull/1886#issuecomment-1533997196 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1886?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+

[GitHub] [groovy] daniellansun merged pull request #1886: Bump com.gradle.enterprise from 3.13 to 3.13.1

2023-05-04 Thread via GitHub
daniellansun merged PR #1886: URL: https://github.com/apache/groovy/pull/1886 -- 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...@

[GitHub] [groovy] clayburn opened a new pull request, #1887: Capture build scans on ge.apache.org to benefit from deep build insights

2023-05-05 Thread via GitHub
clayburn opened a new pull request, #1887: URL: https://github.com/apache/groovy/pull/1887 This PR publishes a build scan for every CI build on Jenkins and GitHub Actions and for every local build from an authenticated Apache committer. The build will not fail if publishing fails. Th

[GitHub] [groovy] codecov-commenter commented on pull request #1887: Capture build scans on ge.apache.org to benefit from deep build insights

2023-05-05 Thread via GitHub
codecov-commenter commented on PR #1887: URL: https://github.com/apache/groovy/pull/1887#issuecomment-1536627258 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1887?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1888: Bump com.gradle.enterprise from 3.13.1 to 3.13.2

2023-05-09 Thread via GitHub
dependabot[bot] opened a new pull request, #1888: URL: https://github.com/apache/groovy/pull/1888 Bumps com.gradle.enterprise from 3.13.1 to 3.13.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.ent

[GitHub] [groovy] codecov-commenter commented on pull request #1888: Bump com.gradle.enterprise from 3.13.1 to 3.13.2

2023-05-09 Thread via GitHub
codecov-commenter commented on PR #1888: URL: https://github.com/apache/groovy/pull/1888#issuecomment-1541199605 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1888?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1889: Bump com.github.jk1.dependency-license-report from 2.1 to 2.2

2023-05-15 Thread via GitHub
dependabot[bot] opened a new pull request, #1889: URL: https://github.com/apache/groovy/pull/1889 Bumps com.github.jk1.dependency-license-report from 2.1 to 2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=c

[GitHub] [groovy] codecov-commenter commented on pull request #1889: Bump com.github.jk1.dependency-license-report from 2.1 to 2.2

2023-05-15 Thread via GitHub
codecov-commenter commented on PR #1889: URL: https://github.com/apache/groovy/pull/1889#issuecomment-1548877294 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1889?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

[GitHub] [groovy] paulk-asert commented on pull request #1890: GROOVY-11062: Annotation collection isn't properly handling enum anno…

2023-05-17 Thread via GitHub
paulk-asert commented on PR #1890: URL: https://github.com/apache/groovy/pull/1890#issuecomment-1551090960 This doesn't include a test yet. It is just a little tricky to produce a test since it is only the pre-compiled case where there is a problem. -- This is an automated message from th

[GitHub] [groovy] asfgit closed pull request #1885: fix for NPE

2023-05-17 Thread via GitHub
asfgit closed pull request #1885: fix for NPE URL: https://github.com/apache/groovy/pull/1885 -- 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: notificati

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1891: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.9 to 4.32.0

2023-05-17 Thread via GitHub
dependabot[bot] opened a new pull request, #1891: URL: https://github.com/apache/groovy/pull/1891 Bumps org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.9 to 4.32.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?depe

[GitHub] [groovy] daniellansun merged pull request #1891: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.31.9 to 4.32.0

2023-05-20 Thread via GitHub
daniellansun merged PR #1891: URL: https://github.com/apache/groovy/pull/1891 -- 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...@

[GitHub] [groovy] paulk-asert merged pull request #1890: GROOVY-11062: Annotation collection isn't properly handling enum anno…

2023-05-20 Thread via GitHub
paulk-asert merged PR #1890: URL: https://github.com/apache/groovy/pull/1890 -- 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...@g

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1892: Bump com.gradle.enterprise from 3.13.2 to 3.13.3

2023-05-25 Thread via GitHub
dependabot[bot] opened a new pull request, #1892: URL: https://github.com/apache/groovy/pull/1892 Bumps com.gradle.enterprise from 3.13.2 to 3.13.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.ent

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1893: Bump com.github.jk1.dependency-license-report from 2.1 to 2.3

2023-05-25 Thread via GitHub
dependabot[bot] opened a new pull request, #1893: URL: https://github.com/apache/groovy/pull/1893 Bumps com.github.jk1.dependency-license-report from 2.1 to 2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=c

[GitHub] [groovy] dependabot[bot] closed pull request #1889: Bump com.github.jk1.dependency-license-report from 2.1 to 2.2

2023-05-25 Thread via GitHub
dependabot[bot] closed pull request #1889: Bump com.github.jk1.dependency-license-report from 2.1 to 2.2 URL: https://github.com/apache/groovy/pull/1889 -- 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

[GitHub] [groovy] codecov-commenter commented on pull request #1893: Bump com.github.jk1.dependency-license-report from 2.1 to 2.3

2023-05-25 Thread via GitHub
codecov-commenter commented on PR #1893: URL: https://github.com/apache/groovy/pull/1893#issuecomment-1563729321 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1893?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

[GitHub] [groovy] codecov-commenter commented on pull request #1892: Bump com.gradle.enterprise from 3.13.2 to 3.13.3

2023-05-25 Thread via GitHub
codecov-commenter commented on PR #1892: URL: https://github.com/apache/groovy/pull/1892#issuecomment-1563730088 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1892?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1894: Bump org.sonarqube from 4.0.0.2929 to 4.1.0.3113

2023-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #1894: URL: https://github.com/apache/groovy/pull/1894 Bumps org.sonarqube from 4.0.0.2929 to 4.1.0.3113. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&

[GitHub] [groovy] codecov-commenter commented on pull request #1894: Bump org.sonarqube from 4.0.0.2929 to 4.1.0.3113

2023-05-28 Thread via GitHub
codecov-commenter commented on PR #1894: URL: https://github.com/apache/groovy/pull/1894#issuecomment-1566409751 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1894?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1895: Bump org.sonarqube from 4.0.0.2929 to 4.2.0.3129

2023-05-31 Thread via GitHub
dependabot[bot] opened a new pull request, #1895: URL: https://github.com/apache/groovy/pull/1895 Bumps org.sonarqube from 4.0.0.2929 to 4.2.0.3129. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&

[GitHub] [groovy] dependabot[bot] closed pull request #1894: Bump org.sonarqube from 4.0.0.2929 to 4.1.0.3113

2023-05-31 Thread via GitHub
dependabot[bot] closed pull request #1894: Bump org.sonarqube from 4.0.0.2929 to 4.1.0.3113 URL: https://github.com/apache/groovy/pull/1894 -- 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 specif

[GitHub] [groovy] dependabot[bot] commented on pull request #1893: Bump com.github.jk1.dependency-license-report from 2.1 to 2.3

2023-05-31 Thread via GitHub
dependabot[bot] commented on PR #1893: URL: https://github.com/apache/groovy/pull/1893#issuecomment-1571212531 Superseded by #1896. -- 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 co

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1896: Bump com.github.jk1.dependency-license-report from 2.1 to 2.4

2023-05-31 Thread via GitHub
dependabot[bot] opened a new pull request, #1896: URL: https://github.com/apache/groovy/pull/1896 Bumps com.github.jk1.dependency-license-report from 2.1 to 2.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=c

[GitHub] [groovy] dependabot[bot] closed pull request #1893: Bump com.github.jk1.dependency-license-report from 2.1 to 2.3

2023-05-31 Thread via GitHub
dependabot[bot] closed pull request #1893: Bump com.github.jk1.dependency-license-report from 2.1 to 2.3 URL: https://github.com/apache/groovy/pull/1893 -- 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

[GitHub] [groovy] codecov-commenter commented on pull request #1896: Bump com.github.jk1.dependency-license-report from 2.1 to 2.4

2023-05-31 Thread via GitHub
codecov-commenter commented on PR #1896: URL: https://github.com/apache/groovy/pull/1896#issuecomment-1571229926 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1896?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

[GitHub] [groovy] codecov-commenter commented on pull request #1895: Bump org.sonarqube from 4.0.0.2929 to 4.2.0.3129

2023-05-31 Thread via GitHub
codecov-commenter commented on PR #1895: URL: https://github.com/apache/groovy/pull/1895#issuecomment-1571230113 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1895?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

[GitHub] [groovy] daniellansun merged pull request #1896: Bump com.github.jk1.dependency-license-report from 2.1 to 2.4

2023-06-06 Thread via GitHub
daniellansun merged PR #1896: URL: https://github.com/apache/groovy/pull/1896 -- 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...@

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1898: Bump com.github.ben-manes.versions from 0.46.0 to 0.47.0

2023-06-11 Thread via GitHub
dependabot[bot] opened a new pull request, #1898: URL: https://github.com/apache/groovy/pull/1898 Bumps com.github.ben-manes.versions from 0.46.0 to 0.47.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gi

[GitHub] [groovy] codecov-commenter commented on pull request #1898: Bump com.github.ben-manes.versions from 0.46.0 to 0.47.0

2023-06-11 Thread via GitHub
codecov-commenter commented on PR #1898: URL: https://github.com/apache/groovy/pull/1898#issuecomment-1586479274 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1898?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1900: Bump org.sonarqube from 4.2.0.3129 to 4.2.1.3168

2023-06-12 Thread via GitHub
dependabot[bot] opened a new pull request, #1900: URL: https://github.com/apache/groovy/pull/1900 Bumps org.sonarqube from 4.2.0.3129 to 4.2.1.3168. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&

[GitHub] [groovy] eric-milles opened a new pull request, #1901: GROOVY-8499: `combinations` metadata

2023-06-13 Thread via GitHub
eric-milles opened a new pull request, #1901: URL: https://github.com/apache/groovy/pull/1901 @paulk-asert Can you have a look at this? GROOVY-8499 examples can work under STC if `combinations` indicates it returns a list of lists. It is up to the caller to determine the number of element

[GitHub] [groovy] paulk-asert commented on a diff in pull request #1901: GROOVY-8499: `combinations` metadata

2023-06-13 Thread via GitHub
paulk-asert commented on code in PR #1901: URL: https://github.com/apache/groovy/pull/1901#discussion_r1228768884 ## src/main/java/groovy/util/GroovyCollections.java: ## @@ -34,50 +34,21 @@ import java.util.Set; import java.util.TreeSet; -/** - * A Collections utility class

[GitHub] [groovy] eric-milles commented on a diff in pull request #1901: GROOVY-8499: `combinations` metadata

2023-06-13 Thread via GitHub
eric-milles commented on code in PR #1901: URL: https://github.com/apache/groovy/pull/1901#discussion_r1228817229 ## src/main/java/groovy/util/GroovyCollections.java: ## @@ -34,50 +34,21 @@ import java.util.Set; import java.util.TreeSet; -/** - * A Collections utility class

[GitHub] [groovy] eric-milles commented on a diff in pull request #1901: GROOVY-8499: `combinations` metadata

2023-06-13 Thread via GitHub
eric-milles commented on code in PR #1901: URL: https://github.com/apache/groovy/pull/1901#discussion_r1228817229 ## src/main/java/groovy/util/GroovyCollections.java: ## @@ -34,50 +34,21 @@ import java.util.Set; import java.util.TreeSet; -/** - * A Collections utility class

[GitHub] [groovy] clayburn commented on pull request #1887: Capture build scans on ge.apache.org to benefit from deep build insights

2023-06-15 Thread via GitHub
clayburn commented on PR #1887: URL: https://github.com/apache/groovy/pull/1887#issuecomment-1592992260 > The old build had an opt-out mechanism. Is this easy with the changes? Good question. The added [publishIfAuthenticated](https://github.com/clayburn/groovy/blob/connect-to-ge.apac

[GitHub] [groovy] paulk-asert merged pull request #1902: GROOVY-11103: Provide an ascii barchart method

2023-06-18 Thread via GitHub
paulk-asert merged PR #1902: URL: https://github.com/apache/groovy/pull/1902 -- 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...@g

[GitHub] [groovy] paulk-asert closed pull request #1832: GROOVY-10871: Bump Gradle version (build dependency)

2023-06-19 Thread via GitHub
paulk-asert closed pull request #1832: GROOVY-10871: Bump Gradle version (build dependency) URL: https://github.com/apache/groovy/pull/1832 -- 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 specif

[GitHub] [groovy] paulk-asert commented on pull request #1832: GROOVY-10871: Bump Gradle version (build dependency)

2023-06-19 Thread via GitHub
paulk-asert commented on PR #1832: URL: https://github.com/apache/groovy/pull/1832#issuecomment-1597007715 Indeed, outdated. Closing. -- 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

[GitHub] [groovy] eric-milles opened a new pull request, #1904: GROOVY-9848: `in` operator: key set membership for `isCase(Map,Object)`

2023-06-19 Thread via GitHub
eric-milles opened a new pull request, #1904: URL: https://github.com/apache/groovy/pull/1904 https://issues.apache.org/jira/browse/GROOVY-9848 -- 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

[GitHub] [groovy] eric-milles commented on pull request #1904: GROOVY-9848: `in` operator: key set membership for `isCase(Map,Object)`

2023-06-19 Thread via GitHub
eric-milles commented on PR #1904: URL: https://github.com/apache/groovy/pull/1904#issuecomment-1597360576 I added tests for GROOVY-2456 as well. This is probably a good time to revisit that item and decide if `isCase` should be left alone for maps and strings and some other implementation

[GitHub] [groovy] blackdrag commented on a diff in pull request #1904: GROOVY-9848: `in` operator: key set membership for `isCase(Map,Object)`

2023-06-19 Thread via GitHub
blackdrag commented on code in PR #1904: URL: https://github.com/apache/groovy/pull/1904#discussion_r1234258964 ## src/main/java/org/codehaus/groovy/runtime/DefaultGroovyMethods.java: ## @@ -1213,11 +1206,10 @@ public static boolean isCase(Iterable caseValue, Object switchValue

<    1   2   3   4   5   6   7   8   9   10   >