Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Friends of Apache Groovy

Supports activities within the Groovy community
Collective - Host: opensource - https://opencollective.com/friends-of-groovy - Website: https://twitter.com/FriendsOfGroovy - Code: https://github.com/apache/groovy

GROOVY-9624: Bump Codenarc to 1.6

github.com/apache/groovy - bb4cdc864916b98f6b8909087db2fda8cb63faa6 authored over 4 years ago
add missing notice info

github.com/apache/groovy - c35a5102c7e7ab404694c69c885f748366da0f80 authored over 4 years ago
GROOVY-9623: Bump Jackson version to 2.11.1

github.com/apache/groovy - 06e76671414c5443d4f25a9ac1e54740fb957218 authored over 4 years ago
remove codenarc warning

github.com/apache/groovy - 5d2b726f5454832fbff7f9549d0d1e5fcf7129eb authored over 4 years ago
GROOVY-9622: Bump checkstyle to 8.34

github.com/apache/groovy - a4ad4a0e91500644010111aa79c19d1c4867717f authored over 4 years ago
remove checkstyle warnings

github.com/apache/groovy - c7d7923979e12f2a91d21c517cb6dd8ed1fdf359 authored over 4 years ago
remove checkstyle warnings

github.com/apache/groovy - 88ebc0bef1ffa26e434e537638d7ed648ad38887 authored over 4 years ago
additional tests for JavaBeans naming conventions

github.com/apache/groovy - 6ccbd770b5042557fbea7055d042a935223762b8 authored over 4 years ago
improve doco for JavaBean naming conventions

github.com/apache/groovy - 90650ea083f72509d0c4aeb154b3a6ccbc38a7df authored over 4 years ago
Enable watching the file-system for builds

github.com/apache/groovy - 57daabe0c4c31607abffeac4de5b167436ca27a7 authored over 4 years ago
GROOVY-9621: Bump gradle to 6.5.1

github.com/apache/groovy - 083d5db181cc7da6cd86212ed1715c42dcd20fb2 authored over 4 years ago
Trivial refactoring: avoid redundant method calls

github.com/apache/groovy - 679e945f5d229fb6d272e1264351095172c806eb authored over 4 years ago
Revert "GROOVY-9618: index "static getX()" as "X" if class field X also exists"

See the discussion: https://github.com/apache/groovy/pull/1296

github.com/apache/groovy - 5416fdaa5dbe7bb437dec66e77bd1babc06265e5 authored over 4 years ago
Fix by https://sonarcloud.io/project/issues?fileUuids=AXD-_i77DC9Fk2pZiV4A&id=apache_groovy&resolved=false&severities=MINOR&types=BUG

