Ecosyste.ms: OpenCollective

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

MapStruct

Java bean mappings, the easy way
Collective - Host: opensource - https://opencollective.com/mapstruct - Website: https://mapstruct.org/ - Code: https://github.com/mapstruct

Added plugins maven-publish and signing, still missing signing information.

github.com/mapstruct/mapstruct-spring-extensions - def7980bb9a6d9774890c1be57fc3ae5c32dc104 authored almost 5 years ago
Accessor#getSimpleName should return a String

github.com/mapstruct/mapstruct - d6ff5204d743795816fa4a343b2ebff8c2b7c15c authored almost 5 years ago
#73 Add support for using constructor arguments when instantiating mapping targets

By default the constructor argument names are used to extract the target properties.
If a constr...

github.com/mapstruct/mapstruct - 2b2299a730f9b8f6ee48cef3b8c84d7e7604039c authored almost 5 years ago
Merge pull request #10 from mapstruct/issue8-remove-direct-dependency-on-spring

Closes #8.

github.com/mapstruct/mapstruct-spring-extensions - c79775832c03cb10f7c0cbe9c701af80a1129d13 authored almost 5 years ago
#2077 nullpointer due to no-getter source (#2078)

github.com/mapstruct/mapstruct - 7c62aec28195950ac6feafd4b2345a8c06ecf6c8 authored almost 5 years ago
Merge pull request #9 from mapstruct/issue5-rename-group-and-packages

Renamed group and packages as agreed.
Closes #5.

github.com/mapstruct/mapstruct-spring-extensions - f3463345e8e2cc75e5e0ddaf1c4af5076b3a1ba5 authored almost 5 years ago
Renamed group and packages as agreed.

Closes #5.

github.com/mapstruct/mapstruct-spring-extensions - 057f71a322c041dd49e5e788cac0864623fd8f00 authored almost 5 years ago
Update README.md

Changed build status badge to Github action.

github.com/mapstruct/mapstruct-spring-extensions - 465ffe16a7d381c3a9b94c30c525c1c58fc6e9d2 authored almost 5 years ago
Merge pull request #6 from mapstruct/specifyNameForGeneratedBridgeClass

Specify name for generated adapter class
Closes #1

github.com/mapstruct/mapstruct-spring-extensions - 90ef025584f31af8346d5a4bf130af9df3d11434 authored almost 5 years ago
Use "Adapter" instead of "Bridge" everywhere.

github.com/mapstruct/mapstruct-spring-extensions - 4bf2522b637370000b0af6ed21a18fd74d248b08 authored almost 5 years ago
Update README.md

Aligned README to new name and owner.

github.com/mapstruct/mapstruct-spring-extensions - b27a720baa92128b1563177f67b9e1ae08e359a4 authored almost 5 years ago
Added Maven Central SNAPSHOTS repo, becuase we're currently relying on a MapStruct SNAPSHOT version.

github.com/mapstruct/mapstruct-spring-extensions - 662c6b6060666047bd91b09e7b7f17c6a9ce4fc4 authored almost 5 years ago
UNit Tests for Processor.

github.com/mapstruct/mapstruct-spring-extensions - 5d83a6b501e0aaaf1bf4e0581c49299f22ceda4d authored almost 5 years ago
#1159: Do not fail loading AnnotationProcessorContext if loading AstModifyingAnnotationProcessor fails

github.com/mapstruct/mapstruct - 3bffe9698333d5bdd364f28fe3c805f5664554f9 authored almost 5 years ago
#2069 Refactor target reference to report errors during bean mapping instead of creation of the target reference

With this we can more easily go in the direction of using constructor to map into target beans.

github.com/mapstruct/mapstruct - c58f80cc5f403a1d177411c6c633fa4faaaa9d83 authored almost 5 years ago
Removed unnecessary dependency on MapStruct processor.

github.com/mapstruct/mapstruct-spring-extensions - dc4a83062b76cc264e45833190a75353ae86e5a5 authored almost 5 years ago
Added annotation for allowing different package and class names for generated ConversionServiceBridge.

github.com/mapstruct/mapstruct-spring-extensions - bd7601d8847bc0b47debc11c977ce9728d580f7d authored almost 5 years ago
Remove Travis CI build

github.com/mapstruct/mapstruct-idea - a1e28483ba9be24865388e8426fff03f7d110c32 authored almost 5 years ago
Use expected.getMessageRegex when no message for the Diagnostic descriptor has been defined

github.com/mapstruct/mapstruct - 1bbc4e1ca852d2fe414cf7813c0de1ac6dab71f3 authored almost 5 years ago
Use exact message for Diagnostic test messages assertions

github.com/mapstruct/mapstruct - 6797afb647cbadb265cb518ca3569f90fdc1aae9 authored almost 5 years ago
Add bug fixes to change notes

