Skip to content

Kogito MapMessageMarshaller throws an error java.util.Map is abstract; cannot be instantiated for Map Property in class #108

Kogito MapMessageMarshaller throws an error java.util.Map is abstract; cannot be instantiated for Map Property in class

Kogito MapMessageMarshaller throws an error java.util.Map is abstract; cannot be instantiated for Map Property in class #108

Workflow file for this run

name: Workflows to notify the team about github issues
on:
issues:
types: [opened, reopened]
jobs:
message:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Send a stream message
uses: zulip/github-actions-zulip/send-message@cc9efe36b8bd6423eb5688536d98ab5ddc060bc3
env:
CONTENT: "I have detected a new issue on ${{ github.event.repo.name }}.\nLink: ${{ github.event.issue.html_url }}\nThis is an automatically relayed message. Don't reply to me directly.\n-- Issue description:\n${{ github.event.issue.body }}"
with:
api-key: ${{ secrets.ZULIP_BOT_SECRET }}
email: '[email protected]'
organization-url: 'https://kie.zulipchat.com'
to: 'kogito'
type: 'stream'
topic: 'GitHub Issues - ${{ github.event.issue.title }}'
content: ${{ env.CONTENT }}