github.com/apache/groovy - 30cdcf52dee7005ddae08ff9fb288d1d0daa472f authored over 4 years ago
update wording of javadoc/groovydoc overview (closes #1298)

github.com/apache/groovy - 575b6874bdf1078f43fe90f03d2564559d1e8736 authored over 4 years ago
Fix by https://sonarcloud.io/project/issues?fileUuids=AXD-_i77DC9Fk2pZiV4B&id=apache_groovy&resolved=false&severities=MINOR&types=BUG

github.com/apache/groovy - 7823ed095385dec88aa92cd20743ae3c13d22992 authored over 4 years ago
minor fix-ups

github.com/apache/groovy - acd0a6d2134d8288fa0975d88202b06f60ba39d2 authored over 4 years ago
GROOVY-9618: index "static getX()" as "X" if class field X also exists

// one meta-property "X"
class C {
static private X
static getX()
}

...

github.com/apache/groovy - a63ae229764a7e3a0d877e3f9faa33dc4b1b9d99 authored over 4 years ago
GROOVY-9607: chase down param, local, field, ... for variable expression

github.com/apache/groovy - 99d0b07c18a2609a5d02aa92090837b1be776695 authored over 4 years ago
Tweak `identifier` rule

github.com/apache/groovy - ce27b89eb7b698baea10d3b082b952fc7cf2717a authored over 4 years ago
GROOVY-9619: Adjust pom for groovy-test-junit5 so that junit-jupiter-api is compile time not runtime

github.com/apache/groovy - 9116ffb7a70060dea93d9e239997999d484e809f authored over 4 years ago
GROOVY-9607 Class generation regression: (revert one change from GROOVY-9344)

github.com/apache/groovy - 5e6b7bf4b2170b58866b9db831424a97ed7cc0b5 authored over 4 years ago
GROOVY-9597: update receiver after method selection

github.com/apache/groovy - 328d9319685d70e0cd4263b80e129aa93409e8ca authored over 4 years ago
GROOVY-4945, GROOVY-9615: call invokeMissingMethod on MetaClass of super

github.com/apache/groovy - 3313e1261d1a77d3b2add209761b0199a3a946b4 authored over 4 years ago
GROOVY-8999: super.@x should fail for private fields -- no getX() or setX() workaround(closes #1291)

github.com/apache/groovy - c7c35b0fc0b54816d52742d90893491efb307c89 authored over 4 years ago
Joint build Groovy & Grails (closes #1292)

github.com/apache/groovy - 544e575044f0ec2014d83010157b5e26fd2b643c authored over 4 years ago
GROOVY-9611: Reflexive access to class attributes broken in Groovy 3

github.com/apache/groovy - 5e3b4fd7c5223f4e223d1d23e25e83a41b10fc36 authored over 4 years ago
Tweak `methodDeclaration` rule

github.com/apache/groovy - 076bce0eb516c2fe7524b223bd4697232536dcca authored over 4 years ago
GROOVY-9608: add test case

github.com/apache/groovy - 0b886e910bbb0e75aae527fae2cab0ec4f096bf2 authored over 4 years ago
Tweak DFA cache threshold to support almost no limit(when threshold is set less than 0)

github.com/apache/groovy - eac1a43cfca02af5508eeea3ba2cd8b1349aba0b authored over 4 years ago
Fix backward compatibility issue

Grails is using the method

github.com/apache/groovy - efbab03a805983d19815843e5cf42c99f03f8955 authored over 4 years ago
Minor tweak: ignore abstract methods when running `doFindClassMember`

github.com/apache/groovy - ceea40fe397f676e210ec5befecf1de86d196462 authored over 4 years ago
Eliminate the tail recursion for better performance

github.com/apache/groovy - af7f9a3c6d1fd321b82a164d79a255fce2a9c964 authored over 4 years ago
Change type `LinkedList` to `ArrayList` to accelerate iterating

github.com/apache/groovy - 8c200eca1f48c1cd991b1278aba8b5f9efdc46d5 authored over 4 years ago
Improve the performance of `getPropertyName` further

github.com/apache/groovy - 041a7e709ae005a3dec06cdeaf7d5f2e36c9f8cc authored over 4 years ago
Improve the performance of `getPropertyName`

github.com/apache/groovy - 47f74e369d37fd52f0bb8d09f55596bff64f028d authored over 4 years ago
Trivial refactoring: remove duplicated code

github.com/apache/groovy - 994c0b15792fef057ba26ede0ab3cc13c5851fd5 authored over 4 years ago
Tweak `statement` rule

github.com/apache/groovy - 5f945dd071037e28e39203c32675d6f4bcb9ade0 authored over 4 years ago
Set node position with `configureAST`

github.com/apache/groovy - 23d45ca68a5bb89b7b3b74b73944de1afe4efffb authored over 4 years ago
set start position of implicit-this for error reporting

github.com/apache/groovy - f3f4853ea22d2c193fdcd5136a0fde4d3cb45f0f authored over 4 years ago
moved "super" handling into type chooser and removed redundant branch

github.com/apache/groovy - 2e3ea2ed8b4e1015c61f9d8d27774c38f74f330c authored over 4 years ago
Remove deprecated `AstBuilderTransformation`(master only)

github.com/apache/groovy - 7195c655a03197d579149254d68d47c0aaf5fe8c authored over 4 years ago
Revert "Trivial refactoring: Make fields `final`"

This reverts commit bec43f1d

github.com/apache/groovy - 616e34a951ae0135b6256d904b66d1c74693e52c authored over 4 years ago
minor fix-ups

github.com/apache/groovy - ce825a7d23f590a73248c0aee1ccec5e78582fe6 authored over 4 years ago
Trivial refactoring: Make fields `final`

github.com/apache/groovy - bec43f1d86b8e7847e3fdcc6ac135e1aedb16af3 authored over 4 years ago
Tweak the fix for GROOVY-9588

Whether we tweak the error alternative or not, the parsing performance is still impacted quite a...

github.com/apache/groovy - 83d399e3ce3ad35f564b22a8713ad8b7530d1e5a authored over 4 years ago
GROOVY-9588: groovyCompile 6x slower in 3.0.4 than 2.5.6

Antlr4 can not report missing token smartly as antlr2 does, so it have to use error alternatives...

github.com/apache/groovy - 9b46553475829800fb88d12088e53491c8d9b184 authored over 4 years ago
GROOVY-9606: Traits using generics generate incorrect stub for Methods (closes #1290)

github.com/apache/groovy - 301a6eae56d5ab095670397914c56b3553229ae8 authored over 4 years ago
Tweak test of GROOVY-9236

github.com/apache/groovy - f504d1fcf6fe134209ac52ef799337d6902d4efb authored over 4 years ago
minor fix-ups

github.com/apache/groovy - 121fd513ac00aa9f3adcabbbf2edd47ac18d9d33 authored over 4 years ago
refactor out some duplication in "super.name" and "super.@name" handling

github.com/apache/groovy - a5e677ff2feba7963d4aac8a120f55c980704b1e authored over 4 years ago
TEST: show actual output when test fails

github.com/apache/groovy - 7ecbaf5359a268fe5032941febc018059e0a2ec9 authored over 4 years ago
GROOVY-9598: account for static modifier when checking for outer members

github.com/apache/groovy - a960547e9a560d5d7216912c5fe2e1ea7116d20e authored over 4 years ago
GROOVY-9604: STC: add support for accessing additional closure metadata

github.com/apache/groovy - f60285ec072821502f33d7a999b5574bee53b6e2 authored over 4 years ago
GROOVY-8274: allow user-supplied methodMissing in non-static inner class

github.com/apache/groovy - bcce7bee5e69fa3ae945bfec0283e8fdb03a5cda authored over 4 years ago
Trivial refactoring: extract constants

github.com/apache/groovy - 2925c859b4b670c31be4c92cad8f3769cce1efb9 authored over 4 years ago
Trivial refactoring: Optional.isPresent() can be replaced with functional-style expression

github.com/apache/groovy - 4c21dc17a1277b1db7006d122b1de6da991e3dac authored over 4 years ago
GROOVY-9605: leftShift operator does not work on BigInteger (throws UnsupportedOperationException) (closes #1287)

github.com/apache/groovy - b663076bf905703e49bea30e5c7aa09b7e42c5b4 authored over 4 years ago
GROOVY-9554: Script: before adding to binding, check for property setter (tweak doco)

github.com/apache/groovy - 93d5c93ba8d98245f3260d29f4ebbc33da937733 authored over 4 years ago
GROOVY-9554: Script: before adding to binding, check for property setter (closes #1280)

github.com/apache/groovy - 8d52da3199e4e8b60bbf0b04e5bf09c5fe2823cf authored over 4 years ago
GROOVY-9603: don't apply map literal as constructor shorthand to Object (closes #1288)

github.com/apache/groovy - 14de9827ed57fe9279801e2a3974a742e66bcdc5 authored over 4 years ago
GROOVY-9599: respect empty String as default value in CliBuilder

github.com/apache/groovy - 16a5c42e53c440d3675d7b7cb91113a584663b86 authored over 4 years ago
Remove deprecated option `groovy.generate.stub.in.memory`

github.com/apache/groovy - 8336f28212498e4c707804fbee1a2a5b23454f43 authored over 4 years ago
GROOVY-9592: Replace "groovy.generate.stub.in.memory" with "groovy.mem.stub"

github.com/apache/groovy - 44dfe02cea62f482c7fb845f296c86106b791186 authored over 4 years ago
Yield before any markup (state == 0)

This will let MarkupBuilder yield output at initial state (0), before any markup is created, e.g...

github.com/apache/groovy - abd56e094c1c2fd7b26d0823c04a6cc143113fb2 authored over 4 years ago
[GROOVY-8100] Test for mkp.yield/yieldUnescaped

Will be OK, when PR #1284 is accepted, shows the problem until then.

github.com/apache/groovy - 168bc44cf2c2a9861f2b9ee1e8c78727e2b0ee03 authored over 4 years ago
GROOVY-9344, GROOVY-9516: track assign in closure like if/else branch

github.com/apache/groovy - bf614817fdd5d5136c79f89eca3fa8b4fae3fbf8 authored over 4 years ago
GROOVY-9591: no error for dynamic variable in closure in static context

github.com/apache/groovy - 836887ceec754027083339e56a8fedd3a12c7380 authored over 4 years ago
Minor tweak: simply the control flow for better readability

github.com/apache/groovy - 9c3a8d2853473c9a05d6b5366810337ee667bc90 authored over 4 years ago
GROOVY-9602: return more specific type for ifS/ifElseS helper methods in GeneralUtils

github.com/apache/groovy - 9375459763f0d664d0acbc9ce120a03b5a1da4ad authored over 4 years ago
GROOVY-9600: Picocli-related VersionProvider helper classes should be public to avoid access warnings

github.com/apache/groovy - 546c7386505acf765f6c7405c22e85726eb55c56 authored over 4 years ago
update documentation to use gender neutral pronouns where applicable (closes #1283)

and fix some typos along the way

github.com/apache/groovy - 0d174b435be1668bf9126178fbb0bc73ed8e2501 authored over 4 years ago
GROOVY-9594: deprecate legacy aliases

github.com/apache/groovy - ef826c24b69be740af740eb1c8d70673e6dbf102 authored over 4 years ago
GROOVY-9594: Rename whitelist/blacklist in SecureASTCustomizer to more meaningful names

github.com/apache/groovy - 4d3b09160e5284d1e1301a47557f6c27ee30b6ad authored over 4 years ago
GROOVY-9594: Update src/main/java/org/codehaus/groovy/control/customizers/SecureASTCustomizer.java (closes #1282)

Co-authored-by: Jenn Strater <[email protected]>

github.com/apache/groovy - 5a8e5b0cbb9c2edfa0c1b97a83dc8bab83e36116 authored over 4 years ago
minor refactor: rename local var

github.com/apache/groovy - 4222ec3fd195e22db5f5bf5f28ceb00af9446a80 authored over 4 years ago
Trivial refactoring: Avoid redundant calls

github.com/apache/groovy - c30cfda4302636a3e16e9ff94cc91f70be3e3994 authored over 4 years ago
GROOVY-9589: Parse source codes in parallel(closes #1275)

github.com/apache/groovy - 64f722d2303886a79407469e0afd5e06d58a9ebb authored over 4 years ago
GROOVY-9593: Switch Spock from SNAPSHOT to 2.0-M3-groovy-3.0 (tweaks)

github.com/apache/groovy - ca1c963e1816f7c709f5b5bdbad8b3d9f9635151 authored over 4 years ago
GROOVY-9593: Switch Spock from SNAPSHOT to 2.0-M3-groovy-3.0 (closes #1281)

With '-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true' running
with the unsupported Groo...

github.com/apache/groovy - f7ad2d9e1903cc9626adf92cf4e0d9dc329f88e7 authored over 4 years ago
minor refactor: eliminate dup code for getting setter name

github.com/apache/groovy - 0e36e803f4e89a18b805fb709819fa54104aecc0 authored over 4 years ago
GROOVY-9587: don't check for property for non-empty call args (closes #1277)

github.com/apache/groovy - d63baf85454592ebe91aba22bbe19aa0cae5b703 authored over 4 years ago
minor fix-ups

github.com/apache/groovy - 93935e3157178a0513a644bb31d8ab66f9c9422f authored over 4 years ago
Add a comment to avoid wrong usage

github.com/apache/groovy - 0bc5029ccfeb15cad9ac09f2cf5e551526ef0491 authored over 4 years ago
GROOVY-9590: Bump javaparser to 3.16.1

github.com/apache/groovy - 51d4d544f9cec87eb0f805f08afdc7afeb692430 authored over 4 years ago
GROOVY-9344: SC: retain closure shared variable metadata for classgen

github.com/apache/groovy - 57d7723079479decb122da3d9686dfced7163c6f authored over 4 years ago
GROOVY-7701: SC: replace field/property reference with dynamic variable

- VariableScopeVisitor lacks closure delegation information

github.com/apache/groovy - 9c110618ad1fef0ddbec49c4d0592b872a3e5ebd authored over 4 years ago
GROOVY-7701: do not cast RHS before LHS of assignment is visited

github.com/apache/groovy - 3bf8f9fe71aaa471a72029d410cedbffa83d52fb authored over 4 years ago
GROOVY-8840: use inferred type for subscript if operand is placeholder

github.com/apache/groovy - 0aafd9756cfd84a03fe8c1f1f79486dae73636ec authored over 4 years ago
GROOVY-7549: STC: if "=" RHS type is inaccessible, revert to origin type

github.com/apache/groovy - e919cefe14bbf1da26d024a851180f40a7f374a3 authored over 4 years ago
GROOVY-7512: add MapStyleConstructorCall override of transformExpression

- allow PostTypeCheckingExpressionReplacer to replace closure literals

github.com/apache/groovy - 21b61620a98a0d83361bac5ec728a2db37d36c9f authored over 4 years ago
Trigger peeking of stream

github.com/apache/groovy - 81b1dd87438a614146eceea4380c5b7507e8c490 authored over 4 years ago
GROOVY-9585 preparatory work plus fix typo

github.com/apache/groovy - 9038ccb498fe725549a9b90e2fc3244e4564000f authored over 4 years ago
GROOVY-9586: add trait to owner list when getting for trait helper class

github.com/apache/groovy - 67d86419e0f6c3a9c8d18fe94b1326e999199586 authored over 4 years ago
minor refactor (rename private field)

github.com/apache/groovy - 4db31593925a122786db178f6dd67a1899b5e814 authored over 4 years ago
GROOVY-9485: add comment to reduce risk of subsequent regression

github.com/apache/groovy - 0caa1052af4ea715dfa3954e6b6f75b577ec13bf authored over 4 years ago
GROOVY-9584: We got a GROOVY-3456 zoombie here (closes #1271)

github.com/apache/groovy - 71ba1ae7cc0fe651885adc791ab50cd5d7d67a29 authored over 4 years ago
reduce nesting

github.com/apache/groovy - 20bc8ad74bb7aeaf6c26f1315eda3a2c48ef6473 authored over 4 years ago
remove redundant call

github.com/apache/groovy - d9694f927e9aacebbdef6adb7b289e0350368641 authored over 4 years ago