Skip to content
Failed

Changes

Summary

  1. Remove FaceletsViewEngine according to upcoming spec (details)
  2. Prepare for 4.0.0 development (details)
  3. Replace milestone versions where possible (details)
  4. Remove Serializable interface from interceptors (details)
  5. Make non-serializable field in example transient (details)
  6. Replace unavailable download url (details)
  7. Remove Krazo from Glassfish to test latest version (details)
  8. Fix file to libs to remove (details)
  9. Remove wrong path element (details)
Commit 41d1aa819d6f0567d07bf553628a41b20187680b by Tobias Erdle
Remove FaceletsViewEngine according to upcoming spec

fixes: #355
The file was removedcore/src/main/java/org/eclipse/krazo/engine/FaceletsViewEngine.java
The file was modified testsuite/src/test/java/org/eclipse/krazo/test/EncodingIT.java (diff)
The file was modified testsuite/src/main/java/org/eclipse/krazo/test/encoding/EncodingController.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/cdi/KrazoCdiExtension.java (diff)
The file was removedtestsuite/src/main/resources/encoding/views/iso-8859-15.xhtml
Commit 325f95c871f81b5a1d0702fd4551b042c335ca8c by Tobias Erdle
Prepare for 4.0.0 development

Since the new API adds a new interface method to MvcContext, we already need
to implement it in this PR.

see: #367
The file was modified examples/conversation/pom.xml (diff)
The file was modified examples/def-ext/pom.xml (diff)
The file was modified examples/redirectScope3/pom.xml (diff)
The file was modified examples/book-cdi/pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified examples/locale/pom.xml (diff)
The file was modified jersey/pom.xml (diff)
The file was modified examples/produces/pom.xml (diff)
The file was modified documentation/pom.xml (diff)
The file was modified examples/events/pom.xml (diff)
The file was modified examples/uri-builder/pom.xml (diff)
The file was modified archetype/pom.xml (diff)
The file was modified examples/validation/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified resteasy/pom.xml (diff)
The file was modified core/src/main/java/org/eclipse/krazo/MvcContextImpl.java (diff)
The file was modified examples/view-annotation/pom.xml (diff)
The file was modified examples/requestDispatcher/pom.xml (diff)
The file was modified examples/returns/pom.xml (diff)
The file was modified examples/book-models/pom.xml (diff)
The file was modified examples/redirectScope2/pom.xml (diff)
The file was modified testsuite/src/main/resources/forms/views/form.jsp (diff)
The file was modified examples/csrf-property/pom.xml (diff)
The file was modified examples/application-path/pom.xml (diff)
The file was modified examples/exceptions/pom.xml (diff)
The file was modified examples/redirectScope/pom.xml (diff)
The file was modified examples/validation-i18n/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified core/pom.xml (diff)
The file was modified testsuite/pom.xml (diff)
The file was modified examples/facelets/pom.xml (diff)
The file was modified examples/redirect/pom.xml (diff)
Commit 008fae932bd70a85bba6acaf2d9585a7be79be15 by Tobias Erdle
Replace milestone versions where possible
The file was modified pom.xml (diff)
Commit b1a34fa3d224d9e875fe2744c5b0377a8c71ee72 by Tobias Erdle
Remove Serializable interface from interceptors

There is no reason those interfaces implement Serializable and
the fact that they inject a non-serializable, non-transient field leads
to compiler warnings that cause a build error.
The file was modified pom.xml (diff)
The file was modified core/src/main/java/org/eclipse/krazo/cdi/AroundControllerInterceptor.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/binding/validate/ValidationInterceptor.java (diff)
Commit 51c945908214292c1fd2c3443a4019d7935b3814 by Tobias Erdle
Make non-serializable field in example transient
The file was modified examples/conversation/src/main/java/org/eclipse/krazo/test/conversation/SecretBean.java (diff)
Commit 758c2f6ff0eedbabde9247562c488917f5a568a6 by Tobias Erdle
Replace unavailable download url
The file was modified Jenkinsfile (diff)
Commit 44ac5afb240a65f46583bc4aaac9be7ffa374c44 by Tobias Erdle
Remove Krazo from Glassfish to test latest version
The file was modified Jenkinsfile (diff)
Commit 149ebd7ee7f711de668f762f104ac840fe715469 by Tobias Erdle
Fix file to libs to remove
The file was modified Jenkinsfile (diff)
Commit 60088e3e8a4fc517738640acebb5ef7abc6306af by Tobias Erdle
Remove wrong path element
The file was modified Jenkinsfile (diff)