Skip to content

JDK 8 mode is set but use of JDK 9 methods in tests #1016

@rschwietzke

Description

@rschwietzke

options.setExperimentalOption("prefs", Map.of("intl.accept_languages", locale));

Map.of() was introduced in JDK 9. The test cases seem to use that. If we maintain strict JDK8 compatibility, this might be wrong. This is rather a question than a bug. And yes, I am fine with going to JDK 11 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions