You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Germán Bett (Jira)" <ji...@apache.org> on 2020/04/15 13:19:00 UTC

[jira] [Created] (LANG-1532) FastDateFormat.getInstance() generates java.lang.NoClassDefFoundError

Germán Bett created LANG-1532:
---------------------------------

             Summary: FastDateFormat.getInstance() generates java.lang.NoClassDefFoundError
                 Key: LANG-1532
                 URL: https://issues.apache.org/jira/browse/LANG-1532
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.time.*
    Affects Versions: 3.10
         Environment: Android 5 and Android 6
            Reporter: Germán Bett


We recently updated from version 3.9 to 3.10 and our Android app now crashes on old Android versions (Android 5 or 6).

 

The stack trace (from your library) is:
{code:java}
java.lang.NoClassDefFoundError: org.apache.commons.lang3.-$$Lambda$Validate$0cAgQbsjQIo0VHKh79UWkAcDRWk
        at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
        at org.apache.commons.lang3.time.FormatCache.getInstance(FormatCache.java:72)
        at org.apache.commons.lang3.time.FastDateFormat.getInstance(FastDateFormat.java:179)
{code}



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