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

#1091 Map ANY_REMAINING Enum source to null

github.com/mapstruct/mapstruct - 10aeb444f531d3f9fa9344d3b7eae5f4501c1a06 authored almost 8 years ago
Adapting publish script to copy dev version docs

github.com/mapstruct/mapstruct.org - b1f7fc6a1494f2f9a4a071dcae9633dabd62b4bd authored almost 8 years ago
Updating FAQ on Lombok

github.com/mapstruct/mapstruct.org - c8e7fb76b82c376736d0ce3660c551f104166b20 authored almost 8 years ago
#510 Setting up MapStruct and Lombok within one compilation unit

github.com/mapstruct/mapstruct-examples - 2c8528ed1f8e252e4dcedeb23b32bdeacee3936c authored almost 8 years ago
Adding cycle use case to overview section

github.com/mapstruct/mapstruct.org - 6ca6d71b25aced874883c164d2f78b2ce05ae10d authored almost 8 years ago
Adding 1.2.0.Beta1 release announcement

github.com/mapstruct/mapstruct.org - b39a588416483828d3a1a13de0631d26ac049145 authored almost 8 years ago
Update 1.2.0-SNAPSHOT to 1.2.0.Beta1

github.com/mapstruct/mapstruct-examples - 9787910a3c109d1d89aea5fde84dff023f4db45b authored almost 8 years ago
Merge pull request #17 from filiphr/nested-bean-mappings

Adding examples for using MapStruct with complex nested bean mappings

github.com/mapstruct/mapstruct-examples - 20672226fbee8b9c33a381b866336c0c28413dc9 authored almost 8 years ago
Adding examples for using MapStruct with complex nested bean mappings

github.com/mapstruct/mapstruct-examples - 39e736bac9ebf2a057a7423a7794be1f327417ef authored almost 8 years ago
Add Docs for 1.2.0.Beta1 as "dev" version

github.com/mapstruct/mapstruct.org - 5900387a3a0bde7643bac2faa193c978e23a2423 authored almost 8 years ago
[maven-release-plugin] prepare for next development iteration

github.com/mapstruct/mapstruct - 3cc89721265f24a743c850c288842909791134af authored almost 8 years ago
[maven-release-plugin] prepare release 1.2.0.Beta1

github.com/mapstruct/mapstruct - 520451bcd86713be950e1d215ff9b9baec5ed023 authored almost 8 years ago
#1057 documentation for Controlling forged name based bean mapping from root level with @Mapping

github.com/mapstruct/mapstruct - 582bbe44128581d6841b737beddbbdea216f1362 authored almost 8 years ago
#1001 Update documentation for the new automapping

github.com/mapstruct/mapstruct - 51e5976a7f99006f7cc1372854a13aa81882ce3d authored almost 8 years ago
#1057 Add full support for controlling name based mapping from root level with @Mapping

github.com/mapstruct/mapstruct - f0646c6287191a38d324cf93683deb38cc954edd authored almost 8 years ago
#1057 Add forged named based parameter to distinguish between our methods that MapStruct has to create and methods that we create for the internal framework

github.com/mapstruct/mapstruct - 665f2571b6991fff634a4f349d397c38d5567ead authored almost 8 years ago
#1057 Add ReportingPolicy to the BeanMapping

Use ReportingPolicy for explicitly ignoring unmapped target properties in
forged methods.

github.com/mapstruct/mapstruct - 378961fc53f6cb25a57fd34f38f6295520212e02 authored almost 8 years ago
#1057 Add source fixtures for tests

github.com/mapstruct/mapstruct - 3192345e3365d8b99bebfee053f907b6064f0bfc authored almost 8 years ago
#1057 Add reproducer tests

github.com/mapstruct/mapstruct - bdbee40dcfbce8acb04f11bf70e268cfdb7568f1 authored almost 8 years ago
#1057 Towards controlling name based mapping from root @Mapping

github.com/mapstruct/mapstruct - 6f51cf4a8a2a04eb29722a4402efb52b072c5761 authored almost 8 years ago
#1057 Add some explanatory comments / Javadoc

github.com/mapstruct/mapstruct - d4b0f3324b433e0c3e652ae816cb8e29fbf03348 authored almost 8 years ago
#1082 Do not generate an empty line after method start for NestedPropertyMappingMethod

github.com/mapstruct/mapstruct - 8dbcc43a8edcf6429618c9c2928eb5e7090979ea authored almost 8 years ago
#1073 Change NestedPropertyMappingMethod to not use name in its equality, but to use the Safe Properties

github.com/mapstruct/mapstruct - 9899504db9d83346852b70088cb74a61d1456b2e authored almost 8 years ago
Use static instance instead of always initialising the empty MappingOptions