github.com/mapstruct/mapstruct-idea - 11dce7dc919fa2b23fb369ebb7ae3300927b81fa authored almost 5 years ago
Upgrade Gradle to 6.3 and upgrade plugins

github.com/mapstruct/mapstruct-idea - eb786fa0d94f587b86389c9e565c12867e1cf083 authored almost 5 years ago
Use GitHub Actions for testing

github.com/mapstruct/mapstruct-idea - 8ff91bd99597a816e2323169a3cd628189176598 authored almost 5 years ago
#2056: Handle null TypeMirror in uses and import gracefully

Due to a bug in javac (JDK-8229535) for an annotation with Class values, instead of returning a ...

github.com/mapstruct/mapstruct - a845197b0bab66608bdfbeee49bea77ad8c06582 authored almost 5 years ago
[maven-release-plugin] prepare for next development iteration

github.com/mapstruct/tools-gem - 4faaa7424f7e110c7059c20fb35e0afc07c475a4 authored almost 5 years ago
[maven-release-plugin] prepare release 1.0.0.Alpha2

github.com/mapstruct/tools-gem - 4ee1157499e3b0f7011d7fa077c498792114b19f authored almost 5 years ago
#1553: Update tycho-compiler-jdt to latest 1.6.0 version

Disable one test in GenericsHierarchyTest for Eclipse on Java 8 due to a bug in the Tycho compil...

github.com/mapstruct/mapstruct - c410379f837d2cd45ebfaec58754e6f040b4ff2f authored almost 5 years ago
#3: Do not ignore missing TypeMirror silently

Due to a bug in javac (JDK-8229535) for an annotation with Class values, instead of returning a ...

github.com/mapstruct/tools-gem - d4f314ea49f2197e5e813f57c389ce08bd73d7d5 authored almost 5 years ago
#2060: MapStruct should work properly on the module path

github.com/mapstruct/mapstruct - 853ff7f74f0aebcd3b9e49f55d1778e088d7bb70 authored almost 5 years ago
#2021 Generate compilable code when Decorator is nested within the Mapper

We need to treat the import of the decoratorType specially when it is nested.
Calling addIfImpor...

github.com/mapstruct/mapstruct - 4f76208c62971e7eca45dab831a379dd342214a4 authored almost 5 years ago
Checkstyle max line length should be 120

github.com/mapstruct/mapstruct - b7d5e557c1d5d327d7df0bb50dec37427bd7fda0 authored almost 5 years ago
Upgrade Checkstyle to 8.29

Adapt checkstyle configuration with new changes:

* Move cacheFile to Checker module *
Move Lin...

github.com/mapstruct/tools-gem - 39a165765ac5cb19b2482a5c51ecd9ab6522bf9a authored almost 5 years ago
Reorganised examples as preparation for enabling the dynamic specification of the bridge class' package and name.

github.com/mapstruct/mapstruct-spring-extensions - 133eaae43e96065133427c4a079cc0889c280417 authored almost 5 years ago
Rewrote Test using ConversionService demonstrating Spring style fully loose coupling.

