Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit d667740

Browse files
author
Mustafa ÖNCEL
committed
Release 0.1
1 parent f74fd15 commit d667740

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,25 @@ If you don't provide --print-if-above or --print-if-below arguments, it will onl
4040

4141
You can find old libraries that compile with/into Java 6, or you can find for example libraries that compile into Java 11, or other versions.
4242

43-
# Limitations/To-Do
43+
# Limitations/To-do
44+
45+
## Not tested for
4446

4547
- Classes from Multi-Release JARs are not tested.
4648
- Classes compiled for preview runtimes (--enable-preview) are not tested.
4749

50+
## Limitations/notes
51+
4852
- This tool will still take into account even if a class file is not used or loaded in run-time.
4953
- This not a tool to modify/update bytecode or class/jar files in any way.
5054

55+
## To-do
56+
57+
- [ ] Refactor code to make it more organized
58+
- [ ] Add tests
59+
- [ ] Test with preview (--enable-preview) versions and Multi-Release JARs
60+
- [ ] Option to print only packages with below/above specified version (i.e not every single class, reduces messages)
61+
5162
# Security Policy
5263

5364
Please see [Security policy](https://github.com/LifeMC/bytecode-version-analyzer/blob/main/.github/SECURITY.md)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.lifemcserver</groupId>
88
<artifactId>bytecode-version-analyzer</artifactId>
9-
<version>0.1-SNAPSHOT</version>
9+
<version>0.1</version>
1010

1111
<name>Bytecode Version Analyzer</name>
1212

0 commit comments

Comments
 (0)