Java 1.5 and compiler warnings

If you enable the JavaCompilerTarget=1.5 in your notes.ini, you get loads of compiler warnings about type parametrization (it’s not an exact message), but obviously the Notes/Domino Java API does not support that. E.g.: document.getItemValueDateTimeArray(field) returns Vector not Vector and so forth.

Now, Java 5 offers some nice features, but we’re unable to use them if we get overrun by warnings when we use them. Disabling warnings is a bad idea, of course…

When will this change?

TIA, Miha Vitorovic