Incompatible change in StandardDSOClientConfigHelper
----------------------------------------------------

                 Key: CDV-269
                 URL: https://jira.terracotta.org/jira//browse/CDV-269
             Project: Community Development
          Issue Type: Bug
          Components: DSO:L1
    Affects Versions: trunk-nightly
            Reporter: Kenney Westerhof
         Assigned To: Issue Review Board


The methd StandardDSOClientConfigHelper.addCustomAdapter has changed it's 
method signature from void (in 2.3.0) to boolean (in trunk).

I compiled a new module against trunk and ran it against 2.3.0 which gave me 

{noformat}
Caused by: java.lang.NoSuchMethodError: 
com.tc.object.config.StandardDSOClientConfigHelper.addCustomAdapter(Ljava/lang/String;Lcom/tc/object/bytecode/ClassAdapterFactory;)Z
        at 
com.neonics.container.terracotta.ContainerActivator.addLoaderAdapters(ContainerActivator.java:37)
{noformat}

This may be a well-known incompatibility but it is a problem for backwards 
compatibility for new modules. 
Just thought I'd mention this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to