Separate FluentTypes into a different file and make it public
-------------------------------------------------------------
Key: ISPN-1452
URL:
https://issues.jboss.org/browse/ISPN-1452
Project: Infinispan
Issue Type: Enhancement
Components: Cache Server, Configuration
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.1.0.CR1
Move FluentTypes into a separate Java file and make it public.
This is to make it easier for Scala classes to build fluent configurations. Scala seems to
have stricter access rules and as a result it has issues finding the methods in that
interface.
Separating it into a public interface in a separate file should solve the issue. It should
not cause compatibility issues.
Once this is in, convert Hot Rod topology cache configuration definition to fluent.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira