Hi all, I'm planning to create a MicroProfile rest client example. I checked Ivan's example: mp-metrics-counted [1], I created a PR [2] for the work in progress in order to collect feedback and contributions as I move forward. As you can see I'm using the convention he used for the metrics example [3] since I think it's a nice format to have the prefix mp- in the examples related with MicroProfile.
[1] https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted [2] https://github.com/apache/tomee/pull/210 [3] examples/mp-rest-client/ <https://github.com/apache/tomee/pull/210/files#diff-cf40b757e6a74b3ffcfa2462457e3201> ├── README.md ├── pom.xml └── src ├── main │ └── java │ └── org │ └── superbiz │ └── rest └── test ├── java │ └── org │ └── superbiz │ └── rest └── resources └── arquillian.xml -- Atentamente: César Hernández Mendoza.