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

Camunda 7 #28

Merged
merged 41 commits into from
Sep 16, 2024
Merged

Camunda 7 #28

merged 41 commits into from
Sep 16, 2024

Conversation

GoodforGod
Copy link
Contributor

@GoodforGod GoodforGod commented Apr 15, 2024

  • Camunda 7 Engine module added
  • Camunda 7 Rest Undertow module added
@Component
public final class LoggerDelegate implements JavaDelegate {

    private static final Logger logger = LoggerFactory.getLogger(LoggerDelegate.class);

    @Override
    public void execute(DelegateExecution delegateExecution) {
        logger.info("Hello World: {}", delegateExecution);
    }
}

And

@Component
public final class LoggerDelegate implements KoraDelegate {

    private static final Logger logger = LoggerFactory.getLogger(LoggerDelegate.class);

    @Override
    public String key() {
        return "my-delegate-key";
    }

    @Override
    public void execute(DelegateExecution delegateExecution) {
        logger.info("Hello World: {}", delegateExecution);
    }
}

@GoodforGod GoodforGod added the new feature New feature request label Apr 15, 2024
@GoodforGod GoodforGod added this to the v1.1.0 milestone Apr 15, 2024
@GoodforGod GoodforGod added new module Feature where new module is added and removed new feature New feature request labels Apr 15, 2024
Copy link

github-actions bot commented Apr 15, 2024

Test Results

607 tests   603 ✅  7m 38s ⏱️
 85 suites    4 💤
 85 files      0 ❌

Results for commit 1a23095.

♻️ This comment has been updated with latest results.

@GoodforGod GoodforGod marked this pull request as draft April 15, 2024 09:27
@GoodforGod GoodforGod requested a review from Squiry April 16, 2024 13:02
@GoodforGod GoodforGod marked this pull request as ready for review April 17, 2024 10:49
@GoodforGod GoodforGod changed the title Camunda7 Engine Camunda 7 & 8 May 2, 2024
@GoodforGod GoodforGod requested a review from Squiry May 2, 2024 14:49
Squiry
Squiry previously approved these changes May 7, 2024
@GoodforGod GoodforGod modified the milestones: v1.1.0, 1.2.0 May 14, 2024
@GoodforGod GoodforGod changed the title Camunda 7 & 8 Camunda 7 May 16, 2024
@GoodforGod GoodforGod requested a review from Squiry May 23, 2024 22:37
@GoodforGod GoodforGod added the experimental New experimental module label Aug 7, 2024
@GoodforGod GoodforGod modified the milestones: v1.2.0, v1.1.8 Aug 7, 2024
@GoodforGod GoodforGod modified the milestones: v1.1.8, v1.1.9 Aug 29, 2024
@GoodforGod GoodforGod force-pushed the feature/camunda7 branch 3 times, most recently from 21ab376 to 33f8662 Compare September 12, 2024 13:14
@GoodforGod GoodforGod merged commit 70446cb into master Sep 16, 2024
9 checks passed
@GoodforGod GoodforGod deleted the feature/camunda7 branch September 16, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental New experimental module new module Feature where new module is added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants