Changes since 2.7.13
Fixes
-
Use bundle-version instead of package version (#12785) (#13390)
Commit · Pull requestThe modified atmosphere-runtime:2.7.3.slf4jvaadin3 exports packages with version 2.7.3 (i.e., not 2.7.3.slf4jvaadin3). Depend on bundle version instead of the package version. http://docs.osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module.importpackage
-
Break loop in visitor (#13370)
Commit · Pull request · IssueDo not constantly add children of a node that has already had all children added once.