Skip to content

Commit a7657c5

Browse files
committed
Update ij1-patcher: 1.2.2 -> 1.2.3
This fixes a critical bug in headless support, where calling ImagePlus's show() function before running a macro would throw HeadlessException. With this fix, we can reenable the imagej-legacy automated tests.
1 parent a3e490c commit a7657c5

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,13 @@
469469
<imagej.version>${imagej2.version}</imagej.version>
470470
<net.imagej.imagej.version>${imagej.version}</net.imagej.imagej.version>
471471

472-
<!-- ImageJ 1.x - https://github.com/imagej/ImageJA -->
472+
<!-- ImageJ - https://github.com/imagej/ImageJ -->
473473
<imagej1.version>1.53t</imagej1.version>
474474
<ij.version>${imagej1.version}</ij.version>
475475
<net.imagej.ij.version>${ij.version}</net.imagej.ij.version>
476476

477-
<!-- ImageJ 1.x patcher - https://github.com/imagej/ij1-patcher -->
478-
<ij1-patcher.version>1.2.2</ij1-patcher.version>
477+
<!-- ImageJ patcher - https://github.com/imagej/ij1-patcher -->
478+
<ij1-patcher.version>1.2.3</ij1-patcher.version>
479479
<net.imagej.ij1-patcher.version>${ij1-patcher.version}</net.imagej.ij1-patcher.version>
480480

481481
<!-- ImageJ Common - https://github.com/imagej/imagej-common -->

tests/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ grep -qxF "$f" $dir/skipTests.txt \&\& buildFlags=-DskipTests\
167167
chmod +x "$meltScript" ||
168168
die "Failed to adjust $meltScript"
169169

170-
# TEMP: Until imagej/imagej-legacy#285 is fixed.
171-
echo "net.imagej/imagej-legacy" >> "$skipTestsFile" &&
172-
173170
# TEMP: Until saalfeldlab/n5-zarr#11 is merged and released.
174171
echo "org.janelia.saalfeldlab/n5-zarr" >> "$skipTestsFile" &&
175172

0 commit comments

Comments
 (0)