github.com/mapstruct/mapstruct - 8d8d1c37f208c056f4a234155bc226229d9b0ac3 authored almost 8 years ago
Javadoc cleanup

github.com/mapstruct/mapstruct - af8e70d84c585ab006326e6ee2ad12f6b9698031 authored almost 8 years ago
#1011 extract the grouping of the nested target properties out of the MappingOptions into its own class

github.com/mapstruct/mapstruct - c751100272693fa89a5b1cc9936d593561d4811e authored almost 8 years ago
#1011 extract the generation of the nested target properties mappings into a separate class

github.com/mapstruct/mapstruct - 106214cb9f3363075778d51964518953c5a4de5e authored almost 8 years ago
#1056 Making sure indentation level in formatting writer never goes below 0

github.com/mapstruct/mapstruct - 5564c53f414a13a59fe9e6f5c3d8b2ca35b89982 authored almost 8 years ago
#1060 Use update methods if there are multiple source parameters

github.com/mapstruct/mapstruct - 40fc5612cb4d0d8b6f4ed652bfcb61c3ef0e64d8 authored almost 8 years ago
update the readme with the new example

github.com/mapstruct/mapstruct-examples - fce74e5b6ba26199757f085864892d55415fea65 authored about 8 years ago
Adding example for using MapStruct with objects with cycles

github.com/mapstruct/mapstruct-examples - 0c33da60a9373117186eac850f537f97594fe5e4 authored about 8 years ago
Update copyright headers to 2017

github.com/mapstruct/mapstruct-examples - 390b2acbf776af6ea03f6f5f8a7617602723a480 authored about 8 years ago
Use @Context parameter for mapping cycles.

github.com/mapstruct/mapstruct-examples - c8a8550435f6a17ca2f6e3050e0b45f16d9313a9 authored about 8 years ago
#1050 Extract a common MappingMethod for the normal (non-enum / non-value) mapping methods that are used within MapStruct

github.com/mapstruct/mapstruct - c9a313ac151d30dd234dd3d907c213a8e91fac04 authored about 8 years ago
#1050 Use the getNull method from the Type instead of the getDefaultValue

github.com/mapstruct/mapstruct - 56ea9dd168932071c957403470b2231e3aac33c9 authored about 8 years ago
#1050 remove duplicate properties which are already defined in the parent

github.com/mapstruct/mapstruct - 79acfff9c3c29f1b2d6730da8b0aa00ba3f4b2cf authored about 8 years ago
#1061 Support for generating Mappers in the default package

github.com/mapstruct/mapstruct - 9c30727262316f36ae981f1e9ed083141cde1319 authored about 8 years ago
#983, #975 rephrase documentation of AfterMapping/BeforeMapping and document @Context usage

github.com/mapstruct/mapstruct - 32bf03642c541aeaea450f7f60d3778fbe4c4330 authored about 8 years ago
#975 Allow calling BeforeMapping/AfterMapping methods directly on @Context params

github.com/mapstruct/mapstruct - ac039991706af914e38c84568abc9b3acb019939 authored about 8 years ago
Updating some links

github.com/mapstruct/mapstruct.org - d39efebe9000e579d8860e273dfe39ea0388a043 authored about 8 years ago
#43 Wording improvement

github.com/mapstruct/mapstruct.org - 9b5cbf34f3a97ce56dd7295937b7c44906f66bfe authored about 8 years ago
#43 Not adding noindex tag

github.com/mapstruct/mapstruct.org - a5d8486c8c1d11f7f45f410379bae022f6c0248a authored about 8 years ago
#43 Use stable for the stable reference guide / api documentation;

Insert robots noindex to all the other reference guide / api documentation

github.com/mapstruct/mapstruct.org - b0014ad4e0495bad5576eb40f52c6623c547be12 authored about 8 years ago
#1047 removing unneeded NPE check for source parameter for update method

github.com/mapstruct/mapstruct - 12fcf7ce87a84032663f16846bc22fa937d41a40 authored about 8 years ago
#1011 Using ForgedMethods to forge nested target mappings

github.com/mapstruct/mapstruct - 1406c0b6db7740bfe663edeae936cc3399bc72bb authored about 8 years ago
#1001 remove ForgedMethod from MappingMethods and directly create MappingMethods instead

github.com/mapstruct/mapstruct - b3cbfb82064250b238838bfe45580521a734958d authored about 8 years ago
#1045 Supporting mappers with generated source/target types by deferring their generation to a later round

github.com/mapstruct/mapstruct - 6e545347d09591ebbc889ebfb8c17ee6c7d076ff authored about 8 years ago
#510 Adding experimental SPI for letting AST-modifying annotation processors such as Lombok tell us about future modifications

