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 8 #37

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Camunda 8 #37

wants to merge 22 commits into from

Conversation

GoodforGod
Copy link
Contributor

@GoodforGod GoodforGod commented May 16, 2024

Camunda 8 Zeebe Worker module added

@Component
public final class Step2JobWorker {

    private final Logger logger = LoggerFactory.getLogger(getClass());

    @JobWorker("bar")
    public Map<String, String> handle(JobContext context) {
        logJob(logger, context);
        return Map.of("someResult", "42");
    }
}

@GoodforGod GoodforGod added the new module Feature where new module is added label May 16, 2024
@GoodforGod GoodforGod added this to the 1.2.0 milestone May 16, 2024
Copy link

github-actions bot commented May 16, 2024

Test Results

577 tests   573 ✅  7m 28s ⏱️
 80 suites    4 💤
 80 files      0 ❌

Results for commit 7c28d59.

♻️ This comment has been updated with latest results.

@GoodforGod GoodforGod requested a review from Squiry May 23, 2024 22:37
Squiry
Squiry previously approved these changes Jun 3, 2024
@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 26, 2024
@GoodforGod GoodforGod removed this from the v1.1.9 milestone Sep 10, 2024
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