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

Rework version sharing and quality plugin application

Instead of using the `ext` container which is not considered a good
practice, this commit introd...

github.com/apache/groovy - 5cd1cb49d7facc090900918b4d1f5b4dcc3ca07a authored over 4 years ago
Ignore failing test case

github.com/apache/groovy - 41431ee9a4c3785c8c71c8f8ba61b004d69b61b4 authored over 4 years ago
Fix `dist` task not being a lifecyle task

The `dist` task should actually trigger the creation of all the
"distribution" artifacts, instea...

github.com/apache/groovy - 60d82a57d3ab3051cd9274fcaabe0d73eb825fcf authored over 4 years ago
Polish signing

and offer the ability to use GPG command line

github.com/apache/groovy - a884ac2ef673ebd5537ad7c51f4e7bad1faeb9f3 authored over 4 years ago
Update GH Actions

github.com/apache/groovy - da4f26169aafcb6c1843e2b56f7b72e7e4c82aa0 authored over 4 years ago
Fix extension module always on test classpath

github.com/apache/groovy - b40b9219e3bd48fb6fb81759a5dcd5c8ad699c27 authored over 4 years ago
Only configure artifactory if we can actually publish (username is defined)

github.com/apache/groovy - fa61126cc2c1c04dcfaf283a3cf08830a1c131c0 authored over 4 years ago
Fix a number of deprecations

github.com/apache/groovy - b73eb6bafdf6da64423ae093b78e017d691f7300 authored over 4 years ago
Use standard artifactory publish configuration

github.com/apache/groovy - 3e635599d82c60a3ba83c14209b7749d3ff01197 authored over 4 years ago
Use Groovy library extension to configure module descriptor

This allows more task configuration avoidance, while making
things cleaner!

github.com/apache/groovy - 1d6993b20fac16fef8df04dc43ad11d8d2e47a70 authored over 4 years ago
Explicitly remove backports

The backports modules are a bit special. If we want to keep them they
would have to be reintrodu...

github.com/apache/groovy - 7a4fc010fd5bc697f9f45f8f8c3129bd8396a6b2 authored over 4 years ago
Remove unnecessary groovydoc file

github.com/apache/groovy - 8a9f83b8febd819dda54ffdcb48fec5a8b907692 authored over 4 years ago
Consolidate how asciidoctor docs are built

Again instead of blindly applying the plugin to all projects,
it's now applied only where it mak...

github.com/apache/groovy - e1cab63f11298c4183b02a73ba244cca8c8fc3c1 authored over 4 years ago
Start introduction of groovy-binary module

This module should basically do what remains in `assemble.gradle`:
it's about the end deliverabl...

github.com/apache/groovy - 30ccc5d69c429186b3c72fc96912f079151947d0 authored over 4 years ago
Move signing to the publishing convention plugin

github.com/apache/groovy - 3a7c82753a3c10da0b2a5feaf1835ad2edfda8bc authored over 4 years ago
Add a conventional way to build grooid jars

Instead of hardcoding projects which generate grooid jars,
we now have an extension on the libra...

github.com/apache/groovy - 6605e9909f52e4a6be05f80496379f0683863a28 authored over 4 years ago
Rework how the distribution zip is built

github.com/apache/groovy - d9deb28f24a0ff53164ef83c60e1e9658fa0acdc authored over 4 years ago
Polish how distributions are built

Make use of a distribution extension to configure things.

github.com/apache/groovy - 4720bf23c64dfe4dc854586f68c420fa8079670d authored over 4 years ago
Rename `assemble.gradle` now that it only talks about them

github.com/apache/groovy - 4f7042b706a88d75cdd87472f6f27d91124bf8ef authored over 4 years ago
Rework how tests are setup

Lots of the tests were actually reaching out to other project
directories directly, making the r...

github.com/apache/groovy - ef77004acd8b42728ba4aa19b398e691d9c0d4ba authored over 4 years ago
Bump Gradle to 6.7-rc-2

github.com/apache/groovy - ef37be6512189d6f0edc519101662c86a8b72ed9 authored over 4 years ago
Cleanup how jars are built

This commit introduces more cleanup of the Gradle build,
in particular how the jars are built. I...

github.com/apache/groovy - ec822ef7b2bead347f083ddfc26663f2f4072960 authored over 4 years ago
Remove redundant code

Gradle itself deprecates HTTP repositories, so the check is redundant.

github.com/apache/groovy - abf498f6295ac5fce65fdd430f9fd322d46993cf authored over 4 years ago
Introduce a `DgmConverter` task

github.com/apache/groovy - 5ec96f0c601a1950dc43f886b6851eea40717e42 authored over 4 years ago
Consolidate Groovy publications

