v4.0.0-beta-1
·
2706 commits
to master
since this release
Initial release of VRaptor 4 with CDI provider.
See the list below for more information on those changes and more.
Changelog
- #157 - Maven preprocessor to change log version when release a new version (by @garcia-jj)
- #156 - Adding assembly task to package vraptor dist files (by @garcia-jj)
- #154 - Less number of classes managed (by @Turini)
- #147 - Container cache instance (by @mariofts)
- #148 - Refactoring to use JPA instead of Hibernate on Music Jungle (by @rponte)
- #145 - Fixes auth interceptor on MusicJungle (by @rponte)
- #139 - Flash interceptor needs concurrency check. Closes #129 (by @garcia-jj)
- #143 - Better linkTo syntax (by @lucascs)
- #141 - 2nd refactor for serialization/deserialization packages (by @garcia-jj)
- #140 - linkTo can be managed by CDI too lazy as possible (by @garcia-jj)
- #135 - IOGI: Some code changes (by @garcia-jj)
- #138 - Improving music jungle (by @dipold)
- #137 - Delegating proxy instantiation to Javassist (by @garcia-jj)
- #136 - Cacheable is an orphan class (by @garcia-jj)
- #130 - Changing List to Map to improve search performance (by @garcia-jj)
- #132 - Update Dependencies Versions (by @dipold)
- #134 - Replace web-fragment to @webfilter (by @dipold)
- #133 - DateMidnight is deprecated, since may not exists in some timezones (by @garcia-jj)
- #131 - Removing Restfulie, that will be a plugin soon (by @garcia-jj)
- #126 - Removing unused stuff (by @garcia-jj)
- #128 - Caching objenesis instantiator (by @garcia-jj)
- #127 - Only catching parse exceptions (by @garcia-jj)
- #125 - Extract date format (by @garcia-jj)
- #124 - Locale based converters as default (by @garcia-jj)
- #122 - Extract formatters to allow users easily override then (by @garcia-jj)
- #123 - Normalizing Whitespaces: Spaces to Tabs and CRLF to LF (by @lucascs)
- #121 - Refactoring ConverterException (by @lucascs)
- #110 - fix #77 (by @mariofts)
- #112 - Removing proxy initializer. Closes #102 (by @garcia-jj)
- #113 - Converters are refactored. (by @garcia-jj)
- #119 - OneReflectionInsteadFive One reflection instead five (by @Turini)
- #118 - initializingCacheOnStartupInsteadFirstRequest Initializing cache on startup instead first request (by @Turini)
- #117 - We don't need factory for encoding handler (by @garcia-jj)
- #114 - Javassist fixes (by @garcia-jj)
- #115 - Throwing out default interceptor registry (by @Turini)
- #116 - Removing servlet context from provider (by @Turini)
- #100 - First refactor for serialization package (by @garcia-jj)
- #109 - Removing manual bean validation, closes #91 (by @garcia-jj)
- #103 - Caching which method have contraints (by @garcia-jj)
- #105 - Removing InternalAcceptsSignature (by @Turini)
- #99 - ExtJS will be a plugin in the future (by @garcia-jj)
- #97 - InterceptorMethodParametersResolver and DefaultEncodingHandler are now managed and app scoped (by @Turini)
- #96 - Logger don't need to be managed (by @garcia-jj)
- #95 - Removing validate/validateProperty/validateProperties methods. Closes #91 (by @garcia-jj)
- #81 - Adding support for errors grouped by category (by @garcia-jj)
- #94 - Fixing validation expression, that must be negated (by @garcia-jj)
- #92 - Removing container.instanceFor(...). Closes #83 (by @Turini)
- #93 - InterceptorContainerDecorator deleted (by @Turini)
- #89 - Adding blank project (by @Turini)
- #84 - Removing old stuff (by @garcia-jj)
- #86 - Injecting step invoker (by @Turini)
- #87 - Removing unused interface (by @Turini)
- #88 - removing unused old test project (by @Turini)
- #85 - Encoding handler can be more simple (by @mariofts)
- #79 - Validations refactor (by @garcia-jj)
- #80 - Music jungle validations (by @garcia-jj)
- #75 - Guice is not used anymore (by @garcia-jj)
- #70 - Refactoring new interceptors handler (by @Turini)
- #58 - Caching routes (by @csokol)
- #68 - Missing web-fragment is back (by @garcia-jj)
- #64 - Unwrapping exceptions for JSP files too (by @Turini)
- #69 - Parameter name provider minors (by @csokol)
- #55 - Encode url parameter (by @mariofts)
- #65 - Iso8601 (by @garcia-jj)
- #67 - Issues from vraptor3 (by @garcia-jj)
- #63 - Removing base components (by @Turini)
- #61 - Diamonds are forever (by @garcia-jj)
- #60 - Moving Hibernate features do Hibernate Plugin (by @garcia-jj)
- #59 - Exceptions thrown by your controllers should not be wrapped multiple times in InterceptorExceptions (by @csokol)
- #57 - Routes lower case if contains uppercase word (by @garcia-jj)
- #56 - Maven fixes (by @garcia-jj)
- #47 - Avoiding ciclic dependency between packages (by @garcia-jj)
- #36 - Issue32 handle proxy methods (by @Turini)
- #53 - Missing scopes (by @Turini)
- #51 - Cleaning base components (by @Turini)
- #50 - Issue31 new interceptor problem fixes #31 (by @Turini)
- #45 - Dropping OGNL support. #42 (by @garcia-jj)
- #48 - CglibProxifierTest was testing JavassistProxifier (by @Turini)
- #39 - Deleting unused stuffs (by @Turini)
- #38 - Removing "? extends Interceptor" (by @Turini)
- #43 - Removing scannotation. #42 (by @Turini)
- #44 - Upgrading slf4j to 1.7.x. #42 (by @Turini)
- #37 - Handling MirrorException and wrapping in a InterceptionException closes ... (by @Turini)
- #35 - Removing VRaptor scopes (by @Turini)
- #34 - Issue26 wrong package (by @Turini)
- #28 - Removing DeltaSpike dependency (by @asouza)
- #30 - Using superclass when proxifying a proxy (by @Turini)
- #27 - Creating a event for initialization (by @Turini)
- #25 - beans.xml: removing alternative classes (by @Turini)
- #22 - Alternatives Priority (by @Turini)
- #24 - Alternatives with LIBRARY_BEFORE Priority closes #23 (by @Turini)
- #21 - Parameter includer only with annotation (by @Turini)
- #17 - Vraptor-music-jungle working on Tomcat 7 with Weld 2.0.3 (by @mariofts)
- #19 - Excluding method info (by @Turini)
- #18 - Renaming resources to controller (by @Turini)
- #14 - Removing lazy (by @Turini)
- #12 - Throwing out ComponentRegistry (by @Turini)
- #11 - Removing Deprecateds (by @asouza)
- #10 - Throwing out HibernateProxyInitializer (by @asouza)
- #8 - Refactor interceptor (by @asouza)
- #6 - Droping unused code (by @Turini)
- #4 - Junglecss (by @mariofts)
- #2 Simple form selecting music format (by @Turini)
- #1 - Adding readme (by @lucascs)