[JBoss JIRA] (ISPN-11413) Allow copy source code from document without markdown
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11413?page=com.atlassian.jira.plugi... ]
Donald Naro commented on ISPN-11413:
------------------------------------
[~dlovison] I think the only way to fix this is to remove the callouts. I think it's worth doing that to improve the experience and make it easy to copy/paste code examples. Thanks for reporting this.
> Allow copy source code from document without markdown
> -----------------------------------------------------
>
> Key: ISPN-11413
> URL: https://issues.redhat.com/browse/ISPN-11413
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Affects Versions: 10.1.3.Final
> Reporter: Diego Lovison
> 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)
6 years
[JBoss JIRA] (ISPN-11413) Allow copy source code from document without markdown
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11413?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11413:
-------------------------------
Sprint: DataGrid Sprint #41
Affects: Documentation (Ref Guide, User Guide, etc.),Interactive Demo/Tutorial,User Experience
> Allow copy source code from document without markdown
> -----------------------------------------------------
>
> Key: ISPN-11413
> URL: https://issues.redhat.com/browse/ISPN-11413
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Affects Versions: 10.1.3.Final
> Reporter: Diego Lovison
> 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)
6 years
[JBoss JIRA] (ISPN-11413) Allow copy source code from document without markdown
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11413?page=com.atlassian.jira.plugi... ]
Donald Naro reassigned ISPN-11413:
----------------------------------
Assignee: Donald Naro
> Allow copy source code from document without markdown
> -----------------------------------------------------
>
> Key: ISPN-11413
> URL: https://issues.redhat.com/browse/ISPN-11413
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Affects Versions: 10.1.3.Final
> Reporter: Diego Lovison
> 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)
6 years
[JBoss JIRA] (ISPN-11471) Authentication Simple Tutorial
by Katia Aresti (Jira)
Katia Aresti created ISPN-11471:
-----------------------------------
Summary: Authentication Simple Tutorial
Key: ISPN-11471
URL: https://issues.redhat.com/browse/ISPN-11471
Project: Infinispan
Issue Type: Enhancement
Components: Demos and Tutorials
Affects Versions: 10.1.4.Final
Reporter: Katia Aresti
Assignee: Katia Aresti
Create a simple tutorial on how to connect to a hotrod server that has authentication enabled
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years