tisonkun / os-detector

Detect OS/Platform information for Java program.
Apache License 2.0
5 stars 2 forks source link

Deprecated and refactor classifierWithLikes feature #7

Closed tisonkun closed 3 weeks ago

tisonkun commented 9 months ago

It turns out to be useless and buggy. Although I'd like to keep full compatible with os-maven-plugin for a while, we can deprecate it and refactor the code to a separate place for its deprecation.

See also https://github.com/google/osdetector-gradle-plugin/issues/4.

tisonkun commented 3 weeks ago

This is somehow related to #6 because the likes can be interpreted as "vendor" in the platform triple:

<arch>-<vendor>-<os>[-<toolchain>]

We are currently using <os>-<arch> but perhaps extend the classifier later.