siddhi-io / siddhi

Stream Processing and Complex Event Processing Engine
http://siddhi.io
Apache License 2.0
1.52k stars 528 forks source link

Compile siddhi on Java11 #1785

Closed senthuran16 closed 2 years ago

senthuran16 commented 2 years ago

Purpose

The following changes have been done to address the $subject:

  • Update maven-compiler-plugin's <release> tag to use Java 11.
  • Add javax related dependencies.
  • Migrate from findbugs to spotbugs.
  • Update maven-bundle-plugin's version to 3.3.0

Resolves https://github.com/wso2/api-manager/issues/416

Goals

Make Siddhi Compilable on Java11