imagen icon indicating copy to clipboard operation
imagen copied to clipboard

Results 21 imagen issues
Sort by recently updated
recently updated
newest added

Update headers with ``SPDX-License-Identifier: Apache-2.0`` ``` /* * Copyright (c) {date} {owner}[ and others] * * This program and the accompanying materials are made available under the * terms of...

In the codebase I see the oracle copyright as well as: ``` /* Copyright (c) 2018 Jody Garnett and others * * All rights reserved. This program and the accompanying...

We can speed the build this way, while maintaining control over javadoc generation by having a github action build them.

ImageN is written against Java 5 constructs, we need to modernize it. For example: * [ ] Use List instead of Vector, Map instead of Hashtable, and so on *...

Find all places that would throw an exception due to reflection or direct access to internal JVM classes and remove it, eventually replacing it with a less efficient code (no...

Tentative initial code coverage 60%? * Use jacoco to evaluate code coverage * Should we use the existing JAI-EXT operator tests to account for some initial level of code coverage?...

epic

* [x] sortpom formatter for maven * [x] spotless formatter java * [ ] checkstyle * [ ] pmd * [ ] errorprone

in jai-ext we had all the module's artifact names prepended by jt. that made it easy to quickly identify the JAI-EXT libraries. In imagen we simply have the module name...

The `PropertyUtils.getFileFromClasspath()` lookup results in a null stream being returned when imagen-core.jar is on the module-path. The internal call to `getResourceAsStream()` will work when the imagen-core jar is on the...