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
Remove dependency on runtime-micronaut project entirely from codegen (#……14)
* Add exception classes and handlers in runtime module
* Remove codegen logic for generating excepiton classes, move HttpStatusToExceptionClassMapper to runtime module
* Fix import in test
* Set dependency of codegen on runtime-micronaut to 'compileOnly'
* remove runtime dependency on codegen as it would result in getting all micronaut dependencies in codegen. Using string paths of exception files
* Move basePackage name of exception classes inside mapper