You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenTerrainGenerator shades a very old version of Jackson which causes compatibility issues when it's loaded before Valkyrien Skies 2, which requires a newer version. The latest version of Jackson is 2.14.1
The text was updated successfully, but these errors were encountered:
FrankTCA
added a commit
to FrankTCA/OpenTopG
that referenced
this issue
Dec 8, 2022
OTG is currently using an extremely old version of YAML (esp. Jackson), outlined here: PG85/OpenTerrainGenerator#979
Since OTG team has disappeared at the moment, we are changing this here, and maybe they will (or won't) change this themselves.
Will be fixed along w/ Fabric Support for 1.18.2 and 1.19 0.0.30, we will also be continuing support for 1.16 OTG with minor fixes such as this (w/o Fabric for the time being), but will save that for another day.
Changes have been committed to 1.18.2 branch, artifact created OK, untested as of yet (busy), will not commit to 1.19 till after support for 1.19 is completed.
OpenTerrainGenerator/common/common-core/build.gradle
Lines 26 to 29 in 6f83c3f
OpenTerrainGenerator shades a very old version of Jackson which causes compatibility issues when it's loaded before Valkyrien Skies 2, which requires a newer version. The latest version of Jackson is 2.14.1
The text was updated successfully, but these errors were encountered: