Ecosyste.ms: OpenCollective

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

github.com/mapstruct/mapstruct

An annotation processor for generating type-safe bean mappers
https://github.com/mapstruct/mapstruct

#17 Fixing NPE in case of attribute without setter in source type

bc22e6ce1567e27fa338fa0c329b61065507c291 authored over 11 years ago by Gunnar Morling <[email protected]>
#35 Adding processor option for setting default target mapping policy

522c9e851a16f397574790d6e3f5970b17d4f5c1 authored over 11 years ago by Gunnar Morling <[email protected]>
#35 Extracting Mapping instantitation from visitor class

895a71572731e0e53d7d15de1ceec7daa3d5eed2 authored over 11 years ago by Gunnar Morling <[email protected]>
Fix tests that failed on Win+jdk6 (error messages are preceeded with source file path) (from Andreas)

9f7db53bddf6dc495c698799839f659212509956 authored over 11 years ago by Gunnar Morling <[email protected]>
#36 Specifying expected diagnostic messages in processor tests

c0bd8c7b18897a0f1462ca300a76f1bee8654d8d authored over 11 years ago by Gunnar Morling <[email protected]>
#36 Allowing messages to be used in diagnostic expectations

60126183a32573ae437efc8f1f17d1dd9b319ff7 authored over 11 years ago by Gunnar Morling <[email protected]>
#35 Making @WithClasses usable on the method level

e53adbd81751dc4342084e95df7c0e09499e61b4 authored over 11 years ago by Gunnar Morling <[email protected]>
[maven-release-plugin] prepare release 1.0.0.Alpha1

1fbdf46fe64a3219e4a060391e9b920c5b4fa678 authored over 11 years ago by Gunnar Morling <[email protected]>
[maven-release-plugin] prepare for next development iteration

826a1b8d6482a782b3e2912c4e1243a62d2815f4 authored over 11 years ago by Gunnar Morling <[email protected]>
Excluding build-config from deployment

188b29ba743323bc6049bdc42f0109b7bea806b7 authored over 11 years ago by Gunnar Morling <[email protected]>
Avoiding NPE

211338381bdc390d0f599d16e94d77474492e44e authored over 11 years ago by Gunnar Morling <[email protected]>
Improving JavaDoc

940e2fb99b00e0321180241f17738783bc95e876 authored over 11 years ago by Gunnar Morling <[email protected]>
#11 Raising an error when referencing unknown attribute in @Mapping

b3b90f7969eae3511192f0b4dbd3a48c0bad7ffc authored over 11 years ago by Gunnar Morling <[email protected]>
#33 Updating IntelliJ formatter

f5f448ab08123400bb56a82944b4f19986d52be4 authored over 11 years ago by Gunnar Morling <[email protected]>
#33 Fixing CheckStyle issues

fd286e17ab4b530cfb2a51ce45af9e61267695f6 authored over 11 years ago by Gunnar Morling <[email protected]>
#33 Adding CheckStyle configuration

42ac8f3f1a906b811fab017b648b95c4e55c8a25 authored over 11 years ago by Gunnar Morling <[email protected]>
Making distribution module skippable

5db95bf710fe9825648e780f23be3398d2030218 authored over 11 years ago by Gunnar Morling <[email protected]>
Adding IntelliJ formatting style

45da60f6263626b51e2ac3a69fd0c01a7fbe96b8 authored over 11 years ago by Gunnar Morling <[email protected]>
Fix licence header location when building only a single sub-module

c5c34960471c7928def6da0a27b63570127c90cd authored over 11 years ago by Andreas Gudian <[email protected]>
#28 Configuring SCM in aggregator POM to make maven-release-plugin work

ae3e95acc56e262a0c04d0b361bc1d50f6f63b3a authored over 11 years ago by Gunnar Morling <[email protected]>
#28 Simplifying release

97f85b6284e73b885cf4bd4d24594c352d87ec66 authored over 11 years ago by Gunnar Morling <[email protected]>
#28 Several POM improvements

