For Cycle 58 #1533
Labels
parsed:valid
https://bisq.wiki/Compensation#Ensure_your_request_is_valid
team:dev
https://bisq.wiki/Dev_Team
Milestone
Summary
2024.29
Contributions delivered
Lines end with "\r\n" on Windows.
Java's
WatchService
misses filesystem events while a consumer is processing aWatchKey
.Java documentation:
This behavior caused deadlocks during some Tor start ups.
Changes:
Ref: #1798
Relates to #1798 and #2063.
When the Tor network is under load, the bootstrap process takes multiple minutes. Tor informs us about the progress with BootstrapEvent's until Tor is ready.
Fixes #1798
Ref: bisq-network/bisq2#1894
Ref: bisq-network/bisq2#1798
The microphone permission is hard-coded here: https://github.com/openjdk/jdk/blob/master/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/Info-lite.plist.template#L36
I created a jpackage app image to modify the file but the jpackage app image creates the app bundle and there is no easy way to override the properties. At this point, It seems better to create the app bundle and runtime image ourselves to only request the permission we need.
The text was updated successfully, but these errors were encountered: