[infinispan-issues] [JBoss JIRA] (ISPN-11501) Document Create Cache with XMLStringConfiguration
Donald Naro (Jira)
issues at jboss.org
Fri Mar 20 13:01:40 EDT 2020
[ https://issues.redhat.com/browse/ISPN-11501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Donald Naro updated ISPN-11501:
-------------------------------
Summary: Document Create Cache with XMLStringConfiguration (was: Document Create Cache from XMLString)
> Document Create Cache with XMLStringConfiguration
> -------------------------------------------------
>
> Key: ISPN-11501
> URL: https://issues.redhat.com/browse/ISPN-11501
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Affects Versions: 10.1.3.Final
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> When copying source code from a document that has markdowns like : ( 1 ), ( 2 ) the markdowns are present in the clipboard.
> Example:
> {noformat}
> ConfigurationBuilder clientBuilder = new ConfigurationBuilder();
> clientBuilder
> .addServer()
> .host("127.0.0.1")
> .port(11222)
> .security()
> .ssl()
> // Server SNI hostname.
> .sniHostName("myservername") 1
> // Server certificate keystore.
> .trustStoreFileName("/path/to/truststore") 2
> .trustStorePassword("truststorepassword".toCharArray())
> // Client certificate keystore.
> .keyStoreFileName("/path/to/client/keystore") 3
> .keyStorePassword("keystorepassword".toCharArray());
> RemoteCache<String, String> cache=remoteCacheManager.getCache("secured");
> {noformat}
> I would like to copy only the source code without 1, 2, 3
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list