e81eb263e81d1aa5bd0a27802db3c398ca1330cc authored over 11 years ago by Gunnar Morling <[email protected]>
#28 Updating JavaDocs for API classes

5eafdb49702f59539efcdf216023ef3682975be6 authored over 11 years ago by Gunnar Morling <[email protected]>
#28 Adding module for creating distribution bundle

2694b6e8f942c32d2980bfe2d888ae55655d09d4 authored over 11 years ago by Gunnar Morling <[email protected]>
Giving custom mapping methods precedence over built-in conversions

c41f47e03a42b9aca8a5b45f0be193322a82e155 authored over 11 years ago by Gunnar Morling <[email protected]>
Adding CONTRIBUTING.md

e110192518edc014b2a2bfb18e8d640d7833ef39 authored over 11 years ago by Gunnar Morling <[email protected]>
Adding link to CI build

3f09955f015576a82b8aaf115673e0455403bfdb authored over 11 years ago by Gunnar Morling <[email protected]>
#10 Making sure error is raised in case property can't be reverse-mapped

3036b2f2a736d6826354b28ed08c3a5384b7dca5 authored over 11 years ago by Gunnar Morling <[email protected]>
Raising an error when trying to generate a mapping from primitive to reference type or vice versa

0c6c28f13cdae4b791fc574bc40cc1912911808a authored over 11 years ago by Gunnar Morling <[email protected]>
#10 Raising error in case a property can not be mapped

b826304d4c05b16183e0d69582a4f81e9ab472f2 authored over 11 years ago by Gunnar Morling <[email protected]>
#1 Supporting "is" prefix for boolean getter methods

f4a2260d801980d2f904983c62f36865d96434a3 authored over 11 years ago by Gunnar Morling <[email protected]>
#1 Adding primitive to wrapper conversions for boolean and char; Doing some clean-up

87e0da6f96da5cce91b3646a646a034dd961673c authored over 11 years ago by Gunnar Morling <[email protected]>
#1 Simplifying enum conversion

fcbbd73cda9fa9d0c7098c5e56edb163882706d5 authored over 11 years ago by Gunnar Morling <[email protected]>
#1 Adding string conversions for native data types

74e673945f38b55722f94562190d85a82f02f0cd authored over 11 years ago by Gunnar Morling <[email protected]>
Making m2e not complain about maven-dependency-plugin

4c462eb9a05ac2ced16296c1f3be8c6bb76333de authored over 11 years ago by Gunnar Morling <[email protected]>
#1 Adding conversions for number types

da6cdf5d3d4f7362aea73e162ea05efca223e295 authored over 11 years ago by Gunnar Morling <[email protected]>
#1 Improving formatting of generated code

5a8e34c893d03af81d60a66d95563ab430c39c4d authored over 11 years ago by Gunnar Morling <[email protected]>
#9 Passing source bean name into macro, re-ordering parameters

4b1862f52e3251f6812eaf67e269e555372c6060 authored over 11 years ago by Gunnar Morling <[email protected]>
#9 Add a macro for performing the non-iterable mappings

0eee784bd92c6c795c5535d884b86e25bc2e4801 authored over 11 years ago by Andreas Gudian <[email protected]>
Specifying versions of all used plug-ins; updating plug-in versions; adding Animal Sniffer plug-in to check that only Java 1.6 APIs are used

2db2b60e18f4bdd7e0ee9812c89f6b5002ead0c1 authored over 11 years ago by Gunnar Morling <[email protected]>
#2 Generating import statements for used types; Restructuring "complex" test case to make use of imports

289286cddaf854b6f7ab75aca6d9f12f9f223947 authored over 11 years ago by Gunnar Morling <[email protected]>
Updating copyright headers to reference contributor file

d88cc1086ad6a7c2ee63cc7537b33fe8f9a17d35 authored over 11 years ago by Gunnar Morling <[email protected]>
Applying formatting style

ea942eb707512b7ae3580c2bda50b2a1387b8ecf authored over 11 years ago by Gunnar Morling <[email protected]>
Automatically handling line endings

