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

Use javax @Transaction and micronaut @ReadOnly on service methods #102

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Use javax @Transaction and micronaut @ReadOnly on service methods #102

merged 1 commit into from
Jun 15, 2020

Conversation

agilob
Copy link
Contributor

@agilob agilob commented Jun 14, 2020

Closes #96

@agilob
Copy link
Contributor Author

agilob commented Jun 14, 2020

To make it clear: this fixes basic @service -> @singleton and @transactional -> @javax.transactional problem, there is still one thing to address in service methods import org.springframework.data.jpa.domain.Specification; which will cause problems when used.

It seems to be supported by mn, but I've never used it there, so yet to be solved.

@atomfrede atomfrede added the bug 🐞 Something isn't working label Jun 15, 2020
@JasonTypesCodes
Copy link
Contributor

Thanks @agilob!

@JasonTypesCodes JasonTypesCodes merged commit eaca73d into jhipster:master Jun 15, 2020
@agilob agilob deleted the micronaut-service-annotations branch December 3, 2020 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Service for model is generated with spring annotations
3 participants