github.com/mapstruct/mapstruct - 5e59f3484c65f63d6f6f7d314e78564a5e7237ae authored about 8 years ago
#510 Adding experimental SPI for letting AST-modifying annotation processors such as Lombok tell us about future modifications

github.com/mapstruct/mapstruct - 754877cece080d6947861e94460e9ceba8947840 authored about 8 years ago
#1001 Change meaningless names in MultipleForgedMethodTest to Dictionaries and Words to make test data easier to understand

github.com/mapstruct/mapstruct - ef1c95ad1bac1b3f54cc5d741d7df4b61841056e authored about 8 years ago
#1001 Change TestMultipleForgedMethodsTest as suggested

github.com/mapstruct/mapstruct - 5088aa062b75021ad3dd6cdd2e01f425dd14bd80 authored about 8 years ago
Move proposal computers to seperate package, pull out AST visitor to seperate class, add icon.

github.com/mapstruct/mapstruct-eclipse - fb3584348d93c55f39d1c90912dcaf33004defea authored about 8 years ago
Adjusting style of badges

github.com/mapstruct/mapstruct.org - acce827af7486f645d7f94a2c5e0fc1c7928f336 authored about 8 years ago
Reducing font size for news titles

github.com/mapstruct/mapstruct.org - b3196fccb3017927f2b72b92f58e8c587569020d authored about 8 years ago
Showing normal main menu for a bit longer

github.com/mapstruct/mapstruct.org - bb296aeed4b63db827a2a8ffb167ed44b548e0c0 authored about 8 years ago
Showing normal main menu for a bit longer

github.com/mapstruct/mapstruct.org - d89778f168be702d0c00c788fe17fb7e84ba71f7 authored about 8 years ago
Adding section header anchors, visible when hovering over headers

github.com/mapstruct/mapstruct.org - 15b4af0602552a3db82a03884d01c5e49a8f40ad authored about 8 years ago
#21 Support nested properties in code-completion

github.com/mapstruct/mapstruct-eclipse - 88321825ae61bdf609f1a3d24c548c9145feac59 authored about 8 years ago
#1001 Dotted error messages

github.com/mapstruct/mapstruct - 32738251e361f3b5cb12b7690b17df016789029d authored about 8 years ago
Add description for Filip; Fix typo in Sjaak's description

github.com/mapstruct/mapstruct.org - 0f5fd8394e53aaf209977ca62273c1abd4e60bd0 authored about 8 years ago
Add .gitattributes

github.com/mapstruct/mapstruct.org - 27d177789b6d676bf8a2e85f40cbc756a1849089 authored about 8 years ago
Removing some whitespace

github.com/mapstruct/mapstruct.org - aa3be669b57faa3350e1a4add24e292bb37608b2 authored about 8 years ago
Switching to off-canvas main menu on small devices

github.com/mapstruct/mapstruct.org - 2799dec70e5ed3735c66b375289ec37700c23309 authored about 8 years ago
Update license headers to 2017

github.com/mapstruct/mapstruct-eclipse - 63dd1f12c879d4385f2842efd54083c41330582e authored about 8 years ago
#21 Fixing active state for FAQ menu item

github.com/mapstruct/mapstruct.org - 6179f8d7e7be012db96db025224cd3f0812b642d authored about 8 years ago
#21 Pulling FAQ to main menu

github.com/mapstruct/mapstruct.org - 0bd6ea5f743793b953a5a3dbfe9f30599afa6213 authored about 8 years ago
#21 Adding FAQ page

github.com/mapstruct/mapstruct.org - b53c9d18525e6b485dd31569bdd0fb4959a3fd75 authored about 8 years ago
Renaming /development/ide-build/ to /development/ide-setup/; showing shorter title in side menu if present

github.com/mapstruct/mapstruct.org - 6d5a89bcb5b7079fbe00dbb0a7994afd82ef97f9 authored about 8 years ago
Adding GitHub mark to "Edit on GitHub" link

github.com/mapstruct/mapstruct.org - 7c460459e03f8d3c8c3c538e8850199bbfa80270 authored about 8 years ago
#1005 Report an error if the resulting type in the BeanMappingMethod is abstract

github.com/mapstruct/mapstruct - ba20dc5700288a309ed00154d054eb9fb24470af authored about 8 years ago
#1001 auto mapping support for update methods

github.com/mapstruct/mapstruct - 0188dcbdcc1dfa0b2fceb46b9f916e333601aedf authored about 8 years ago
#1012 rename new abstract builder and mapping methods; improve Javadoc

github.com/mapstruct/mapstruct - 5cb80cbb9794cebf15a4e136c20fe64c9e1d11f9 authored about 8 years ago
#1012 extract common builder for the StreamMappingMethods and IterableMappingMethod