9b14a3509b81e6cb3ee98ca790a7a526e0f85646 authored over 11 years ago by Gunnar Morling <[email protected]>
Announcing processor option via @SupportedOptions to avoid warning when using it

286a214fcdbf9befa80f66f56d36b6b9b0288928 authored over 11 years ago by Gunnar Morling <[email protected]>
Avoiding NPE for diagnostics without source

787b7d0fb9bdae8c4e9160d2a6d761e3afe15c36 authored over 11 years ago by Gunnar Morling <[email protected]>
o Add option to suppress timestamp in @Generated

1d52cb434e0f0c4e17279e6b50b57bc22dbb5449 authored over 11 years ago by Andreas Gudian <[email protected]>
o Fix test on Windows

c247bfbe5b064a4bd23dbd3b1d6538ffe910a40b authored over 11 years ago by Andreas Gudian <[email protected]>
#6 Raising error in case of mappings from iterable to non-iterable types and vice versa

50d916c370f6915d5577d2dc89004049deabe5ee authored over 11 years ago by Gunnar Morling <[email protected]>
Providing infrastructure for tests expecting AP compilation failures

eec600c3bfa58b3b7df59a1b061f24dde11eb414 authored over 11 years ago by Gunnar Morling <[email protected]>
Introducing @WithClasses annotation for specification of classes under test

dc72351e7077bad3724301262cbb22c70de199fe authored over 11 years ago by Gunnar Morling <[email protected]>
Renaming package of complex test

5eb9de89ec8d84f581d722a3ec397919ac342ba8 authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Making primitive conversions usable for iterable types

ae4655a2ba083f8085f472f0d4822e0ba6ac53cc authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Adding test for mapping into raw type

321e1a3206f6cf47451c39fa8349a215f16f2869 authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Support mapping of java.lang.Iterable

d4047755196b400659c5e7508dc975e799d0a510 authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Mapping collections of with same element type in source and target as copy

07c1009c6bec7b6e2c4d77f44102b538ff785cd9 authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Using default implementations for mapping collection types

b11fa302004e8ba09131dafa4461686a4fd914db authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Mapping null collections as null instead of an empty collection

5ef53878f4b40588b5094c31931f1aef9c9aa513 authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Fixing indentation in template; Removing dead template code

e577f197b17927160df3a33e269b30c0678a38fc authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Improving toString() methods of model objects

707338cad7a9c4d81f52aabb55121894d1114635 authored over 11 years ago by Gunnar Morling <[email protected]>
#6 Adding IntegerStringConversion

b2b3ac2d7cd0804f71e83c92dc51e75ecc04a3ea authored over 11 years ago by Gunnar Morling <[email protected]>
Adding @IssueKey annotation

81265af45ab0fedb7a50a43a2d4f1b9a09c6d0c1 authored over 11 years ago by Gunnar Morling <[email protected]>
Pulling up common logic from tests to MapperTestBase

f6228d8915e9d70a3af908ad8bbc8f4801ba1359 authored over 11 years ago by Gunnar Morling <[email protected]>
Update readme.md

5c4356b8c270c31635855477322edccd8f8ed547 authored over 11 years ago by Gunnar Morling <[email protected]>
#13 Enabling deployment to Maven Central

79b45c710ac134f67acfc51adb9649ad32d6a2d6 authored over 11 years ago by Gunnar Morling <[email protected]>
#12 Using spaces instead of tabs for indentation

cff12a5b49895ab91932f2b62d56c44cc680a823 authored over 11 years ago by Gunnar Morling <[email protected]>
#12 Extracting executable filter methods into separat class

a448dbc98d8c7814508dd027d9b3b7c16dbc6cb1 authored over 11 years ago by Gunnar Morling <[email protected]>
Updating readme file

be84f96b84e1c7e84a659a21c5a26c1fe3e4cb4a authored over 11 years ago by Gunnar Morling <[email protected]>
Updating readme file

29c079934df514240913fb00b39e11f105e633af authored over 11 years ago by Gunnar Morling <[email protected]>
Updating readme file

c757ef9708174011f2526e4bec68409a97f4c54a authored over 11 years ago by Gunnar Morling <[email protected]>
Updating readme file

