| Interface and Description |
|---|
| org.apache.wicket.util.IContextProvider
Use
Function instead |
| org.apache.wicket.util.IProvider
Use
java.util.function.Supplier<T> instead |
| Class and Description |
|---|
| org.apache.wicket.util.collections.ArrayListStack
Scheduled to be removed with Wicket 9.x, use
ArrayDeque instead. |
| org.apache.wicket.util.crypt.Base64
Use
Base64 instead. |
| org.apache.wicket.util.collections.ConcurrentHashSet
please use
ConcurrentHashMap.newKeySet() instead |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.