Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the HibernateOrmProcessor to decompose the build steps into … #9362

Merged
merged 1 commit into from
May 19, 2020

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented May 15, 2020

…smaller items

Fixes #9361

@Sanne Sanne added the area/hibernate-orm Hibernate ORM label May 15, 2020
@Sanne Sanne added this to the 1.5.0 milestone May 15, 2020
…smaller items

This is necessary to avoid cycles in upcoming fixes
@Sanne Sanne force-pushed the HibernateOrmProcessor branch from f8a4415 to 87cc14f Compare May 18, 2020 21:42
* Exposed as a possible integration API: other extensions can produce additional
* configuration instances.
*
* @author Sanne Grinovero <[email protected]>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to drop the author tags since we haven't been using them in a while :)

Copy link
Member

@stuartwdouglas stuartwdouglas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me. There are some @author tags that we don't usually have but I think the final decision there was they were optional rather than not allowed?

@gsmet gsmet merged commit c639456 into quarkusio:master May 19, 2020
@Sanne Sanne deleted the HibernateOrmProcessor branch May 19, 2020 11:30
@Sanne
Copy link
Member Author

Sanne commented May 19, 2020

Thanks all ! Just a note FYI there's plenty of author tags in these modules, introduced by others first so I resumed using them as well.

BTW it's more practical for me to have author tags than not: it avoid me needing to swap IDE template settings all the time, as I spend most of my coding time on other projects which expect them.

@geoand
Copy link
Contributor

geoand commented May 19, 2020

Honest question: can't the templates be made project specific?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-orm Hibernate ORM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow other extensions to define Hibernate ORM configurations
4 participants