Todays warning:
(defn fix-fields
"Only Fields branch"
[]
(:content (-> (clojure.zip/xml-zip (xml/parse
"specs/RHUB_v2.8_QuickFIX.xml"))
zip/down
zip/right
zip/right
zip/right
zip/right
zip/node))
)
(defn fix-fields->format [rec]
{:tag (-> rec :attrs :number Long/parseLong)
:name (-> rec :attrs :name)
:type (-> rec :attrs :type)
:keyword (csk/->kebab-case (-> rec :attrs :name))
:values (-> rec :content :enum)
})
(def fix-fields-reindexed (->> (fix-fields) (map fix-fields->format)))
=>
ARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
clojure.lang.InjectedInvoker/0x00007f3ca00b4c40
(file:/home/vitex/.m2/repository/org/clojure/clojure/1.10.1/clojure-1.10.1.jar)
to method
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(org.xml.sax.InputSource,org.xml.sax.HandlerBase)
WARNING: Please consider reporting this to the maintainers of
clojure.lang.InjectedInvoker/0x00007f3ca00b4c40
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/clojure/928ac222-c7b8-48fe-ae1e-4f6d7207ae0e%40googlegroups.com.