github.com/mapstruct/mapstruct - 029368494bdc118a34060ecdfd9f95cf7aa46e21 authored about 8 years ago
#1012 extract common class between IterableMappingMethod and StreamMappingMethod

github.com/mapstruct/mapstruct - 090cfe3db235953c4a4ecd36bb72ce82b26a9b28 authored about 8 years ago
#1027 do not consider Inherit(Inverse)Configuration in used mappers

github.com/mapstruct/mapstruct - 1ee4731752fd88dd1e72a54ee347649ce36e2e9e authored about 8 years ago
#1013 Inherit(Reverse)Configuration must only consider abstract methods

github.com/mapstruct/mapstruct - a69627de663b37adee46fdfa918fabe3f48a5c89 authored about 8 years ago
Merge branch '1.1-master'

github.com/mapstruct/mapstruct - 283fd8ebda020a3654e2a2a650106bb536d303bb authored about 8 years ago
#1029 Don't show an error when explicitly ignoring read-only properties

github.com/mapstruct/mapstruct - 4063bd2eca45d2886d4d21fcb6bff4f954b1abe7 authored about 8 years ago
#962 Add support for mapping Java 8 Streams

github.com/mapstruct/mapstruct - 6b07dda829788387abef3ff8574066553ad7b646 authored about 8 years ago
Merge branch '1.1-master'

github.com/mapstruct/mapstruct - 48d7963cca4f1a890969ba66af36aece22272e33 authored about 8 years ago
#1032 Update license headers to 2017, fixing missing files.

github.com/mapstruct/mapstruct - 00a4ea2cfbfae78f8e34e116edfa059226d3c21e authored about 8 years ago
#1032 Updating year in one more place

github.com/mapstruct/mapstruct - 24acda39807ff91ca0ed7cf9547408ea744cf13f authored about 8 years ago
Removing superfluous closing tag

github.com/mapstruct/mapstruct.org - 225ea611c3b914917ff3497b9f5bc795070b440b authored about 8 years ago
Removing ugly separator on small screens

github.com/mapstruct/mapstruct.org - 09d39094a556f6498d361dbb7d26133bb20979ea authored about 8 years ago
Adding recent blog posts to "Other resources"

github.com/mapstruct/mapstruct.org - af0336e57aa302076971bd8bcf9cacd34165c4c0 authored about 8 years ago
Merge branch '1.1-master'

github.com/mapstruct/mapstruct - 22b28f58db7d777fab9d970c3be6dd1c462560ce authored about 8 years ago
#1032 Update license headers to 2017

github.com/mapstruct/mapstruct - b02f8e5df50e8d50ac707daba72c35f83c7b5563 authored about 8 years ago
#37 Fix path separator of Edit-URL when the page is built on Windows

github.com/mapstruct/mapstruct.org - b83de54a9be6085063311af8fc4cb9c6e98910f9 authored about 8 years ago
#37 Adding "Edit on GitHub" link to content pages

github.com/mapstruct/mapstruct.org - 93b93a28196821a1f08563a8215b8d5a22b63f6f authored about 8 years ago
#37 Indentation fix

github.com/mapstruct/mapstruct.org - 585d436c984347b6c0d4349b90cb7051e1562cac authored about 8 years ago
Avoiding empty lines in generated HTML files

github.com/mapstruct/mapstruct.org - d34e17398513fca83443a63381bf28a909575fd6 authored about 8 years ago
Remove stale files in publish script and allow script to be executed from any directory

github.com/mapstruct/mapstruct.org - f73b88a06f9766cd7a89281c676d00790f54a061 authored about 8 years ago
#1007 Add additional generated code tests

github.com/mapstruct/mapstruct - ec6913618ea1e5c92e4e092beb0f234be1fc293e authored about 8 years ago
Ant set-up instructions

github.com/mapstruct/mapstruct.org - 5723ba62a9986c1cba3103ff3a1566505c7473fe authored about 8 years ago
Spacing adjustment between posts on /news

github.com/mapstruct/mapstruct.org - 3ef87c57078a18a9e0b63883209a87b209fd4eb6 authored about 8 years ago
Adding some links to the footer

github.com/mapstruct/mapstruct.org - e9e6577df1914d11e6dc3e09344c841928f2f28e authored about 8 years ago
Moving call to prettyPrint() towards page end, so we don't need to wait for onload()

github.com/mapstruct/mapstruct.org - 3688bec6a1bf1a6ad9e539caff2db2100a6a5445 authored about 8 years ago
Some formatting adjustments

github.com/mapstruct/mapstruct.org - 241bfaafac39c8023a32d937bd0f9fb3b76c99af authored about 8 years ago