[jira] [Commented] (OFBIZ-11603) Update build.gradle to the latest dependencies

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-11603) Update build.gradle to the latest dependencies

Nicolas Malin (Jira)

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

ASF subversion and git services commented on OFBIZ-11603:
---------------------------------------------------------

Commit fc546722b8b7cf3596545fe72287e6a49e6a55c3 in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=fc54672 ]

Improved: Update build.gradle to the latest dependencies

(OFBIZ-11603)

Reverts to shiro-core:1.4.1, got this issue in loadAll:

Exception in thread "main" org.apache.shiro.crypto.CryptoException:
Unable to execute 'doFinal' with cipher instance [javax.crypto.Cipher@44a98a23].
[...]
at org.apache.ofbiz.entity.datasource.GenericDAO.insert(GenericDAO.java:110)
[...]
Caused by:
javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes
at com.sun.crypto.provider.CipherCore.finalNoPadding(CipherCore.java:1109)
at com.sun.crypto.provider.CipherCore.fillOutputBuffer(CipherCore.java:1053)
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:853)
at com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:446)
at javax.crypto.Cipher.doFinal(Cipher.java:2164)
at org.apache.shiro.crypto.JcaCipherService.crypt(JcaCipherService.java:459)


> Update build.gradle to the latest dependencies
> ----------------------------------------------
>
>                 Key: OFBIZ-11603
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11603
>             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: report.txt
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)