Skip to content

v4.0.0-beta-4

Compare
Choose a tag to compare
@dipold dipold released this 09 Jan 13:35
· 2094 commits to master since this release

General patch release with dozens of bug fixes and more documentation improvements.

See the list below for more information on those changes and more.

Changelog

  • #299 - Disconnecting blank-project and musicjungle from parent (by @garcia-jj)
  • #297 - Adding environment on core (by @Turini)
  • #296 - Update version of some dependencies (by @dipold)
  • #290 - Now we have supports for Valued Parameters (by @garcia-jj)
  • #291 - bug fix: Checking if bean is a proxy (by @garcia-jj)
  • #294 - Removing container irrelevant tests (by @Turini)
  • #288 - bug fix: Returning the first route found (by @garcia-jj)
  • #292 - bug fix: Fixing linkto frozen class when hot deploy app (by @garcia-jj)
  • #283 - bug fix: Only ask CDI if at least one bean is found (by @garcia-jj)
  • #266 - Provide a Deserializer Builder (by @dipold)
  • #281 - Handling all request execution with events (by @Turini)
  • #280 - bug fix: Starting InterceptorStack only if controller was found (by @Turini)
  • #273 - Removing ignore from VRaptorTest (by @Turini)
  • #272 - Method validator observing ReadyToExecuteMethod event (by @Turini)
  • #278 - bug fix: Changing scope of InstantiateObserver (by @mariofts)
  • #275 - Add a severity to all Messages (by @mariofts)
  • #263 - Fix excludeAll() and add includeIfExist() and excludeIfExist() methods to Serializee (by @dipold)
  • #271 - Simple CDI runner for tests (by @Turini)
  • #268 - Removing ApplicationConfigurationTest duplicated code (by @Turini)
  • #269 - Adding MockValidatorProducer to avoid empty test classes (by @Turini)
  • #270 - Mock servlet context factory for tests (by @Turini)
  • #267 - Removing arquillian dependency (by @Turini)
  • #264 - InstantiateInterceptor observing ControllerMethodDiscovered (by @Turini)
  • #265 - ControllerLookup observing ReadyToStartInterceptorStack (by @Turini)
  • #262 - OutjectResult application scoped (by @Turini)
  • #261 - NullMultipartObserver application scoped (by @Turini)
  • #260 - CommonsUploadMultipartObserver application scoped (by @Turini)
  • #258 - Deserializing observing instead of intercepting (by @Turini)
  • #259 - Changing DownloadObserver scope (by @Turini)
  • #255 - Download observing instead of intercepting (by @Turini)
  • #256 - Upload observing instead of intercepting (by @Turini)
  • #254 - Excluding scan for events package (by @Turini)
  • #253 - Moving from interceptor to observer package (by @Turini)
  • #252 - Renaming outject result event (by @Turini)
  • #251 - ParameterIncluder are now observing instead of intercepting (by @Turini)