ADDITIONAL SYSTEM INFORMATION :
Linux aarch64
A DESCRIPTION OF THE PROBLEM :
After the upgrade to openjfx 25.0.1, build start to fail because there are missing artifacts:
> Could not resolve all files for configuration ':runtimeClasspath'.
> Could not find javafx-controls-25.0.1-linux-aarch64.jar (org.openjfx:javafx-controls:25.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-controls/25.0.1/javafx-controls-25.0.1-linux-aarch64.jar
> Could not find javafx-media-25.0.1-linux-aarch64.jar (org.openjfx:javafx-media:25.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-media/25.0.1/javafx-media-25.0.1-linux-aarch64.jar
> Could not find javafx-graphics-25.0.1-linux-aarch64.jar (org.openjfx:javafx-graphics:25.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/25.0.1/javafx-graphics-25.0.1-linux-aarch64.jar
> Could not find javafx-base-25.0.1-linux-aarch64.jar (org.openjfx:javafx-base:25.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/25.0.1/javafx-base-25.0.1-linux-aarch64.jar
Only affects as far as I can see to linux running in aarch64 architecture.
With version 25 it works without issues.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
- On linux running in aarch64 machine (for example raspberry pi)
- Upgrade to javafx 25.0.1
- Run the build your app/library using your build tool
- Fails to download the artifacts
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
I should download the artifacts
ACTUAL -
If fails trying to download the artifacts
Linux aarch64
A DESCRIPTION OF THE PROBLEM :
After the upgrade to openjfx 25.0.1, build start to fail because there are missing artifacts:
> Could not resolve all files for configuration ':runtimeClasspath'.
> Could not find javafx-controls-25.0.1-linux-aarch64.jar (org.openjfx:javafx-controls:25.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-controls/25.0.1/javafx-controls-25.0.1-linux-aarch64.jar
> Could not find javafx-media-25.0.1-linux-aarch64.jar (org.openjfx:javafx-media:25.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-media/25.0.1/javafx-media-25.0.1-linux-aarch64.jar
> Could not find javafx-graphics-25.0.1-linux-aarch64.jar (org.openjfx:javafx-graphics:25.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/25.0.1/javafx-graphics-25.0.1-linux-aarch64.jar
> Could not find javafx-base-25.0.1-linux-aarch64.jar (org.openjfx:javafx-base:25.0.1).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/25.0.1/javafx-base-25.0.1-linux-aarch64.jar
Only affects as far as I can see to linux running in aarch64 architecture.
With version 25 it works without issues.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
- On linux running in aarch64 machine (for example raspberry pi)
- Upgrade to javafx 25.0.1
- Run the build your app/library using your build tool
- Fails to download the artifacts
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
I should download the artifacts
ACTUAL -
If fails trying to download the artifacts