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

Revert removal of deprecated grails-events-compat #69

Merged
merged 3 commits into from
Dec 21, 2023

Conversation

matrei
Copy link
Collaborator

@matrei matrei commented Dec 21, 2023

@puneetbehl puneetbehl merged commit 539bad0 into grails:5.0.x Dec 21, 2023
4 checks passed
@matrei matrei deleted the matrei/revert-remove-deprecated branch December 21, 2023 20:00
matrei added a commit to grails/grails-core that referenced this pull request Oct 3, 2024
This commit adds the Events plugin to all Grails applications by adding it to the `grails-dependencies`. Previously this has happened transitively through the inclusion of the Async plugin in `grails-dependencies`.

However, as `grails-plugin-async` does not depend on the `grails-plugin-events`, it makes more sense to add `grails-plugin-events` in `grails-dependencies` explicitly.

This prepares for the removal of `grails-plugins-events` to be declared as a dependency in `grails-plugin-async`.

Related:
grails/grails-async#44
grails/grails-async#69
grails/grails-async#70
#13324
matrei added a commit to grails/grails-core that referenced this pull request Oct 3, 2024
* fix: Add `grails-plugin-events` to `grails-dependencies`

This commit adds the Events plugin to all Grails applications by adding it to the `grails-dependencies`. Previously this has happened transitively through the inclusion of the Async plugin in `grails-dependencies`.

However, as `grails-plugin-async` does not depend on the `grails-plugin-events`, it makes more sense to add `grails-plugin-events` in `grails-dependencies` explicitly.

This prepares for the removal of `grails-plugins-events` to be declared as a dependency in `grails-plugin-async`.

Related:
grails/grails-async#44
grails/grails-async#69
grails/grails-async#70
#13324

* fix: Remove unnecessary exclusions of `javax:javaee-web-api`

These exclusions should not be necessary anymore as `javax:javaee-web-api` is not included in `grails-plugin-async` or `grails-gsp`.
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.

Upgrade to 6.1.1 fails when Redis is in place with other plugins (ex. OAuth)
3 participants