Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

vaadin/flow

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mshabarov created a review comment on a pull request on vaadin/flow
That would be great to have indeed. But could be a separate PR as well.

View on GitHub

mshabarov created a review on a pull request on vaadin/flow

View on GitHub

knoobie created a review comment on a pull request on vaadin/flow
Yeah :)

View on GitHub

knoobie created a review on a pull request on vaadin/flow

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mshabarov created a review comment on a pull request on vaadin/flow
Bean Validation you mean ?

View on GitHub

mshabarov created a review on a pull request on vaadin/flow

View on GitHub

knoobie created a review comment on a pull request on vaadin/flow
Should there be a test that records with bean annotation work? :)

View on GitHub

knoobie created a review on a pull request on vaadin/flow

View on GitHub

mshabarov pushed 1 commit to feature/react19 vaadin/flow

View on GitHub

mshabarov pushed 55 commits to feature/react19 vaadin/flow
  • fix: reload route configuration upon layout changes (#20139) * fix: reload route configuration upon layout changes ... fa8e54b
  • feat: HMR for translation files (#20142) * fix: HMR for translation files * Clears resource bundle cache on trans... eb2ecb9
  • chore: Set DAU cookie secure if the request is secure (#20150) Set the DAU cookie as secure, if the http request is ... cb1132b
  • fix: cache ClassFinder for reuse in mojo execution (#20148) Creates ClassFinder once per mojo execution, preventing ... 5824994
  • fix: fix auto layout hotswap (#20159) Refactor hotswap logic and tests to align with changes introduced by #20120. 748e14f
  • chore: remove exclude from MenuEntry (#20166) `MenuEntry#exclude` is always false with `MenuConfiguration`. 473c7c1
  • chore: allow running gradle plugin tests with JDK greater that 17 (#20116) * chore: allow running gradle plugin test... 27d1f92
  • fix: reintroduce static methods used by Hilla (#20168) Reintroduces static methods used by Hilla in FlowModeAbstract... ee0f664
  • chore: upgrade @vaadin/router (#20170) d51a390
  • fix: navigatin to client view from server (#20151) * fix: navigatin to client view from server Navigation to the ... 430f781
  • chore: Bump frontend deps (#20156) 7f667d5
  • chore: Lit 3.2.1 (#20171) Co-authored-by: Mikhail Shabarov <[email protected]> 92b840e
  • chore: Use local config file for formatting (#20164) 567c92f
  • chore: Bump Polymer to 3.5.2 (#20175) * chore: Bump Polymer * Fix test 2cc2c87
  • chore(deps): bump org.apache.maven.plugins:maven-failsafe-plugin (#20161) Bumps [org.apache.maven.plugins:maven-fail... e911d01
  • chore(deps): bump org.ow2.asm:asm from 9.7 to 9.7.1 (#20163) Bumps org.ow2.asm:asm from 9.7 to 9.7.1. --- update... 3abdba4
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#20162) Bumps [org.apache.maven.plugins:maven-sure... d4f27ad
  • chore: update @vaadin-router to 2.0.0-rc2 (#20181) * chore: update @vaadin-router to 2.0.0-rc2 * fix: type for se... 92c0853
  • chore!: Wrap each enum on a separate line when there are many of them (#20160) f789c1c
  • chore: upgrade vaadin-router to 2.0.0-rc3 (24.5) (#20190) (#20191) Co-authored-by: Zhe Sun <31067185+ZheSun88@users.... 3958765
  • and 35 more ...

View on GitHub

mshabarov pushed 72 commits to vite6 vaadin/flow
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#20101) Bumps [org.apache.maven.plugins:maven-javad... e774df5
  • chore(deps): bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.41.2 (#20102) Bumps [com.nimbusds:nimbus-jose-jwt](h... abc0122
  • fix: allow null response in logout (#20057) Don't throw NullPointerException in case of null VaadinServletResponse i... 99d8266
  • chore!: upgrade minimum supported Gradle version to 8.7 (#20106) Jackson 2.18 is incompatible with Gradle 8.4 becaus... 623dae4
  • feat: add drag image for DragSource (#20098) Adds `DragSource#setDragImage(ComponentdragImage )` and `DragSource#set... 95db483
  • fix: consider layout prefixes when checking for route and alias paths (#20126) Fixes #20124 d475155
  • chore(deps): bump jetty.version from 12.0.13 to 12.0.14 (#20121) Bumps `jetty.version` from 12.0.13 to 12.0.14. U... 8f506b3
  • chore(deps): bump com.typesafe.akka:akka-actor_2.13 from 2.8.6 to 2.8.7 (#20122) Bumps [com.typesafe.akka:akka-actor... 760586b
  • chore: upgrade component version to 24.4.13 (#20117) 62724ba
  • fix: always fetch reactEnabled from service (#20125) * fix: always fetch reactEnabled from service ae1d136
  • refactor: remove unneeded if (#20132) 21b6600
  • chore: append drag image on attach (#20123) Postpone moment when virtual child element is created and added to allow... 1ebd400
  • fix: change blank icon to null in MenuData (#20137) Fixes: #20114 430c40f
  • fix: always create AvailableViewInfo.menu (#20136) Create always MenuData in `AvailableViewInfo.menu` to avoid need ... aa83939
  • feat: add MenuConfiguration (#20138) * feat: add MenuConfiguration New public API for building application menu: ... 4cf08cf
  • chore(deps): bump io.dropwizard.metrics:metrics-core (#20147) Bumps [io.dropwizard.metrics:metrics-core](https://git... 179f04a
  • fix: Access-controlled layout (#20120) * fix: Accesscontrolled layout Make Flow (a)Layout linking dynamic. Add a... 747f7fe
  • fix: reload route configuration upon layout changes (#20139) * fix: reload route configuration upon layout changes ... fa8e54b
  • feat: HMR for translation files (#20142) * fix: HMR for translation files * Clears resource bundle cache on trans... eb2ecb9
  • chore: Set DAU cookie secure if the request is secure (#20150) Set the DAU cookie as secure, if the http request is ... cb1132b
  • and 52 more ...

View on GitHub

mshabarov created a review on a pull request on vaadin/flow

View on GitHub

mshabarov created a review on a pull request on vaadin/flow
Cannot say if this is the best solution, but cannot suggest anything else either. I've made a quick smoke test with CRM example, where I logged in and out and also used short session expiration. C...

View on GitHub

github-actions[bot] created a comment on a pull request on vaadin/flow
## Test Results 1 142 files  ±0  1 142 suites  ±0   1h 23m 12s ⏱️ - 7m 10s 7 470 tests ±0  7 420 ✅ ±0  50 💤 ±0  0 ❌ ±0  7 828 runs   - 9  7 768 ✅  - 9  60 💤 ±0  0 ❌ ±0  Results for commit 162b95e7...

View on GitHub

sonarcloud[bot] created a comment on a pull request on vaadin/flow
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mcollovati opened a pull request on vaadin/flow
chore: don't log missing setter message for records
Java records are immutable, so they do not provide setters for their properties. However, Flow Binder fully supports writing records by creating new instances on demand. This change prevents Binde...
mcollovati created a branch on vaadin/flow

chore/dont-print-missing-setter-msg-for-records - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

mperktold created a comment on an issue on vaadin/flow
I agree that in general, we should just let the exception bubble up and not pretend that everything is fine. But I would rather apply that to the detach hooks, as they do not know whether they are ...

View on GitHub

Artur- deleted a branch vaadin/flow

snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe

Artur- pushed 1 commit to snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe vaadin/flow
  • fix: upgrade jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 Snyk has created this PR to upgrade jakarta.ser... 5877897

View on GitHub

Artur- created a branch on vaadin/flow

snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

taefi deleted a branch vaadin/flow

snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe

taefi pushed 1 commit to snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe vaadin/flow
  • fix: upgrade jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 Snyk has created this PR to upgrade jakarta.ser... 807dafa

View on GitHub

Artur- deleted a branch vaadin/flow

snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe

Artur- pushed 1 commit to snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe vaadin/flow
  • fix: upgrade jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0 Snyk has created this PR to upgrade jakarta.ser... d645fec

View on GitHub

Artur- created a branch on vaadin/flow

snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe - Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

Artur- deleted a branch vaadin/flow

snyk-upgrade-6c3459bd046141e70cec74c18cfbe9fe

Load more