zhangkaitao / ognl

Object Graph Navigation Library

Home Page:http://www.opensymphony.com/ognl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object-Graph Navigation Language - OGNL

It's a simple Expression Language (EL) for Java, the code base sometime ago was migrated to the Apache commons ognl and this source code is used just to maintenance 3.x branch. The new version from Apache will start from 4.x

New! Apache commons ognl project

Out of incubator and now officially found here http://commons.apache.org/ognl/

Development activity

Release notes - version 3.0.1

  • Javassist added back as a dependency WW-3544

Release notes - version 3.0.2

  • small fix to solve a problem with compiling under JDK5

Release notes - version 3.0.3

  • small fix to improve performance WW-3580

Release notes - version 3.0.4

  • Adds possibility to discover eval chain

Release notes - version 3.0.5

  • partially reverts previous changes to allow OGNL to work in environment with Security Manager enabled WW-3746

Release notes - version 3.0.6

  • important performance improvement OGNL-224 - thanks to Pelladi Gabor
  • race condition fix OGNL-226 - thanks to Johno Crawford

Release notes - version 3.0.7

  • uses better method to calculate method's cache key WW-4113 - thanks to Kevin Su

Release notes - version 3.0.8

  • added better capitalization logic for methods WW-3909 - thanks to Iwen.ma

About

Object Graph Navigation Library

http://www.opensymphony.com/ognl/

License:Other


Languages

Language:Java 99.8%Language:CSS 0.2%