Modify ↓
Opened 2 days ago
Last modified 2 days ago
#24601 new defect
Tests on Java25 fail: Cannot invoke "org.apache.commons.jcs3.auxiliary.disk.block.BlockDiskKeyStore.reset()" because "this.keyStore" is null
| Reported by: | stoecker | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 25.10 |
| Component: | Core | Version: | |
| Keywords: | Cc: | taylor.smock |
Description
org.openstreetmap.josm.data.cache.JCSCachedTileLoaderJobTest and org.openstreetmap.josm.data.imagery.TMSCachedTileLoaderJobTest fail for Java >= 24.
Attachments (0)
Change History (2)
comment:1 by , 2 days ago
| Cc: | added |
|---|
comment:2 by , 2 days ago
I'll probably run the tests in an IDE with a breakpoint set on keyStore to see when/where it is set (Java 21) and then see why that particular code path is not taken in Java 25.
Note:
See TracTickets
for help on using tickets.



@taylor.smock:
Do you have an idea how to fix this? ATM I don't even know where to start looking.