You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have multiple languages that support the same extension/name we
now use the highest priority ScriptLanguage that isActive (a new helper
method for ScriptLanguages) instead of overwriting the language for that
extension/name.
This allows multiple language implementations to co-exist and take
priority based on the execution context (e.g. Jython works in Java-based
environments, PyImageJ works in python mode apps).
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
</parent>
11
11
12
12
<artifactId>scijava-common</artifactId>
13
-
<version>2.99.3-SNAPSHOT</version>
13
+
<version>2.100.0-SNAPSHOT</version>
14
14
15
15
<name>SciJava Common</name>
16
16
<description>SciJava Common is a shared library for SciJava software. It provides a plugin framework, with an extensible mechanism for service discovery, backed by its own annotation processor, so that plugins can be loaded dynamically. It is used by downstream projects in the SciJava ecosystem, such as ImageJ and SCIFIO.</description>
0 commit comments