Skip to content
Success

Changes

Summary

  1. Remove FaceletsViewEngine according to upcoming spec (commit: 41d1aa8) (details)
  2. Prepare for 4.0.0 development (commit: 325f95c) (details)
  3. Replace milestone versions where possible (commit: 008fae9) (details)
  4. Remove Serializable interface from interceptors (commit: b1a34fa) (details)
  5. Make non-serializable field in example transient (commit: 51c9459) (details)
  6. Replace unavailable download url (commit: 758c2f6) (details)
  7. Remove Krazo from Glassfish to test latest version (commit: 44ac5af) (details)
  8. Fix file to libs to remove (commit: 149ebd7) (details)
  9. Remove wrong path element (commit: 60088e3) (details)
Commit 41d1aa819d6f0567d07bf553628a41b20187680b by Tobias Erdle
Remove FaceletsViewEngine according to upcoming spec

fixes: #355
(commit: 41d1aa8)
The file was modified core/src/main/java/org/eclipse/krazo/cdi/KrazoCdiExtension.java (diff)
The file was modified testsuite/src/main/java/org/eclipse/krazo/test/encoding/EncodingController.java (diff)
The file was removedtestsuite/src/main/resources/encoding/views/iso-8859-15.xhtml
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)
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
(commit: 325f95c)
The file was modified examples/validation-i18n/pom.xml (diff)
The file was modified examples/returns/pom.xml (diff)
The file was modified testsuite/src/main/resources/forms/views/form.jsp (diff)
The file was modified tck/pom.xml (diff)
The file was modified examples/exceptions/pom.xml (diff)
The file was modified examples/book-cdi/pom.xml (diff)
The file was modified jersey/pom.xml (diff)
The file was modified testsuite/pom.xml (diff)
The file was modified examples/def-ext/pom.xml (diff)
The file was modified examples/locale/pom.xml (diff)
The file was modified core/src/main/java/org/eclipse/krazo/MvcContextImpl.java (diff)
The file was modified examples/redirectScope2/pom.xml (diff)
The file was modified examples/book-models/pom.xml (diff)
The file was modified resteasy/pom.xml (diff)
The file was modified examples/redirectScope/pom.xml (diff)
The file was modified examples/redirectScope3/pom.xml (diff)
The file was modified examples/pom.xml (diff)
The file was modified examples/redirect/pom.xml (diff)
The file was modified examples/conversation/pom.xml (diff)
The file was modified archetype/pom.xml (diff)
The file was modified examples/events/pom.xml (diff)
The file was modified examples/produces/pom.xml (diff)
The file was modified documentation/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified examples/uri-builder/pom.xml (diff)
The file was modified examples/view-annotation/pom.xml (diff)
The file was modified examples/application-path/pom.xml (diff)
The file was modified examples/requestDispatcher/pom.xml (diff)
The file was modified core/pom.xml (diff)
The file was modified examples/validation/pom.xml (diff)
The file was modified examples/csrf-property/pom.xml (diff)
The file was modified examples/facelets/pom.xml (diff)
Commit 008fae932bd70a85bba6acaf2d9585a7be79be15 by Tobias Erdle
Replace milestone versions where possible
(commit: 008fae9)
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.
(commit: b1a34fa)
The file was modified core/src/main/java/org/eclipse/krazo/binding/validate/ValidationInterceptor.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/cdi/AroundControllerInterceptor.java (diff)
The file was modified pom.xml (diff)
Commit 51c945908214292c1fd2c3443a4019d7935b3814 by Tobias Erdle
Make non-serializable field in example transient
(commit: 51c9459)
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
(commit: 758c2f6)
The file was modified Jenkinsfile (diff)
Commit 44ac5afb240a65f46583bc4aaac9be7ffa374c44 by Tobias Erdle
Remove Krazo from Glassfish to test latest version
(commit: 44ac5af)
The file was modified Jenkinsfile (diff)
The file was modified Jenkinsfile (diff)
The file was modified Jenkinsfile (diff)