github.com/mapstruct/mapstruct-spring-extensions - cb31b57cf1edcaeaf79867cb0aba67bf0c4949de authored almost 5 years ago
Update chapter-10-advanced-mapping-options.asciidoc (#2050)

Correct some typos and punctuation here and there.

github.com/mapstruct/mapstruct - bbd68baf648ba870df11e2c931dfc6de9de310fd authored almost 5 years ago
Merge branch 'master' of https://github.com/Chessray/mapstruct-spring-additions

github.com/mapstruct/mapstruct-spring-extensions - d7ab90fbe680a7cd3e6f9acde21dd78734b388f5 authored almost 5 years ago
Generates ConversionServiceBridge class.

github.com/mapstruct/mapstruct-spring-extensions - e22c4594ca7a432da019b396992e8b699e23287b authored almost 5 years ago
Generates ConversionServiceBridge class.

github.com/mapstruct/mapstruct-spring-extensions - 77b7cd2b5d0cdd59c98259fd647ce9f8f3176fb6 authored almost 5 years ago
Added basic processor for collecting Mapper that conform to Spring's Converter interface.

github.com/mapstruct/mapstruct-spring-extensions - 5fdf93aaa605de6be8e5089ea0be7012bb5410ae authored almost 5 years ago
Use fix version for maven-processor-plugin

Using the latest (4.0-beta1) does not work on Java 8 since it is compiled with Java 9

github.com/mapstruct/mapstruct - f8a3924005d41a4a05872db8822b48a39cade864 authored almost 5 years ago
#2019 Setup GitHub Actions

Add Maven Wrapper for using in GitHub Actions
Remove Travis

github.com/mapstruct/mapstruct - 551c104295139f30e39c2e605364b42695f567d6 authored almost 5 years ago
Reset locale and time zone in every test

github.com/mapstruct/mapstruct - 63c2edd3334fa1fde7106ea9dc38cbf1b2896510 authored almost 5 years ago
Add GitHub Actions

Add Maven and Gradle Wrapper to the root of the project for easier running of the build.
Use Gra...

github.com/mapstruct/mapstruct-examples - 974fb1d3a7f0a2a8101513f27978f5534c80de39 authored almost 5 years ago
Add example with Java 14 records

github.com/mapstruct/mapstruct-examples - f8d1090608f0eafd2ac3e7a99b4745568e4e025a authored almost 5 years ago
Disable Checkstyle for Target for #2018 test

github.com/mapstruct/mapstruct - fe91c6d523f02d999195b04bed4dff0ae2366401 authored almost 5 years ago
#2018 Add test case with properties with underscore verifying that it is working as expected

github.com/mapstruct/mapstruct - b9f86fe6ac05a3a11e6c05dece8cc08da9c50094 authored almost 5 years ago
#2014 Add support for mapping from Java 14 records

github.com/mapstruct/mapstruct - f5771c4177c203fbc6276def5380f5fcec17f9fe authored almost 5 years ago
maven-compiler-plugin 3.8.1

github.com/mapstruct/mapstruct - 273487f152f0299a2633f0b2970e28c58c6c50cb authored about 5 years ago
Fix Javadoc of resolveViaMethodAndConversion

and fix some smaller Javadoc typos.

github.com/mapstruct/mapstruct - a6b3cc364a7824a4584fdd690c82c6695447dd79 authored about 5 years ago
Updated versions on readme.md to 1.3.1.Final

github.com/mapstruct/mapstruct - 015468b46122d9f0c2e3b43d51a280a255e36a37 authored about 5 years ago
Fix Checkstyle error

github.com/mapstruct/mapstruct - c64e03468e51b0e55a1bc2f6ee965445e9dffb07 authored about 5 years ago
Add proper attribution for the code for generating the sourceTargetVersion for other JRE

github.com/mapstruct/mapstruct - f382903bc689a7e7e043fc72a9ec9d4686f69db1 authored about 5 years ago
#1308 Switch to JUnit Jupiter and do not use Toolchains for the integration tests (#2013)

The CI should be setup to run on different Java versions, for which the integration tests are go...

github.com/mapstruct/mapstruct - 02a113b2d405fa2e0ecf17aa5bea6a326776ca9a authored about 5 years ago
Blog post for announcing Gem Tools

github.com/mapstruct/mapstruct.org - e31eb57088bab65bf586c01dc145b5a17e42a32d authored about 5 years ago
Publish page only if the push was in the mapstruct.org repository

github.com/mapstruct/mapstruct.org - dd90dda663b2abe69fe560d1f0dc0e4ed3095d4f authored about 5 years ago
Update steps for publishing to mapstruct.org

github.com/mapstruct/mapstruct.org - 482a38af48e4ace2200273407a4cbdb252c2c978 authored about 5 years ago
Fix news top page showing up in latest news

Use .Site.RegularPages instead of .Site.Pages

github.com/mapstruct/mapstruct.org - 74806549b9cd6bdefd1f0ca9f0706401eb2baea4 authored about 5 years ago
#96 Split publish and generate site scripts

Initial step to be able to use GitHub Actions for deployment

github.com/mapstruct/mapstruct.org - 9c6c834ad1bef8828bcd33b493e38b781288fda6 authored about 5 years ago
#96 Allow using latest version for Hugo

Allow using HTML in markdown

github.com/mapstruct/mapstruct.org - 4ebbcef51ce980d7f56bad62df2b22b39901e546 authored about 5 years ago
#96 Use GitHub Actions for deploying pages for the website

Use posix shell for empty checks

github.com/mapstruct/mapstruct.org - 3d87341890bacbfc173124b565529f52261a970f authored about 5 years ago
#2016 Update Checkstyle to 8.29

Adapt checkstyle configuration with new changes:
* Move cacheFile to Checker module
* Move LineL...

github.com/mapstruct/mapstruct - 95ceba1a1e123bd23c11fc9f103899205ff3f45d authored about 5 years ago
#695 user control over mapping means (direct, method, conversion, 2step)

github.com/mapstruct/mapstruct - 58da2d293f74309b3679b331013f6466d2d09aa8 authored about 5 years ago
#2011 Introduce gem as replacement of hickory:prism (#2007)

github.com/mapstruct/mapstruct - 2d3761051a680a5682b731bb866bdd7a79850ff8 authored about 5 years ago
[maven-release-plugin] prepare release 1.0.0.Alpha1

github.com/mapstruct/tools-gem - bf2e196a26201e19e5b1b6c0b2819369e498321b authored about 5 years ago
[maven-release-plugin] prepare for next development iteration

github.com/mapstruct/tools-gem - 3a4a9f8bc5b25e870f7fd264d784cbca8bac09e6 authored about 5 years ago
Do not use deprecated ${groupId}

github.com/mapstruct/tools-gem - 78bcc054be87840a8540279d25462980537c56ea authored about 5 years ago
Do not include maven descriptors in the jars

github.com/mapstruct/tools-gem - f4e091575133e61e2f809fa64da0a7815d85c57d authored about 5 years ago
Do not use imports from the gem-api

github.com/mapstruct/tools-gem - e0ec93de3cbf827e4bed3a261ee918b58d43ab0d authored about 5 years ago
Use flatten-maven plugin to make sure that no test dependencies are in the published poms

github.com/mapstruct/tools-gem - 47d0f8ed48844a31e010d9d59a32f5aa0cce67c0 authored about 5 years ago
Add Developers Section

github.com/mapstruct/tools-gem - 6dc5b647a4419984535586d712cface02421f9c6 authored about 5 years ago
gem-api should be in provided scope

Otherwise it would be shaded in the processor jar

github.com/mapstruct/tools-gem - 1e597f2220535f5fca3f3e594b7a01d37aeb8f92 authored about 5 years ago
Move Gem.ftl to the gem processor package

github.com/mapstruct/tools-gem - 7fd81f20253f3d6b1890a5429b48174b407b6a7b authored about 5 years ago
Add Github Action

github.com/mapstruct/tools-gem - 42becd5cea29465eaf3aa59318cb6e5264ae65e5 authored about 5 years ago
Add Maven Wrapper

github.com/mapstruct/tools-gem - ed645071c80e4fafa366990c262252922efbee2b authored about 5 years ago
Git Ignore dependency reduced poms

github.com/mapstruct/tools-gem - a9d508dfa92dce9daf92af4e733f07c987533385 authored about 5 years ago
Fix Checkstyle errors and add license files

github.com/mapstruct/tools-gem - fbec42d665978f7756302848b393073df489789d authored about 5 years ago
Prepare for release and align build with the way MapStruct is build

github.com/mapstruct/tools-gem - 7e6877e97f16d32bf5c517d73b83079ebc0d8734 authored about 5 years ago
replacing GemValue interface with GemValue class

github.com/mapstruct/tools-gem - 252ff32ad7a755f53b7203d3550e92dad3b34894 authored about 5 years ago
Use correct javadoc name for the parameter

github.com/mapstruct/tools-gem - dfd16945164e44347e2b849c8de36b2ea8c1d888 authored about 5 years ago
Skip deployment of the gem test module

github.com/mapstruct/tools-gem - 3c796d8135527f43c843e34216311dee6dcdc4e3 authored about 5 years ago
Do not use inner class for the gem implementation

github.com/mapstruct/tools-gem - 84c7e549ed795466567531298c700b4eae9c3636 authored about 5 years ago
update package names

github.com/mapstruct/tools-gem - 3c150a0ebbdcc2f108930b46368aa99b896a3380 authored about 5 years ago
groupId / artefactId updates

github.com/mapstruct/tools-gem - 5fd879a3392057da50958940896aef847a3b2c4c authored about 5 years ago
Always support latest supported SourceVersion

github.com/mapstruct/tools-gem - 7428daba5ba102d3160ec9924fbbab27fc1b4a1f authored about 5 years ago
Add template GemValueImpl in the package of the created gems

Avoids creating duplicate classes in different gems

github.com/mapstruct/tools-gem - 2b9199c95da641f5a50ab16313fe3436f3dbdada authored about 5 years ago
added isvalid method

github.com/mapstruct/tools-gem - b8836627010ea171579cb2e0b3f071fd2281b851 authored about 5 years ago
arrays not handled correctly

github.com/mapstruct/tools-gem - 7ccf321ba404d28c216899ea05c94cc78141fd10 authored about 5 years ago
write files asap, do not wait for last round, otherwise generated files are not picked up by compile

github.com/mapstruct/tools-gem - 0e1f80ccd4c821dfda55ab0ea65d3b022b5ccab2 authored about 5 years ago
arrays of classes not working correctly

github.com/mapstruct/tools-gem - f7c228f182cdc9b320931abb8adf8dc07808be99 authored about 5 years ago
adding mirror method and removing the 'get'

github.com/mapstruct/tools-gem - 20886bd7b6a2accd51dd24b4430a96ef2c4a9429 authored about 5 years ago
coping with empty annotations

github.com/mapstruct/tools-gem - d1f346b91b9000552657e79b7fe80b070aab53fb authored about 5 years ago