Sverker Eriksson
Sverker Eriksson
@IngelaAndin is planning a 26 patch tomorrow. So, if you (@frej) determine the risk/urgency ratio is low enough I could add it to maint-26 testing for tonight and to be...
I piggybacked some improvements: - Documented the return value `ignored`. - Documented and tested the fact that disallowing an existing connection does not cause a disconnect. - Make `net_kernel:allowed/0` not...
I'm happy with this PR. I squashed it into two commits. I'll leave the merge to you @kikofernandez.
@udkyo Could you try #8277 where I have removed the check for `FIPS_mode_set` which was incorrect in multiple ways. It's currently based on OTP-26.2.3.
#8277 merged. Scheduled for next 25, 26 and 27.0 release.
Pull request #8762 is a proposed fix to this problem. I don't think the patch by @sshedi above is correct in the case when fips _is_ provided. #8762 is based...
@matijavibe It just missed OTP-26.2.5.3 and is now in the pipe for the next 26 patch release which has no set date but usually happen when a paying customer needs...
Fixed in OTP-26.2.5.4.
With my limited java knowledge, it looks a little bit iffy to create your own jar file like this with a hard coded manifest. Would it not be less hackish...
Ok, I yield about handrolled manifest. However, I discovered a disadvantage with the current use of `touch --date` on the existing `class` files. It disables fast incremental builds. Repeated invocations...