OmixVisualization / qtjambi

QtJambi is a wrapper for using Qt in Java.
http://www.qtjambi.io
Other
354 stars 40 forks source link

[BUG] qtjambi-XXX-native-YYY-x64 version 6.7.0 missing at maven central #194

Closed wolfseifert closed 5 months ago

wolfseifert commented 5 months ago

Describe the bug

qtjambi-websockets-native-linux-x64 and qtjambi-websockets-native-windows-x64 version 6.7.0 are missing at maven central.

I am using only

"qtjambi", "qtjambi-dbus", "qtjambi-multimedia", "qtjambi-multimediawidgets", "qtjambi-network", "qtjambi-opengl", "qtjambi-openglwidgets", "qtjambi-qml", "qtjambi-quick", "qtjambi-websockets",

so there might be more missing.

Doing my own build from sources (on Linux and Windows) and publishing these modules into my local sonatype repository everything is fine. So its just a "missing modules at maven central" issue.

omix commented 5 months ago

Thanks. I'll add these modules to the prio list. It is still uploading to Maven Central.

wolfseifert commented 5 months ago

O.k., it works now for me. But I see that for example qtjambi-bluetooth-native-linux-x64 version 6.7.0 is still missing at maven central. How can it be? (Still uploading?)

omix commented 5 months ago

Uploading takes several days and I prioritized the modules. Bluetooth for linux is not yet published. Also it takes a while between an artifact being published and being listed on Maven Central. I am still waiting for that process to conclude for some modules. Finally I will run a completeness check to see if something is missing. On the other hand, I decided to skip some modules from being published automatically and instead only publish them only on demand. This can be written in the module page. So, it's good to know your requirements.

wolfseifert commented 5 months ago

I did not know that it takes so long... Usually when a new qtjambi version is released I build from sources to check if the build works and then publish it in my local sonatype repository for later use. So I do not really need the modules from maven central. This time I needed qtjambi on another computer and decided to use the modules from maven central. Maybe you should mention this time gap between release and availability at maven central somewhere in the README to avoid future issues like this one. So I am closing this now.