You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG-VAADIN7.md 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # Vaadin 7 extended maintenance version changelog
  2. ## Vaadin 7.7.41
  3. * fixed a regression which caused issues if the syncId check was disabled
  4. * added the possibility to reorder UIProviders
  5. * modified the Framework 7 project itself to compile with Java 11
  6. * license updated to VCL-2
  7. * fixed a version mismatch for the license checker being used
  8. * test fixes
  9. ## Vaadin 7.7.40
  10. * Fixed an issue where compile-time license checking would fail on CI servers with release-only license files.
  11. ## Vaadin 7.7.39
  12. * Added the Flatten Maven Plugin
  13. * A fix to compute the correct path to a war file from the resource URL
  14. * General pom.xml and project structure fixes
  15. ## Vaadin 7.7.38
  16. * A fix to preserve push messages in cache until they are seen by client
  17. * A fix to prevent concurrent disconnect and push operations
  18. * A change to close push connection immediately after refresh
  19. ## Vaadin 7.7.37
  20. * license updated to VCL-1
  21. * updated server-MPR artifact POM to remove dependency on server
  22. ## Vaadin 7.7.36
  23. * added the server MPR build artifact
  24. * updated license checker to version 1.11.2
  25. * extracted portlet-related parts to a new module
  26. ## Vaadin 7.7.35
  27. * a check for bundle resources in order not to fail with OSGi
  28. * update license checker to version 1.9.0
  29. ## Vaadin 7.7.34
  30. * Update Jsoup to version 1.15.3
  31. ## Vaadin 7.7.33
  32. * Update license metainfo CVDL4
  33. * Update Jetty version for security
  34. * Update license checker to version 1.5.2
  35. ## Vaadin 7.7.32
  36. * Update Atmosphere version to 2.2.13.vaadin4
  37. ## Vaadin 7.7.31
  38. * Don't serve directories as static files
  39. * Update license checker version to 1.2.2
  40. * Add JNA dependencies for license checker
  41. ## Vaadin 7.7.30
  42. * Ensure resize and dragging curtains are removed when a window is closed