Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
-
None
Description
It would be nice to improve readability to use a more declarative style in Gradle code. Moreover the use of Stream avoids the use of callback based methods like what is done in iterateOverActiveComponents.
Attachments
Attachments
Activity
Mathieu Lirzin (Inactive)
created issue -
Mathieu Lirzin (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | OFBIZ-10695_0005-Use-findAll-in-installPlugin-and-generatePluginDocum.patch [ 12950734 ] | |
Attachment | OFBIZ-10695_0004-Rewrite-installAllPlugins.patch [ 12950735 ] | |
Attachment | OFBIZ-10695_0003-Rewrite-getDirectoryInActiveComponentsIfExists.patch [ 12950736 ] | |
Attachment | OFBIZ-10695_0002-Replace-iterateOverActiveComponents-with-activeCompo.patch [ 12950737 ] | |
Attachment | OFBIZ-10695_0001-Use-anyMatch-in-subprojectExists.patch [ 12950738 ] |
Mathieu Lirzin (Inactive)
made changes -
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Mathieu Lirzin (Inactive)
made changes -
Assignee | Mathieu Lirzin [ mthl ] |
Mathieu Lirzin (Inactive)
made changes -
Resolution | Fixed [ 1 ] | |
Status | Patch Available [ 10002 ] | Resolved [ 5 ] |
Mathieu Lirzin (Inactive)
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Jacques Le Roux
made changes -
Fix Version/s | 22.01.01 [ 12342403 ] |
I have included a series of patches which are meant to be applied in order.