You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a PR with a unit test to trigger this. You can simply debug through with your IDE to figure things out. Once you know out what the Peaberry code should look like it should be super easy to modify the velocity templates to do the rest.
When I wish to export multiple services
The generated code is incorrect and only contains one interface
Attempts to fix this have failed so far because the implementation relies on an exception being throw and thus we can never proceed past the first annotation to be processed. https://github.com/elasticpath/peaberry-code-generator/blob/master/src/main/java/org/eclipse/sisu/contrib/peaberry/ServiceExportAnnotationProcessor.java L80
The text was updated successfully, but these errors were encountered: