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

Annotated gorm entities as introspected #369

Merged
merged 2 commits into from
Jul 13, 2021

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Jul 13, 2021

No description provided.

@sdelamo sdelamo merged commit b3c3ea5 into 3.0.x Jul 13, 2021
@sdelamo sdelamo deleted the annotated-gorm-entities-as-introspected branch July 13, 2021 15:23
sdelamo added a commit that referenced this pull request Aug 18, 2021
* change version to 3.0.0-SNAPSHOT

* uses Jakarta annotation in 3.0.x branch (#303)

* replace javax.inject.Inject with jakarta

* replace javax.inject.Singleton with jakarta

* for single guide don't execute every test

* gradle task to replace javax.inject imports

* fix build

* Replace usage of deprecated methods (#350)

* Use undeprecated method

* remove deprecated method

* pass null to validateToken

* add import to custom replace task javax.inject (#365)

* fetch annotation value using javax.inject.Named (#364)

see: micronaut-projects/micronaut-core#5743

* disable cookie-secure for dev and test (#362)

* remove @eventlistener from persistToken (#361)

* ignore graphql tests (#363)

* ignore gorm tests (#360)

* Annotated gorm entities as introspected (#369)

* Revert "ignore gorm tests (#360)"

This reverts commit 6501790.

* annotate Gorm entities with @introspected

Close: #366

* Reactor (#376)

* rxjava2 to reactor

* Update BookCatalogueClientStub.groovy

* remove MVCC config

* blockFirst not blockingFirst

* Use Mono.from

* add reactor-core dependency

* add args to Micronaut.run in groovy

* guides fixes for reactor move

* fix reactor

* fix kotlin function guide

* merge master

* replace @SingleResult Publisher with Mono

See: #393

* fix jakarta imports

* Update security code

* remove re-added resources

* Update version.txt

* run graphql tests

* remove cookie-secure setting no longer necessary

* remove common-disable-cookie-http-secure-for-dev-and-test.adoc

Co-authored-by: Iván López <lopezi@objectcomputing.com>
Co-authored-by: Burt Beckwith <burt@burtbeckwith.com>
AndreaLaGrotteria pushed a commit to AndreaLaGrotteria/micronaut-guides that referenced this pull request Oct 3, 2024
* change version to 3.0.0-SNAPSHOT

* uses Jakarta annotation in 3.0.x branch (micronaut-projects#303)

* replace javax.inject.Inject with jakarta

* replace javax.inject.Singleton with jakarta

* for single guide don't execute every test

* gradle task to replace javax.inject imports

* fix build

* Replace usage of deprecated methods (micronaut-projects#350)

* Use undeprecated method

* remove deprecated method

* pass null to validateToken

* add import to custom replace task javax.inject (micronaut-projects#365)

* fetch annotation value using javax.inject.Named (micronaut-projects#364)

see: micronaut-projects/micronaut-core#5743

* disable cookie-secure for dev and test (micronaut-projects#362)

* remove @eventlistener from persistToken (micronaut-projects#361)

* ignore graphql tests (micronaut-projects#363)

* ignore gorm tests (micronaut-projects#360)

* Annotated gorm entities as introspected (micronaut-projects#369)

* Revert "ignore gorm tests (micronaut-projects#360)"

This reverts commit 6501790.

* annotate Gorm entities with @introspected

Close: micronaut-projects#366

* Reactor (micronaut-projects#376)

* rxjava2 to reactor

* Update BookCatalogueClientStub.groovy

* remove MVCC config

* blockFirst not blockingFirst

* Use Mono.from

* add reactor-core dependency

* add args to Micronaut.run in groovy

* guides fixes for reactor move

* fix reactor

* fix kotlin function guide

* merge master

* replace @SingleResult Publisher with Mono

See: micronaut-projects#393

* fix jakarta imports

* Update security code

* remove re-added resources

* Update version.txt

* run graphql tests

* remove cookie-secure setting no longer necessary

* remove common-disable-cookie-http-secure-for-dev-and-test.adoc

Co-authored-by: Iván López <lopezi@objectcomputing.com>
Co-authored-by: Burt Beckwith <burt@burtbeckwith.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant