Skip to content

v4.2.0-RC4

Compare
Choose a tag to compare
@Turini Turini released this 09 May 14:45
· 105 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

  • #1067 Update references to oracle docs (by @pwener)
  • #1066 Improving documentation related to the JDK 8 (by @danilomunoz)
  • #1060 Consistently handle superclass/subclass converters independent of class load order. (by @smbell)
  • #1063 adding in cookbook menu the page about @ConversationScoped (by @angeliski)
  • #1064 remove variable before the return (by @angeliski)
  • #1061 'Messages' not serializable error when trying to redirect() using session replication (by @danielbadawi)
  • #1050 squid:S2326,squid:S2293 - Unused type parameters should be removed, T… (by @m-ezzat)
  • #1057 Documentation edited to have information about old javassist version (by @AllanRomanato)
  • #1056 Adding ~ to fix Markdown (by @fmstefanini)
  • #1055 squid:S1192, squid:S2293 - String literals should not be duplicated, … (by @m-ezzat)
  • #1053 squid:S1213 - The members of an interface declaration or class should… (by @m-ezzat)
  • #1051 squid:S1118 - Utility classes should not have public constructors (by @m-ezzat)
  • #1048 squid:S2325 - "private" methods that dont access instance data should… (by @m-ezzat)
  • #1046 squid:S2162, squid:S1488 - equals methods should be symmetric and wor… (by @m-ezzat)
  • #1044 Fix LRU cache problem (by @mariofts)
  • #1045 squid:UselessParenthesesCheck - Useless parentheses around expression… (by @m-ezzat)
  • #1042 pmd:ImmutableField - Immutable Field (by @m-ezzat)
  • #1038 General Code Quality Improvement (by @civanyp)
  • #1036 letting web server commit the response naturally (by @nykolaslima)
  • #1033 Code Quality Improvement - Exception handlers should preserve the original exception (by @civanyp)
  • #1034 Code Quality Improvement - Override annotation should be used on any… (by @civanyp)
  • #1030 Update guia-de-10-minutos.html (by @gregoryfm)
  • #1029 Update guia-de-1-minuto.html (by @gregoryfm)
  • #1024 Unwrapping CDI proxy on controller instance (by @Turini)
  • #1018 changing json without root message from info to warn (by @nykolaslima)
  • #1019 add missing inject (by @felipeweb)
  • #1017 Fix link in Contribute to VRaptor (by @dobau)
  • #1015 adding setupmyproject info (by @ympadilha)
  • #1011 updating iogi (by @marcosalles)
  • #1010 improving error message when a bundle is not found (by @marcosalles)
  • #1005 Gson and xstream converters as alternatives (by @Turini)
  • #982 don't log exception on missing bundle for base name messages (by @fabriciofx)
  • #999 adding equals and hashcode on I18nMessage (by @Turini)
  • #1002 Adding a null check to avoid NPE at CustomAcceptsVerifier (by @garcia-jj)
  • #998 Allowing to override custom Gson Date pattern (by @philippeehlert)
  • #992 Improvement to support multiple generics class parameters (by @francofabio)