[ 
https://issues.apache.org/jira/browse/OFBIZ-10922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16818680#comment-16818680
 ] 

Jacques Le Roux commented on OFBIZ-10922:
-----------------------------------------

h2. Note about plugins:
I tried to updated lucene from 7.5.0 to 8.0.0 but got this:
{noformat}
C:\projectsASF\ofbiz\plugins\lucene\src\main\java\org\apache\ofbiz\content\test\LuceneTests.java:102:
 error: no suitable method found for create(int)
        TopScoreDocCollector collector = TopScoreDocCollector.create(10);
                                                             ^
    method TopScoreDocCollector.create(int,int) is not applicable
      (actual and formal argument lists differ in length)
    method TopScoreDocCollector.create(int,ScoreDoc,int) is not applicable
      (actual and formal argument lists differ in length)
{noformat}

Upgrading poi from 3.17 to 4.1.0 seems to work but I did not test it

Upgrading cas-server-core from 3.3.5 to 4.2.7 gives this:

{noformat}
C:\projectsASF\ofbiz\plugins\ldap\src\main\java\org\apache\ofbiz\ldap\activedirectory\OFBizActiveDirectoryAuthenticationHandler.java:32:
 error: cannot find symbol
import org.jasig.cas.util.LdapUtils;
                         ^
  symbol:   class LdapUtils
  location: package org.jasig.cas.util
C:\projectsASF\ofbiz\plugins\ldap\src\main\java\org\apache\ofbiz\ldap\openldap\OFBizLdapAuthenticationHandler.java:30:
 error: cannot find symbol
import org.jasig.cas.util.LdapUtils;
                         ^
  symbol:   class LdapUtils
  location: package org.jasig.cas.util
C:\projectsASF\ofbiz\framework\entity\src\main\java\org\apache\ofbiz\entity\connection\DBCPConnectionFactory.java:114:
 warning: [deprecation] setEnableAutoCommitOnReturn(boolean) in 
PoolableConnectionFactory has been depreca
        factory.setEnableAutoCommitOnReturn(false);
               ^
C:\projectsASF\ofbiz\plugins\ldap\src\main\java\org\apache\ofbiz\ldap\activedirectory\OFBizActiveDirectoryAuthenticationHandler.java:94:
 error: cannot find symbol
            attribute = LdapUtils.getFilterWithValues(attribute, username);
                        ^
  symbol:   variable LdapUtils
  location: class OFBizActiveDirectoryAuthenticationHandler
C:\projectsASF\ofbiz\plugins\ldap\src\main\java\org\apache\ofbiz\ldap\openldap\OFBizLdapAuthenticationHandler.java:79:
 error: cannot find symbol
            attribute = LdapUtils.getFilterWithValues(attribute, username);
                        ^
  symbol:   variable LdapUtils
  location: class OFBizLdapAuthenticationHandler
4 errors

{noformat}


> Update build.gradle to the latest dependencies
> ----------------------------------------------
>
>                 Key: OFBIZ-10922
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10922
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: Gradle
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-10922.patch, OFBIZ-10922.patch, OFBIZ-10922.patch, 
> report.txt
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to