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

[NAE-1567] Global event system #268

Merged
merged 20 commits into from
Nov 12, 2024
Merged

[NAE-1567] Global event system #268

merged 20 commits into from
Nov 12, 2024

Conversation

Smotanka
Copy link

@Smotanka Smotanka commented Aug 21, 2024

Description

Implementation of new event system that provides flexible handling of NAE events.

Implements [NAE-1567](https://netgrif.atlassian.net/browse/NAE-1567)

Dependencies

No new dependencies.

Third party dependencies

No new 3rd party dependencies.

Blocking Pull requests

No blocking pull requests.

How Has Been This Tested?

Manual Testing.

Test Configuration

Name Tested on
OS Linux Mint 21.1 Cinnamon
Runtime Java 21
Dependency Manager Maven 3.9.6
Framework version Spring Boot 3.2.5
Run parameters
Other configuration

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes have been checked, personally or remotely, with @...
  • I have commented my code, particularly in hard-to-understand areas
  • I have resolved all conflicts with the target branch of the PR
  • I have updated and synced my code with the target branch
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes:
    • Lint test
    • Unit tests
    • Integration tests
  • I have checked my contribution with code analysis tools:
  • I have made corresponding changes to the documentation:
    • Developer documentation
    • User Guides
    • Migration Guides

renczesnetgrif and others added 14 commits February 15, 2022 15:53
- implemented PluginService
- implemented PluginInjector
- implemented configuration classes for plugins
- implemented PluginManagerConfiguration
- implemented exception management for plugins
- implemented EventSystemService
- implemented dispatcher classes
- corrected aggording to meeting
- refactored dispatcher registering
- implemented converter for DTO objects
- implemented plugin configuration
- added modelmapper dependency
# Conflicts:
#	src/main/groovy/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/ActionDelegate.groovy
- added nae-api into project
- make final and abstract classes in api
# Conflicts:
#	pom.xml
#	src/main/groovy/com/netgrif/application/engine/petrinet/domain/dataset/logic/action/ActionDelegate.groovy
 - Implemented Dispatcher and Listenr class
 - Added publishing of events via ApplicationEventPublisher in Engine Services
 - Code refactor
 - Added Javadocs
@Smotanka Smotanka added the new feature A change that introduces new functionality label Aug 21, 2024
@Smotanka Smotanka self-assigned this Aug 21, 2024
@Smotanka Smotanka changed the title Nae 1567 Global event system [NAE-1567] Global event system Sep 3, 2024
machacjozef and others added 2 commits November 11, 2024 13:52
# Conflicts:
#	src/main/java/com/netgrif/application/engine/workflow/service/DataService.java
Base automatically changed from NAE-1975 to release/7.0.0 November 11, 2024 14:47
@machacjozef machacjozef merged commit 06210d3 into release/7.0.0 Nov 12, 2024
4 of 6 checks passed
@machacjozef machacjozef deleted the NAE-1567 branch November 12, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A change that introduces new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants