Changes between Version 1 and Version 2 of Ticket #21510
- Timestamp:
- 2021-11-03T16:39:55+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21510 – Description
v1 v2 6 6 * We can have version specific implementations for items, instead of having classes where each method has a check for the java version. 7 7 * 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]) 9 9 Cons: 10 10 * 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