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

3.0.x #388

Merged
merged 40 commits into from
Aug 18, 2021
Merged

3.0.x #388

merged 40 commits into from
Aug 18, 2021

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Jul 26, 2021

Not to be merged until Micronaut 3.0.x GA is released

sdelamo and others added 27 commits June 11, 2021 11:26
* 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
# Conflicts:
#	version.txt
* Use undeprecated method

* remove deprecated method

* pass null to validateToken
* Revert "ignore gorm tests (#360)"

This reverts commit 6501790.

* annotate Gorm entities with @introspected

Close: #366
* rxjava2 to reactor

* Update BookCatalogueClientStub.groovy
@sdelamo sdelamo marked this pull request as draft July 27, 2021 06:29
@burtbeckwith burtbeckwith self-requested a review August 18, 2021 13:25
@sdelamo sdelamo marked this pull request as ready for review August 18, 2021 18:05
@sdelamo sdelamo merged commit 0f0e282 into master Aug 18, 2021
@sdelamo sdelamo deleted the 3.0.x branch August 18, 2021 20:47
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.

3 participants