2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a bit more testing. Not done yet, but getting closer. More... over 15 years ago
Added static analysis and reporting tools to the build. Coverage needs a bit of work, but that is the known next task. More... over 15 years ago
Woo hoo! Got the integration tests working for the ReadThroughMultiCache annotation. Next, just need to rub some UnitTesting on it. More... over 15 years ago
Got a good first integration test written for the ReadThroughMultiCache. It's not yet working, but this will help me iron out the first wrinkles. More... over 15 years ago
Found a bug via the warnings. More... over 15 years ago
Got a solid round of refactoring in, though open to more for the future. More... over 15 years ago
Fixed the copyright notice. More... over 15 years ago
Got all the previous tests running again. More... over 15 years ago
First pass of ReadThroughMultiCacheAdvice is finished. Needs *much* testing and refactoring to be made more pretty. Also had PertinentNegativeNull implement Externalizable to minimize its size. More... over 15 years ago
Some progress... But, managing all the references and dependencies between keyObject, keyString, and results is a pain, and continues to trouble/vex me. More... over 15 years ago
More progress implementing the multiplex cache... Removed a 'reflection' class I had created, because I didn't really need it. More... over 15 years ago
Made a little bit of progress implementing the multiplexed cache. More... over 15 years ago
Cleaned up a bit, and started to implement the multiplexed cache. More... over 15 years ago
Move version to 0.2-SNAPSHOT, to continue on the plan to make a multiplex cache annotation. More... over 15 years ago
Fixed a problem where the method wasn't being populated properly, and therefore the annotation was coming back null... Also, make whatever changes needed to get the integration tests running. More... over 15 years ago
Still trying to get the integration tests running properly. More... over 15 years ago
Almost done with setting up the integration tests. More... over 15 years ago
Almost done with setting up the integration tests. More... over 15 years ago
Got the basis of the integration testing working. More... over 15 years ago
Starting to create a simulted app for integration testing. More... over 15 years ago
Checking in more config of the project structure itself. More... over 15 years ago
Moving the project down a level so we can add a sibling project that will run the integration tests. More... over 15 years ago
Got a first pass done at completing the first annotation processor... And it's all tested too! More... over 15 years ago
A little bit more refactoring and testing. More... over 15 years ago
Refactoring and testing the bejeezus outta the key generation. More... over 15 years ago
Adding the ability to define other methods to create the objectId, rather than always using toString(). Also, validate annotation entries, protect execution from exceptions within the injected caching code, and strive to give really robust info when an error occurs. More... over 15 years ago
Added the spy memcached library dependencies. Created the context file. Started creating the first aspect POJO class. More... over 15 years ago
Make sure we don't try to check in the test-output dir... More... over 15 years ago
Creating the first annotation, and writing some tests to become familiar with programming Annotations. More... over 15 years ago
Update the project definition. More... over 15 years ago