Skip to content

Commit

Permalink
chore: update deprecated velocity property and update the encryption …
Browse files Browse the repository at this point in the history
…algorithm in infinispan (#3780)

Signed-off-by: nx673747 <[email protected]>
Co-authored-by: nx673747 <[email protected]>
Co-authored-by: Andrea Tabone <[email protected]>
  • Loading branch information
3 people authored Sep 19, 2024
1 parent 0f0b0c0 commit fb46c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class SubstituteSwaggerGenerator {

public SubstituteSwaggerGenerator() {
ve.setProperty(RuntimeConstants.RESOURCE_LOADERS, "classpath");
ve.setProperty("classpath.resource.loader.class", ClasspathResourceLoader.class.getName());
ve.setProperty("resource.loader.classpath.class", ClasspathResourceLoader.class.getName());
ve.init();
}

Expand Down
2 changes: 1 addition & 1 deletion caching-service/src/main/resources/infinispan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<SSL_KEY_EXCHANGE keystore_name="${server.ssl.keyStore}"
keystore_type="${server.ssl.keyStoreType}"
keystore_password="${server.ssl.keyStorePassword}"
secret_key_algorithm="RSA"
secret_key_algorithm="AES"
port="${jgroups.keyExchange.port}"
/>
<!-- Configures ASYM_ENCRYPT -->
Expand Down

0 comments on commit fb46c52

Please sign in to comment.