Commit 0bc3f5d
committed
manual fix of ServiceLoader
Encoding was provided both as module-info and as
a file...and both files were not aligned.
The real fix was to write a failing (see EncodingRegistryTest) that makes sure that all
encoding are really registered properly.
Dropped 3 EncodingId without any Encoding:
- VORTEX_BITPACKED("vortex.bitpacked")
- VORTEX_FLAT("vortex.flat")
- VORTEX_STATS("vortex.stats")
So after testing with module-info and "provides/uses" keyword csv was still failing.
So the solution for now is to revert back to
the classpath (see TODO item).1 parent 0b8d466 commit 0bc3f5d
9 files changed
Lines changed: 6 additions & 73 deletions
File tree
- core/src
- main/java
- io/github/dfa1/vortex/encoding
- test/java/io/github/dfa1/vortex/encoding
- csv/src/main/java
- reader/src/main/java
- io/github/dfa1/vortex/scan
- writer/src/main/java
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 103 | + | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | | - | |
| 107 | + | |
109 | 108 | | |
110 | 109 | | |
This file was deleted.
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments