You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to IronJacamar Developers
Hi all,
I've just opened a PR [1] for the task [2] described by post subject.
Just a few notes:
I've added a test for deployer. It could be used as base for any kind of test on deployment phase, not only for validation
The test of point 1 is not full stressing all validation rules (well it just check one to be sure validation has fired by deployer). It could/should be extended. I've opened and issue [3] on this, for Beta2
Looking at the code there are some points writable Java8 lambda, I've limited lambda only where they would be obvious, but I'd like to use them much more in next future...but I'd like to hear your opinion on this