Skip to content
Snippets Groups Projects
Commit 74ba9850 authored by dgelessus's avatar dgelessus
Browse files

Document Java 17 compatibility

parent d7c9a23d
Branches
Tags
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
## [(next version)](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.2.1-SNAPSHOT-all.jar?job=test) ## [(next version)](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.2.1-SNAPSHOT-all.jar?job=test)
* Added support for Java 17.
* Updated ProB 2 to version 4.0.0-SNAPSHOT. * Updated ProB 2 to version 4.0.0-SNAPSHOT.
* Added a `:language` command to allow changing the language used to parse user input. For example `:language event_b` can be used to switch to Event-B syntax when a non-Event-B machine is loaded (or no machine at all). * Added a `:language` command to allow changing the language used to parse user input. For example `:language event_b` can be used to switch to Event-B syntax when a non-Event-B machine is loaded (or no machine at all).
* Improved the performance of loading machines by reusing the existing instance of ProB instead of starting a new one for each machine. * Improved the performance of loading machines by reusing the existing instance of ProB instead of starting a new one for each machine.
......
...@@ -17,7 +17,7 @@ See the [requirements](#requirements) and [installation instructions](#installat ...@@ -17,7 +17,7 @@ See the [requirements](#requirements) and [installation instructions](#installat
## Requirements ## Requirements
* Java 8 or newer * Java 8 or newer
* Tested up to Java 14. * Tested up to Java 17.
* A Python 3 interpreter with [Jupyter installed](https://jupyter.org/install) * A Python 3 interpreter with [Jupyter installed](https://jupyter.org/install)
* Tested with CPython 3.8 and Jupyter core/Notebook 6.x. * Tested with CPython 3.8 and Jupyter core/Notebook 6.x.
* Older Python and Jupyter versions should also work (see below), but if possible please use the current versions of Python and Jupyter. * Older Python and Jupyter versions should also work (see below), but if possible please use the current versions of Python and Jupyter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment