From notifications-return-25086-archive-asf-public=cust-asf.ponee.io@ofbiz.apache.org Tue Apr 16 06:27:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0A936180630 for ; Tue, 16 Apr 2019 08:27:01 +0200 (CEST) Received: (qmail 46495 invoked by uid 500); 16 Apr 2019 06:27:01 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 46472 invoked by uid 99); 16 Apr 2019 06:27:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Apr 2019 06:27:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6CE7EE12F3 for ; Tue, 16 Apr 2019 06:27:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0930F24593 for ; Tue, 16 Apr 2019 06:27:00 +0000 (UTC) Date: Tue, 16 Apr 2019 06:27:00 +0000 (UTC) From: "Jacques Le Roux (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-10922) Update build.gradle to the latest dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)