-
SpringBeanFinder assumes WebApplicationContext. This doesn't work if using Togglz in a Spring command line app (which Springsource is providing a lot of support for).
-
```
error in proxyKey if it is null
please add
if ( __proxyKey != null )
in HibernateBean.as:38
-----
public function set proxyKey( value:Object ):void {
if ( __proxyKey != nul…
-
```
error in proxyKey if it is null
please add
if ( __proxyKey != null )
in HibernateBean.as:38
-----
public function set proxyKey( value:Object ):void {
if ( __proxyKey != nul…
-
We use a bunch of `ReferenceMany` mappings with `repositoryMethod` in our software, sometimes including `sort` and `limit` fields. To reduce the number of database queries, we tried adding reference p…
-
NamedFeature doesnt implements hashcode / equals, so cache.get(new NamedFeature(name)) will ever return null. Each requests results in a new map-entry, which slow down the performance more than not us…
Moeth updated
9 years ago
-
Another security item -- a way to have a custom function called on feature activation/deactivation to allow auditing.
-
JDBCStateRepository does not work with data source and auto-commit disabled: INSERT and UPDATE statements are never committed.
-
When settings in the test keyspaceName there is an error "Cannot find PersistenceManagerFactory for keyspace 'achilles_test'".
-
It is unfortunate that the constructor of DefaultFeatureManager is currently package scope.
If I want to have features that are not implemented using the enum method, then I need to implement Togglz…
-
Hi,
I noticed a concurrency bug in the FileBasedStateRepository (writes are not synced) and while implementing a fix for it I noticed that none of the StateRepositories (besides the JDBC Repo) are th…
jadlr updated
11 years ago