Changes between Version 2 and Version 10 of Ticket #21510


Ignore:
Timestamp:
2022-06-13T21:30:35+02:00 (2 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21510

    • Property Milestone21.12
    • Property Owner changed from team to Don-vip
    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #21510 – Description

    v2 v10  
    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 ([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])
     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], [https://openjdk.java.net/jeps/426 JEP 426 for Java 19])
    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