-
Notifications
You must be signed in to change notification settings - Fork 302
Description
Well, I'm implementing the project on 19th Java, I couldn't have figured out why I am unable to find a link to download a file, as it turned out it is enabled by default starting from 8u161
Unlimited cryptography enabled by default
The JDK uses the Java Cryptography Extension (JCE) Jurisdiction Policy files to configure cryptographic algorithm restrictions. Previously, the Policy files in the JDK placed limits on various algorithms. This release ships with both the limited and unlimited jurisdiction policy files, with unlimited being the default. The behavior can be controlled via the new 'crypto.policy' Security property found in the /lib/java.security file. Please refer to that file for more information on this property.
https://www.oracle.com/java/technologies/javase/8u161-relnotes.html#JDK-8170157
as for the bootstrap.properties it's also irrelevant already since the latest Spring Boot natively supports the parameters.