devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
82 stars 88 forks source link

Naming conventions Quarkus: rename `service` package #491

Closed matus-m closed 2 years ago

matus-m commented 2 years ago

In the modern package structure the package/layer containing boundary API related classes is called service, which is a very ambiguous term.
I would like to suggest renaming of this into something more descriptive: rest, rs, api.

rafaelvicariabarker commented 2 years ago

https://github.com/devonfw-sample/devon4quarkus-reference/pull/35 https://github.com/devonfw-sample/devon4quarkus-order/pull/7 https://github.com/devonfw/devon4j/pull/505

rafaelvicariabarker commented 2 years ago

All pull requests have been merged