Vaclav Muzikar created ARQGRA-510:
-------------------------------------
Summary: cglib is causing warnings in FieldAccessValidatorEnricher
Key: ARQGRA-510
URL:
https://issues.jboss.org/browse/ARQGRA-510
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.3.0
Reporter: Vaclav Muzikar
Priority: Critical
In Graphene 2.3.0, cglib dependency was updated to version 3.2.5.
When using a Page Object, many warning messages (one for each Page Object) are printed to
the log (which could then be literally flooded with those messages). This is probably
caused by the cglib update.
{noformat}
Jul 28, 2017 3:52:42 PM
org.jboss.arquillian.graphene.enricher.FieldAccessValidatorEnricher checkFieldValidity
WARNING: Package-friendly field 'CGLIB$FACTORY_DATA' found in
org.test.TestPage$$EnhancerByGraphene$$260509ea. Direct access to fields outside of the
declaring class is not allowed.
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)