Add example for mapstruct with Gradle 5
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 新手友好度
- 38/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- java
- 领域
- build-system
调研方向
从 Gradle 5 示例开始,将其 annotation processor 设置与 Gradle 5 发布说明中的要求以及所引用的 Stack Overflow 报告进行比较。更新该示例,使其能够与 Gradle 5 一起工作,包括 issue 中显示的编译器参数,并验证该示例能够成功构建。
由索引模型根据 Issue 内容生成。
描述
The example for Gradle 5 does NOT seem to work with Gradle 5. From the release notes: Release notes Gradle 5 states: Gradle will no longer automatically apply annotation processors that are on the compile classpath — use CompileOptions.annotationProcessorPath instead.
Specifically the "options.compilerArgs = [
'-Amapstruct.suppressGeneratorTimestamp=true" part.
See also my post on StackOverflow: https://stackoverflow.com/questions/56170222/migrating-from-gradle-4-to-5-how-to-get-mapstruct-1-20-final-working-with-it
- 主要语言
- Java
- 星标
- 1.4k
- 派生
- 504
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
mapstruct/mapstruct-examples 的其他 Issue
-
Java 21 support 未关闭
难度 4/5 3-5 天 新手友好度 35/100
mapstruct/mapstruct-examples#153 · 1 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
mapstruct/mapstruct-examples#149 · 1 条评论 ·
-
mapstruct-protobuf3 use lombok:UnsupportedOperationException(Collections$UnmodifiableCollection) 未关闭
难度 2/5 1-3 小时 新手友好度 45/100
mapstruct/mapstruct-examples#142 ·
-
难度 4/5 3-5 天 新手友好度 15/100
mapstruct/mapstruct-examples#138 ·
-
难度 4/5 3-5 天 新手友好度 25/100
mapstruct/mapstruct-examples#128 · 1 个 reaction ·
查看 mapstruct/mapstruct-examples 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
elastic/gradle-plugins#157 ·
-
enhancement Tools
难度 1/5 1 小时以内 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 70/100
apache/rocketmq-dashboard#5008 ·
-
bug
难度 2/5 1-3 小时 新手友好度 75/100
-
DETECT_PARAMETER_NAMES=false silently disables @ConstructorProperties-based Creator detection too 未关闭
难度 2/5 1-3 小时 新手友好度 70/100
FasterXML/jackson-databind#6229 ·