Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Tags: comp500/Jumploader

Tags

2.1.3

Toggle 2.1.3's commit message
Bump version

2.1.2

Toggle 2.1.2's commit message
Fix splash logo rendering, optimise images

2.1.1

Toggle 2.1.1's commit message
Fix non-userdev server side inference (fixes #14)

2.1.0

Toggle 2.1.0's commit message
Add Fabric loader version pinning

2.0.1

Toggle 2.0.1's commit message
Bump version

2.0.0

Toggle 2.0.0's commit message
Clean up some warnings

1.0.12

Toggle 1.0.12's commit message
Rewrite jimfs compat to work on OpenJ9, and in a cleaner way

Instead of resetting the FileSystemProvider list and changing the
system classloader so that it is found properly when reloading,
run ServiceLoader on our own classloader and add providers to the
existing list (copying into an ArrayList to allow modifiability)
Also refactored some code to make the intent clearer.

1.0.11

Toggle 1.0.11's commit message
Report OpenJ9 as unsupported

1.0.10

Toggle 1.0.10's commit message
Fix ByteBuffer crash on Java 8 and older by casting to Buffer

1.0.9

Toggle 1.0.9's commit message
Fix support for newer Java by using VarHandle to bypass the reflectio…

…n blacklist