This commit reworks how publications are built. Before,
the publishing mechanism used a bunch of...

github.com/apache/groovy - dff5ff957f9a180136ed6aa63795c06fd45ed3e5 authored over 4 years ago
Introduce a convention plugin

This commit introduces a convention plugin for libraries
produced by this build. This is the fir...

github.com/apache/groovy - 517925a581049877fd205ec2c7f976ffc13d6ee6 authored over 4 years ago
Fix references to 'target' directory

The 'target' directory is a relic of the Ant era. With Gradle
the default output directory is na...

github.com/apache/groovy - 788b8d524111d875940d4de9a086ba5adb79323c authored over 4 years ago
Introduce Groovy platforms

This commit makes the `groovy-all` and `groovy-bom` components
proper subprojects. This will all...

github.com/apache/groovy - 9babf88747738056c89a7c37e134af641d378780 authored over 4 years ago
Use features to declare optional dependencies

Using features, it's not necessary to tweak the generated
POM files.

See https://blog.gradle.or...

github.com/apache/groovy - 2f894215646900571d42857df909cf8780e21dfe authored over 4 years ago
GROOVY-9762: if not ClassExpression, use TypeChooser to find target type (closes #1397)

github.com/apache/groovy - 770ae5ffc9b861baadfc52447c64e45591a70b37 authored over 4 years ago
GROOVY-9763: read helper method generics of trait method not found (closes #1398)

github.com/apache/groovy - a3fa777731220b67166e72f904fe90fbcf1d6dd1 authored over 4 years ago
GROOVY-9771: visit receiver for private field access (closes #1399)

github.com/apache/groovy - 9512b798abc11c3f7d762e3aae454f3d65e592ee authored over 4 years ago
GROOVY-9770: Groovy 3 generated lambda classes are marked as synthetic (closes #1396)

github.com/apache/groovy - 08a88d80059e5ece00ddc2619f518fd177336a4f authored over 4 years ago
added final to parameters and other minor fix-ups

github.com/apache/groovy - e5abb35678eeeaae8106d595d387bba7134e4abf authored over 4 years ago
GROOVY-9769: avoid unnecessary creation of UnionTypeClassNode (closes #1394)

github.com/apache/groovy - 7cf8724dd6fe2ca17224ed24911a98966649c70e authored over 4 years ago
GROOVY-9757: run test closure only for containing source unit

- add error for early phase request

closes #1378

github.com/apache/groovy - 2c294bc982e03e35ca2f301dd205cd60fe7c3e0f authored over 4 years ago
fail fast instead of currently redundant null check (closes #1392)

github.com/apache/groovy - 146f06bda613c8eb897a7b42e906e8f4bbe05c7f authored over 4 years ago
fix possible null dereference in staticTypeCheckingVisitor class

github.com/apache/groovy - be8703e58328c9d98b861507c77551a54ca1abfa authored over 4 years ago
added final to parameters and other minor fix-ups

github.com/apache/groovy - 8ab100cad6d093ea39453bf2d7acb8e69870e050 authored over 4 years ago
added final to parameters and other minor fix-ups

github.com/apache/groovy - 1374fc1fd4333e70cc5849b599391db53939207d authored over 4 years ago
Merge branch 'StringSplit'

github.com/apache/groovy - 97bbeb7059b5cb7749bbc2d18a5c450c3effc9ec authored over 4 years ago
avoid warning about using contains() since we are just a delegate here

github.com/apache/groovy - e66e92ae7a75ddd4f1fd500a30751ab715b8b9c8 authored over 4 years ago
Merge branch 'FallThrough'

github.com/apache/groovy - 8385f8288acd8b63d507d63ce14941f207ec3c8c authored over 4 years ago
avoid String.split(String) has surprising behavior

github.com/apache/groovy - 923dd631ca53d9c1a090a55e444fca3bc91722b4 authored over 4 years ago
add fall through statements for JSON

github.com/apache/groovy - 9258cd32723438468672417893f663540c1a5ffe authored over 4 years ago
add missing @Override annotations

github.com/apache/groovy - 012b47f26470745ce96dcdc49b75020a0c95d786 authored over 4 years ago
Prefer asSubclass instead of casting the result of newInstance

github.com/apache/groovy - f16c7da3cfc114ff3ab91af2a8e9aab24823701f authored over 4 years ago
GROOVY-9767: GroovyAssert should not depend on org.junit.Assert

github.com/apache/groovy - 8cecad4ce9805cd95ef02f5727c6a6b31352aaba authored over 4 years ago
add missing @Override annotations

github.com/apache/groovy - 5744d6ed8de9a44024ad6881dcf4e2bbd7dff9ba authored over 4 years ago
Minor refactoring: remove duplicated code for bytecode generation of loop statement

github.com/apache/groovy - b499fbebd16ab025292629ca62a89047d52e9109 authored over 4 years ago
Remove unused code for debugging

github.com/apache/groovy - 59e14e1d6d4a21dbba2222963f9984dda9f15e18 authored over 4 years ago
Tweak GROOVY-9126 further: Eliminate more unreachable bytecode

github.com/apache/groovy - 946eaa496c8319dc8d067c39fffac9978e1729a0 authored over 4 years ago
Tweak GROOVY-9126: Eliminate more unreachable bytecode

github.com/apache/groovy - 7001afedf510b31484128f91d04c0c966bce9967 authored over 4 years ago
GROOVY-9719: add test case

github.com/apache/groovy - 4acca2856baf7483b23bdf9002b35a6bf4501da2 authored over 4 years ago
repair and reuse TypeCheckingExtension#buildListType

github.com/apache/groovy - 3cae41ea52e9cd62fce21b50c2c84e4a159da5cc authored over 4 years ago
reuse object expression knowledge

github.com/apache/groovy - 6a38568b2af9a10c96295061e2ea2774c5553b67 authored over 4 years ago
some it's -> its typo fixes

github.com/apache/groovy - 939cbb3959e29402aec25fe4a7fabaeb352e951c authored over 4 years ago
GROOVY-9760: parameterizeType for raw type should be T<Object> not T<X> (closes #1381)

class C implements T {
//Object get() {}
}
trait T<X> {
X get() {}
}

github.com/apache/groovy - 1eaea44384a5b06012c34d5e341c4ba5a0f4f959 authored over 4 years ago
fix javadoc warnings

github.com/apache/groovy - 1e02f82e13532a27d3d7f6b33cee171a858f5ae9 authored over 4 years ago
GROOVY-9374: prevent typecast expression with null type (closes #1368)

github.com/apache/groovy - 57559e53e7219bba114cef07a47d84f72b131875 authored over 4 years ago
GROOVY-9756: MapConstructor generated code should be POJO aware (closes #1377)

github.com/apache/groovy - 0ed998165a05d9f0ddc4466e1e84bd4ac01e8ca6 authored over 4 years ago
GROOVY-9755: ToString AST transformation should be enhanced to be POJO aware (closes #1376)

github.com/apache/groovy - cfa5374722db23ae5940685620e0016ef1af953f authored over 4 years ago
GROOVY-9754: Provide a record-like equivalent (closes #1375)

github.com/apache/groovy - 45c38f97031d3d457ee539738f71143ff441b8a7 authored over 4 years ago
GROOVY-9753: EqualsAndHashCode should be enhanced to be POJO aware (closes #1374)

github.com/apache/groovy - 1e98a892715c24cf570b24c28aa46a8e54b79563 authored over 4 years ago
Add a muse configuration (closes #1379)

A muse configuration and file is necessary to educate the MuseDev CI
system on how to build groovy.

github.com/apache/groovy - 0e3fa367e7a7ffe23ad7e53107ca3ec98c9629e2 authored over 4 years ago
GROOVY-9555: add test case

github.com/apache/groovy - aefc40b0dac30c2630d342925a84db462fa2726a authored over 4 years ago
GROOVY-9683, GROOVY-9695: add test cases

github.com/apache/groovy - a06f495146ce1146e4cbd239738165e13600070a authored over 4 years ago
enable some javadoc tests

github.com/apache/groovy - 8270bdcfce8f00a1b157593b0a174f61828a70a9 authored over 4 years ago
Trivial refactoring: remove redundant type cast

github.com/apache/groovy - f784eefa3c8c0eac514888e6064fe6777c05a07e authored over 4 years ago
Trivial refactoring: extract common variable

github.com/apache/groovy - 93d3bfdee0f771f50c535ff54e28e033d4adf0ad authored over 4 years ago
Log `visitPermittedSubclass` during bytecode generation

github.com/apache/groovy - f016c095f1273615e1b599fefbb32ad41d15714d authored over 4 years ago
GROOVY-9752: Upgrade ASM to 9.0 and add JDK16 to CompilerConfiguration

github.com/apache/groovy - 20d91b9d1e480dd5355248a5dd08363ef3775b38 authored over 4 years ago
add explicit phase to prevent running in all phases

github.com/apache/groovy - 8e1aaf1675e8e00ce99d384557c9e524bde5be17 authored over 4 years ago
minor edits

github.com/apache/groovy - 1cf3c02376354aded7f29106f897a16d94e95312 authored over 4 years ago
minor refactor: remove some duplicated code

github.com/apache/groovy - faca105e977e1f1585f9854d8c4ff2b03f3fc826 authored over 4 years ago
GROOVY-9463: STC: add error for unknown method pointer (closes #1373)

github.com/apache/groovy - 745f567bc1beea5b7cc14e43fe3de1b77f214d6b authored over 4 years ago
GROOVY-9751: STC: add inferencing of method pointer/reference expression

github.com/apache/groovy - 86953afca060c5be300af7eb60fe8e235f1456a5 authored over 4 years ago
GROOVY-9751: STC: extension may fix missing method or ambiguous methods

github.com/apache/groovy - d84b89dbaf83beb2eaf7f7b100ce62034022495a authored over 4 years ago
GROOVY-9744: additional refactoring

github.com/apache/groovy - 360fbc532e4412fd4802dc4e07a3ca885ef83a54 authored over 4 years ago
GROOVY-9463: add test case

github.com/apache/groovy - 8de61ebd7318f358f9fb9a5090ba81ce0ee7546f authored over 4 years ago
remove javadoc warnings

github.com/apache/groovy - 1fadf91bf1463131bfb3b57dee14e8921b6ba63e authored over 4 years ago
GROOVY-9745: rename method to avoid conflicts

github.com/apache/groovy - 18f12ffcf4d920d2b223f68d30e99518d83a7e3e authored over 4 years ago
GROOVY-9688: Groovy 3.0.5 references groovyjarjaropenbeans.BeanInfo

github.com/apache/groovy - 72050c54b47ce2e7a9a72dd579f5ac6521561607 authored over 4 years ago
GROOVY-9744: PropertyNode should be enriched to support getter/setter names (closes #1370)

github.com/apache/groovy - 3c02115abd414f865d31e7dc146becf94c7310e5 authored over 4 years ago
GROOVY-8961, GROOVY-9734: use type(s) from call site to resolve generics (closes #1371)

"m(Collections.emptyList())" does not supply type arguments to emptyList

github.com/apache/groovy - c7ec6c81764b34ca56aedd6097465016d15eb733 authored over 4 years ago
trim analysis slightly for sonarqube since we are using the free tier and we currently time out before 50min limit is reached

github.com/apache/groovy - ab9c1e4c079453a76cc089a530cca3bca2e25ed3 authored over 4 years ago
trim analysis slightly for sonarqube since we are using the free tier and we currently time out before 50min limit is reached

github.com/apache/groovy - ed86e844f9d5562d2572f9c4403aa52299f5943a authored over 4 years ago
explore whether using a Short instead of String for improves metaclass test robustness for CI

github.com/apache/groovy - c6653eb49346061518f5026675f0a164b4a1c60e authored over 4 years ago
GROOVY-9747: Bump versions plugin to 0.33.0

github.com/apache/groovy - b4a9ad0fddcfdec7f8f6f0d7da68f3eeafb2b96a authored over 4 years ago
GROOVY-9750: Bump checkstyle to 8.36.1

github.com/apache/groovy - ab0abf62a2aa3a29b88a978d2262ca0facd9481b authored over 4 years ago
GROOVY-9746: Bump picocli to 4.5.1

github.com/apache/groovy - 46a581cbc63f0aeb408eaf7bd684cdd55a6e247c authored over 4 years ago
GROOVY-9748: Bump spotbugs to 4.1.2

github.com/apache/groovy - a78bd42ac4de75a084884324f1deadd486dee7a1 authored over 4 years ago
GROOVY-9749: Bump sonarqube plugin to 3.0

github.com/apache/groovy - 9dc052cbf820f2a1542e5d87f89d61a930e0cdee authored over 4 years ago
Trivial refactoring: extract common variable

github.com/apache/groovy - 5fdf048d8d099e58d87a7cb66e080217d48c1031 authored over 4 years ago
GROOVY-8103: add test case

github.com/apache/groovy - 13690b913cb90251fe2954d1ac0480dbf82198c9 authored over 4 years ago
GROOVY-9745: Remove wrong extra comments (closes #1372)

github.com/apache/groovy - 32f9cf510c65210eba85a8bf87ac746a58bcdbcd authored over 4 years ago
GROOVY-9745: Provide a way to filter illegal/discouraged characters when using MarkupBuilder (closes #1366)

github.com/apache/groovy - 30f5dcfc610d573d5d831a6f02384c1134372fa7 authored over 4 years ago
Add character filter to MarkupBuilder

github.com/apache/groovy - 7039d6a6c9ad2c7f0aba832b57a7317ba867004b authored over 4 years ago
Reduce non-Characters down to java relevant size

- Java Strings are UTF-16

github.com/apache/groovy - a1fa2ae759c373559f8c2571d16e5e833896be35 authored over 4 years ago
Prettify MarkupBuilderTest code indentation

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