0
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Add annotation processor to Jasper too (tags need injection too). More... over 19 years ago
And one more More... over 19 years ago
Fix typo More... over 19 years ago
- Port patches. - Change to session: it doesn't make sense to me that getAttribute is a good place to synchronously make a check for session expiration (of course, with accessCount, this is not going to happen anyway, but still). More... over 19 years ago
- Port patches. - verifyIfValid in Session.access seems useless. More... over 19 years ago
- Add missing patch for 1.5 compatibility. More... over 19 years ago
- Compatibility with Eclipse 3.2 (sort of, the flag doesn't mean the same thing, with the new one doing some new unknown stuff). More... over 19 years ago
- Switch to ArrayList. - private -> protected. - Use a marker constant for full range, because null indicates an error or no content. More... over 19 years ago
- Add the usual download target (including building JDT and DBCP). More... over 19 years ago
- Update JAR packaging. More... over 19 years ago
- Add resource injection for all annotations that are supposed to be supported by the web tier. More... over 19 years ago
- Update APIs and annotations. More... over 19 years ago
- Improve the algorithm used when constructing classloaders, in particular to respect order. - Submitted by Rainer Jung. More... over 19 years ago
- Add a few naming related cleanups. More... over 19 years ago
Realized that the previous patch was too Gump-centric More... over 19 years ago
Restore the ability to build with the Mail Resources More... over 19 years ago
- Add resource injection (note: most annotations are not supported, including web services, JPA, EJB, etc), as well as PostCreate and PreDestroy. - If I understand the spec correctly, if using metadata-complete = true, then even PostCreate and PreDestroy must be ignored. - Not tested yet (but it doesn't break when not using annotations). - Based on a patch submitted by Fabien Carrion. More... over 19 years ago
- Add default value, submitted by Bill Barker. More... over 19 years ago
- Add web.xml style annotations (run as, roles declarations, etc). - Note: commented out EJB and web services (similarly, the Persistence* annotations were not there). - Submitted by Fabien Carrion. More... over 19 years ago
- I don't know if this field is legitimate or not, but it's used by the rest of the patch. I'll check it. More... over 19 years ago
- Add annotations JAR. More... over 19 years ago
- Add "support" (note: not in NamingContextListener yet) for service-ref (after all, there's support for all other elements, so ...). - Submitted by Fabien Carrion. More... over 19 years ago
- Add common annotations interfaces. - The latest docs seem to indicate that it's Declare*s*Roles. More... over 19 years ago
- Add support for multiple servlet and filter mappings. - Fix a bug I found by accident where application listeners are not reinitialized when reloading. - That's all folks, all the useful Servlet 2.5 features are done. Now the annotations ... (sigh) - Reuse the ignoreAnnotations field name from the patch submitted by Fabien Carrion. More... over 19 years ago
- Update poweredby. More... over 19 years ago
- Add new method (dummy). More... over 19 years ago
- Add support for the new "*" special URL pattern for filters. More... over 19 years ago
- Slightly updated behavior for setCharEnc, and allow setting a session cookie from an included resource in some cases. More... over 19 years ago
- Add getContextPath. More... over 19 years ago
- Copy the XML descriptors. More... over 19 years ago