novuhq / novu-java

Java SDK for Novu - The open-source notification infrastructure for engineers. 🚀
MIT License
26 stars 22 forks source link

Refactor InboundParse API to conform to new design #62

Closed mayorJAY closed 11 months ago

mayorJAY commented 11 months ago

We want to refactor the InboundParse API to address compatibility issues with Micronaut and Quarkus arising from the library's reliance on Spring framework.

We would like to have the Events API migrated to the new REST dependency and ensure the on going updates to the unit tests to validate the modifications and uphold code quality.

For guidance on the expected changes, kindly refer to this pull request #54.

PLEASE BRANCH OFF STAGING BRANCH AND ALL PRS SHOULD GO TO STAGING BRANCH FOR THESE CHANGES

git-ashug commented 11 months ago

Hi @mayorJAY , @unicodeveloper , I would like to work on this. Can you please assign this to me?

mayorJAY commented 11 months ago

Sure, give it a shot @git-ashug

charan2628 commented 11 months ago

Hi @mayorJAY I already made a PR

mayorJAY commented 11 months ago

Kindly ensure that an issue is assigned to you before you begin implementation @charan2628

git-ashug commented 11 months ago

Will raise a PR for this by tomorrow EOD, dev in progress

git-ashug commented 11 months ago

Hi @mayorJAY , raised PR. Please review