Filip Hrisafov
ec9288ce66
[maven-release-plugin] prepare release 1.5.1.Final
2022-06-05 08:42:55 +02:00
Filip Hrisafov
5efe5e291c
[maven-release-plugin] prepare for next development iteration
2022-06-02 23:11:41 +02:00
Filip Hrisafov
efa11ba312
[maven-release-plugin] prepare release 1.5.0.Final
2022-06-02 23:11:41 +02:00
Zegveld
0559c47c21
#2739 Enhance documentation around SPI usage
2022-05-30 21:51:57 +02:00
Hao Zhang
a4162809a4
Doc: correct the annotation processor version ( #2859 )
...
The lombok-mapstruct-binding anotation procossor version given by document will result a compile problem, correct it by the example repository so that work fine
2022-05-28 11:37:21 +02:00
Filip Hrisafov
08a0313840
[maven-release-plugin] prepare for next development iteration
2022-03-21 08:14:09 +01:00
Filip Hrisafov
7e00af6ff4
[maven-release-plugin] prepare release 1.5.0.RC1
2022-03-21 08:14:08 +01:00
Zegveld
9b434f80f8
#2715 : Updated documentation to reflect impact of conditions on update mappers. ( #2740 )
...
* #2715 : added an example with an update mapper for Conditional behavior.
2022-02-06 20:05:42 +01:00
Filip Hrisafov
12070186a4
#2567 Add support for Jakarta Injection
...
Support for Jakarta is done in 2 ways:
* current jsr330 component model - In this case Jakarta Inject will be used if javax.inject is not available
* new jakarta component model - In this case Jakarta Inject will always be used
2022-01-30 13:31:50 +01:00
Filip Hrisafov
5f4d355838
#1661 Add support for globally disabling builders
2022-01-29 11:46:34 +01:00
Goni-Dev
0a8e9b738c
#2709 Corrected description for example demonstrating default expression
2022-01-23 17:26:21 +01:00
Ben Zegveld
277b6f5d2b
#2719 : added a note at the builder documentation to point towards the Before-/AfterMapping documentation.
2022-01-22 13:12:06 +01:00
Filip Hrisafov
59c5f40ac3
#2686 Add documentation about when mappers are injected
2022-01-18 18:22:47 +01:00
Filip Hrisafov
f7f65ac1de
#2687 Add documentation for NullValueMappingStrategy for collections and maps
2022-01-15 10:34:37 +01:00
Ben Zegveld
0a7b8134d4
#2689 : documentation: fix example title.
2021-12-25 11:50:48 +01:00
Filip Hrisafov
930b07aab8
[maven-release-plugin] prepare for next development iteration
2021-12-12 12:48:56 +01:00
Filip Hrisafov
0de10ca83c
[maven-release-plugin] prepare release 1.5.0.Beta2
2021-12-12 12:48:55 +01:00
dersvenhesse
754aaf2ef4
[DOCS] Fixed reference variable
2021-12-03 19:10:25 +01:00
Zegveld
72e6b1feb5
#2636 : defaultValue combined with qualified should not convert if not needed ( #2637 )
2021-11-14 20:11:05 +01:00
Zegveld
5df6b7a75b
#131 , #2438 , #366 Add support for Type-Refinement (Downcast) Mapping ( #2512 )
...
Add new `@SubclassMapping` for creating Downcast mapping.
When a parent mapping method is annotated with `@SubclassMapping`
it will now generate an instanceof check inside the parent mapping
and generate the subclass mappings if they are not manually defined.
There is also `SubclassExhaustiveStrategy` for controlling what MapStruct should do in case the target type is abstract and there is no suitable way to create it.
2021-10-19 20:44:25 +02:00
Yusuf Kemal Özcan
f0a13bb306
#2555 Add unmappedSourcePolicy annotation processor argument
2021-09-07 22:12:01 +02:00
Adam Szatyin
c52ff812aa
#2552 Add built in conversion between URL and String
2021-08-17 19:21:07 +02:00
Filip Hrisafov
8c554b9556
Change reference from Google Group to GitHub Discussions in reference guide
2021-07-18 15:55:17 +02:00
Filip Hrisafov
43dfd92e05
[maven-release-plugin] prepare for next development iteration
2021-07-18 15:15:44 +02:00
Filip Hrisafov
a91b93f357
[maven-release-plugin] prepare release 1.5.0.Beta1
2021-07-18 15:15:44 +02:00
Christian Kosmowski
985ca2fe64
#1075 Support for Mapping from Map<String, ???> to Bean
...
Co-authored-by: Filip Hrisafov <filip.hrisafov@gmail.com>
2021-06-27 07:34:37 +02:00
Filip Hrisafov
046077f701
#2483 : Update Asciidoctor to latest versions
2021-06-19 11:49:38 +02:00
Lukas Lazar
cc1562c5ad
#2132 Add unmappedTargetPolicy to @BeanMapping
2021-05-15 18:01:22 +02:00
João Paulo Bassinello
fdf3dcc8ef
#2445 Support for case changing enum transformation strategy
...
Available case transformations: upper, lower, capital
2021-05-15 13:04:15 +02:00
jason.bodnar@blackbaud.com
0cb053df8d
#2391 Add implicit conversion between UUID <-> String
2021-05-01 13:28:03 +02:00
Filip Hrisafov
51cdbd67e3
#2051 , #2084 Add new @Condition
annotation for custom presence check methods
2021-04-25 12:09:23 +02:00
Filip Hrisafov
903e6f3f44
#597 Add String <-> StringBuilder conversion in the documentation
2021-04-24 16:47:27 +02:00
Filip Hrisafov
2be536bb65
#2303 Generated code should use iteration order preserving LinkedHash(Map|Set) instead of Hash(Map|Set)
2021-04-24 14:19:01 +02:00
Filip Hrisafov
1964c809d8
Fix typo in missing code formatting in documentation
...
Closes #2385
2021-03-16 20:24:51 +01:00
Jude Niroshan
228660c74f
#2366 Update documentation in regards to Java Module System
2021-03-07 14:11:45 +01:00
Jeroen van Wilgenburg
d5703d3ee8
#2368 fix order of target parameter in documentation
2021-03-01 20:58:13 +01:00
Filip Hrisafov
08af258533
#2346 Update documentation and readme about MapStruct and Gradle
...
Remove obsolete net.ltgt.apt
Use com.diffplug.eclipse.apt for Eclipse
IntelliJ works transparently
2021-01-31 09:26:58 +01:00
Tomas Poledny
4223e3ab81
#2255 Add constants for componentModel
2021-01-17 15:13:42 +01:00
Filip Hrisafov
f84f756a4c
#2293 Use MapperConfig instead of MappingConfig in the documentation
2021-01-01 21:29:48 +01:00
Michael Düsterhus
e73dd1b485
Update chapter-2-set-up.asciidoc
...
See official maven doc on this: https://maven.apache.org/plugins/maven-compiler-plugin/examples/pass-compiler-arguments.html
Otherwise for example intellij doesn't recognize the compiler options on maven import
2020-12-15 19:32:19 +01:00
Nikolas Charalambidis
6daea86a1b
Add Lombok subsection in the documentation ( #2266 )
2020-11-11 22:28:53 +01:00
Nikolas Charalambidis
8f9df5b69b
#2258 Fixes vague description of @Default and @ConstructorProperties annotations
2020-11-04 21:39:06 +01:00
Saheb Preet Singh
26f62b7ef0
#607 Mapping Iterable<?> object to an object instead of collection
2020-10-21 21:20:46 +02:00
Filip Hrisafov
58dbaee472
[maven-release-plugin] prepare for next development iteration
2020-10-11 09:35:30 +02:00
Filip Hrisafov
d8f22f8311
[maven-release-plugin] prepare release 1.4.1.Final
2020-10-11 09:35:30 +02:00
Jasper Vandemalle
4480e0f367
Fix minor typos
2020-10-03 00:35:28 +02:00
Filip Hrisafov
eb5b8bb71e
[maven-release-plugin] prepare for next development iteration
2020-09-26 10:20:47 +02:00
Filip Hrisafov
9973b92ccb
[maven-release-plugin] prepare release 1.4.0.Final
2020-09-26 10:20:45 +02:00
Filip Hrisafov
8b22654abd
[maven-release-plugin] prepare for next development iteration
2020-08-30 16:31:45 +02:00
Filip Hrisafov
c962962546
[maven-release-plugin] prepare release 1.4.0.CR1
2020-08-30 16:31:44 +02:00