19c9c9872810bebe5c8ba9e6badfdc37bc7d323c authored over 11 years ago by Gunnar Morling <[email protected]>
Updating readme file

4fb222001791cc0c763bf04b14291fdd28bccd39 authored over 11 years ago by Gunnar Morling <[email protected]>
Updating readme file

4a6b8c5c1c350f5dcf6a898f0daafa1f85eff67c authored over 11 years ago by Gunnar Morling <[email protected]>
#12 Allowing delegation to other mapper classes

458718e346512e68a8ca62eebeeafc3cd6878704 authored over 11 years ago by Gunnar Morling <[email protected]>
#12 Excluding IntelliJ files

8f4b45c4f2b915fd9c70c34261b38d7477ff6444 authored over 11 years ago by Gunnar Morling <[email protected]>
Updating readme

d0828fcba43ff4706e100218db37a62c5a173a92 authored over 11 years ago by Gunnar Morling <[email protected]>
#7 Adding integration test

a34849cb8631fb9f82d4fdf3a9fa65bc9c20c04c authored almost 12 years ago by Gunnar Morling <[email protected]>
#7 Using Hickory for dealing with MapStruct annotations

861d92dc64c7b33270990030ad09c74e615676b2 authored almost 12 years ago by Gunnar Morling <[email protected]>
#1 Adding @Generated annotation to generated mappers

40fe92c59772abc186e482772d74a008a153b7ed authored almost 12 years ago by Gunnar Morling <[email protected]>
#1 Adding support for implicit mapping of enums

7121f22ff0b7342fba3c6b7e079b1fe940f3e344 authored almost 12 years ago by Gunnar Morling <[email protected]>
#1 Providing infrastructure for implicit conversions

192cfc893739f9ae7b5a02770d09685816bd5afa authored almost 12 years ago by Gunnar Morling <[email protected]>
Renaming to MapStruct

df6ae29f2de14abffe821a10082d63629de3b167 authored almost 12 years ago by Gunnar Morling <[email protected]>
Adding support for mapping of reference attributes and lists; Removing Dozer-based implementation

7fc08786736347540c52f4cdf8096974399b5d6a authored almost 12 years ago by Gunnar Morling <[email protected]>
Matching mappable properties by name and type; excluding non-matching properties in native mapper

873e0919757a1649ab575d8a243c18342a44ad1a authored over 12 years ago by Gunnar Morling <[email protected]>
Adding initial support for native mappers (work in progress)

df25e12b0df44c5d3037c0c64942c125b354d0c3 authored over 12 years ago by Gunnar Morling <[email protected]>
Extracting writing of model to file from visitor

069e4f3a80fcab1d290b2839b61f41b945573c5d authored over 12 years ago by Gunnar Morling <[email protected]>
Improving formatting of readme file

102d467b57d87e5d1d96944e66e1a2cb0cfd4895 authored over 12 years ago by Gunnar Morling <[email protected]>
Improving formatting

9acc59d972430eec3af630874d78407ad408168a authored over 12 years ago by Gunnar Morling <[email protected]>
Improving formatting

f6fe597c9888e138c95812cf7d1fcaeed9f66758 authored over 12 years ago by Gunnar Morling <[email protected]>
Adding readme file

6c9e3159b8adc628fa66931367431ad2ff19dab3 authored over 12 years ago by Gunnar Morling <[email protected]>
Adding support for multiple bindings, adding converters

e07add7d4341fcf69bc55e79dfb45e0196f6da35 authored over 12 years ago by Gunnar Morling <[email protected]>
Adding test for reverse mapping with custom binding

02006a90b7fbc0c4e38f0ed2d2e894296124f598 authored over 12 years ago by Gunnar Morling <[email protected]>
Adding simple binding support

1cf7e4275e736fb9c5c84e89dca2b6e8a187f887 authored over 12 years ago by Gunnar Morling <[email protected]>
Initial import

61f181a589564131b1a540e5322ec63d56604870 authored over 12 years ago by Gunnar Morling <[email protected]>