Changes between Version 1 and Version 2 of Ticket #21510


Ignore:
Timestamp:
2021-11-03T16:39:55+01:00 (3 years ago)
Author:
taylor.smock
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21510 – Description

    v1 v2  
    66* We can have version specific implementations for items, instead of having classes where each method has a check for the java version.
    77* We can try out newer Java features
    8   * Specific to 360 imagery, we can try out the vectors (incubating) available in Java 17
     8  * Specific to 360 imagery, we can try out the vectors (incubating) available in Java 17 ([https://openjdk.java.net/jeps/338 JEP 338 for Java 16], [https://openjdk.java.net/jeps/414 JEP 414 for Java 17], and [https://openjdk.java.net/jeps/417 JEP 417 for Java 18])
    99Cons:
    1010* Testing -- each class file is essentially a duplicate, so we may have duplicated code when the class only has one or two methods that can or should be version specific