Commit 1f26be8
committed
Clean up dead code and add OSGi import exclusions for msgpack-jackson3
- Remove JavaInfo.java: STRING_VALUE_FIELD_IS_CHARS is always false on Java 17+
since String.value is byte[], not char[]; simplify parser and generator accordingly
- Remove dead writeCharArrayTextKey method and tempChars field
- Add OsgiKeys.importPackage exclusions for android.os and sun.* packages
- Add comments on (int) cast overflow risk in currentTokenLocation/currentLocation1 parent d8c66c1 commit 1f26be8
4 files changed
Lines changed: 7 additions & 90 deletions
File tree
- msgpack-jackson3/src/main/java/org/msgpack/jackson/dataformat
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 3 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
| |||
513 | 511 | | |
514 | 512 | | |
515 | 513 | | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | 514 | | |
527 | 515 | | |
528 | 516 | | |
| |||
563 | 551 | | |
564 | 552 | | |
565 | 553 | | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
| 554 | + | |
573 | 555 | | |
574 | 556 | | |
575 | 557 | | |
| |||
592 | 574 | | |
593 | 575 | | |
594 | 576 | | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
| 577 | + | |
602 | 578 | | |
603 | 579 | | |
604 | 580 | | |
| |||
673 | 649 | | |
674 | 650 | | |
675 | 651 | | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
| 652 | + | |
683 | 653 | | |
684 | 654 | | |
685 | 655 | | |
| |||
Lines changed: 3 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
| |||
146 | 143 | | |
147 | 144 | | |
148 | 145 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
| 146 | + | |
162 | 147 | | |
163 | 148 | | |
164 | 149 | | |
| |||
604 | 589 | | |
605 | 590 | | |
606 | 591 | | |
| 592 | + | |
607 | 593 | | |
608 | 594 | | |
609 | 595 | | |
610 | 596 | | |
611 | 597 | | |
612 | 598 | | |
| 599 | + | |
613 | 600 | | |
614 | 601 | | |
615 | 602 | | |
| |||
0 commit comments