Wicket 7.x please correction doc about CDI#203
Closed
jac-czerwinski wants to merge 444 commits into
Closed
Conversation
…ket.metrics.applicationName" Add more docu that this JVM setting will not help when there are more than one Wicket apps deployed in the web container.
…ady shown Remove the workaround for the incorrect behavior in old Tomcat versions.
…st.mapper.CryptoMapper.decryptEntireUrl
…d component in ListView" This reverts commit 7bb27cc.
… disabled will now log a warning instead of ignoring the click
- When using Tomcats o.a.c.h.t.SimpleTCPCluster to replicate Sessions in a Tomcat cluster the o.a.c.h.s.DeltaSession is the default implementation which handles session replication - Unfortunately, to calculate its deltas, it assumes that session attributes are only modified by calling accessor methods (i.e. DeltaSession.setAttribute(n,v)) - Modifying an existing Object (e.g. wicket's PageTable) in place of the current session, would not trigger a delta replication - To make Wicket work with SimpleTCPCluster and DeltaSessions, we will always rewrite the PageTable into Session by calling setAttribute
previous markup loaded for container's children
…nstant pool..." error
* Updated to open-json 1.3
* Fixed clirr issues
Member
|
It seems that you have selected the wrong branch for the PR. |
…validator but without model
…8.x but with different ports so that they do not clash
* java.debug.wire.protocol.port should be different to the server port
…tart archetype's pom.xml
Member
|
@jac-czerwinski Please close this PR. It cannot be merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please set somewhere visible in the documentation, that wicket-cdi-1.1 is current and compatible dependency. General convention - if someone try to guess - lead to name wicket-cdi , which goes to compilation errors in general examples (CdiConfiguration constructor with/without arguments). Or mark older version to some degree deprecated. Both branches have active commits and hard to investigate by date
I can't find such information and lost hour or two.