javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

API report for Grizzly Http Server #1973

Closed lvc closed 6 years ago

lvc commented 6 years ago

Hi,

Here is the report on API changes and backward binary compatibility for the Grizzly Http Server library: https://abi-laboratory.pro/java/tracker/timeline/grizzly-http-server/

The report is generated by the https://github.com/lvc/japi-compliance-checker tool for jars at http://central.maven.org/maven2/org/glassfish/grizzly/grizzly-http-server/ according to the article https://wiki.eclipse.org/Evolving_Java-based_APIs_2.

Hope it will be helpful for users and maintainers of the library to be aware of past and future API changes.

Feel free to request other Grizzly modules to be included to the tracker if you are interested.

Also please let me know if the tool should not check some parts of the API (it checks all public API methods and classes by default).

Thank you.

grizzly-http-server-2 grizzly-http-server-1

glassfishrobot commented 6 years ago

Closing this as this issue is migrated to https://github.com/eclipse-ee4j/grizzly/issues/1973