asyncapi / java-template

Java template for the AsyncAPI Generator
Apache License 2.0
10 stars 12 forks source link

refactor: changed default Java package #39

Closed ppatierno closed 2 years ago

ppatierno commented 2 years ago

The Java template is evolved by supporting Apache Kafka other than IBM MQ (with JMS). For this reason, I think that it does make more sense to have as default Java package for the generated code something more general like com.asyncapi (I see it being used in the Java Sprint template as well) instead of a more specific com.ibm.mq.samples.jms (IBM MQ with JMS). When using the template for Apache Kafka clients, having the generated code under com.ibm.mq.samples.jms by default sounds weird. Of course, this can be changed providing the package as parameter to the generator but anyway having the current default package name doesn't seems to be right.

dalelane commented 2 years ago

/rtm

asyncapi-bot commented 1 year ago

:tada: This PR is included in version 0.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: