acciente / oacc-core

OACC (Object ACcess Control) is an advanced Java Application Security Framework
http://oaccframework.org/
Apache License 2.0
107 stars 23 forks source link

next release #32

Closed JensPiegsa closed 7 years ago

JensPiegsa commented 7 years ago

OACC looks very promising, What are the plans for the next release? — Best Regards, Jens

adinath-raveendraraj commented 7 years ago

Thanks, Jens. We are currently wrapping up our work (in a feature branch) on making the password encryption scheme used by the built-in authentication module pluggable (as part of this we have added support for BCrypt as one of the available encryption schemes to use) -- we wanted to get this into the 2.0.0 release we are planning. As you can see in the feature branch, there are no changes to the main API exposed via the AccessControlContext interface for these enhancements.

There has been interest expressed in final 2.0.0 release, so we are planning to publish it in the first half of this year. We are also close to publishing a fully working tutorial that shows an application secured using OACC.

JensPiegsa commented 7 years ago

Hi Adinath. That's actually great news. Thanks for providing these insights on your current work. I was just a little concerned as the last release candidate on Maven Central has been back a while. I'll give OACC a test run. — Jens