Slava Semushin
Slava Semushin
Changelogs: - [ ] https://spring.io/blog/2025/01/23/spring-boot-3-5-0-M1-available-now - [ ] https://spring.io/blog/2025/02/20/spring-boot-3-5-0-M2-available-now TODO: - [ ] try to disable Liquibase analytics with `spring.liquibase.analyticsEnabled: false` property (see `https://github.com/liquibase/liquibase/pull/6516`) Should be done after #1697
When integration tests fail there is a warning that `Log Source` has failed also: ``` [INFO] --- robotframework-maven-plugin:1.7.2:run (default) @ mystamps --- Running suite 'Robotframework' with 1 test. ============================================================================== 2025-01-19...
Changelog: - [ ] https://maven.apache.org/docs/history.html - [ ] https://foojay.io/today/why-you-should-upgrade-to-maven-version-3-8-1-today-or-very-soon/ - [ ] https://mail-archives.apache.org/mod_mbox/maven-announce/202108.mbox/%3C85a7a3d4-c4ae-8e1e-f5c4-832017b79ca3%40apache.org%3E - 3.9.0 - [ ] https://maven.apache.org/docs/3.9.0/release-notes.html - [ ] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12350913 - [ ] https://maven.apache.org/docs/3.9.1/release-notes.html - [ ]...
Should be done after #1531 TODO: - 4.x - [ ] https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_4.html - 5.x - [ ] https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_5.html - 6.x - [ ] https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_6.html - 7.x - [ ] https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_7.html...
- [ ] install Prometheus (`http://localhost:9090`) - should monitor itself (?) - should monitor node-exporter - should notify when node-exporter is down - [ ] install Grafana - [ ]...
Changelogs: - [ ] https://github.com/robotframework/robotframework/releases/tag/v4.0b1 - [ ] https://github.com/robotframework/robotframework/releases/tag/v4.0b3 - [ ] https://github.com/robotframework/robotframework/releases/tag/v4.0rc1 - [ ] https://github.com/robotframework/robotframework/releases/tag/v4.0rc2 - [ ] https://github.com/robotframework/robotframework/releases/tag/v4.0 - [ ] https://github.com/robotframework/robotframework/releases/tag/v4.0.1b1 - [ ] https://github.com/robotframework/robotframework/releases/tag/v4.0.1 -...
Changelogs: - [ ] https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.0.0 - [ ] https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.1.0 - [ ] https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.2.0 - [ ] https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.2.1 - [ ] https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.3.0 - [ ] https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.4.0 - [ ] https://github.com/apache/maven-enforcer/releases/tag/enforcer-3.4.1 -...
Changelogs: - [ ] 2.22.1: https://mail-archives.apache.org/mod_mbox/maven-announce/201810.mbox/%3CCAKuVzBT2jZwy%3DJcCy8L8h0HYhpa5z3RCfwwwD-2k%3DhXuLg%2BEiA%40mail.gmail.com%3E - [ ] 2.22.2: https://mail-archives.apache.org/mod_mbox/maven-announce/201905.mbox/%3CCACcefgdwbH-ZSea3J1Sq5ZC6rm2jziFV5bQYQ-wryHB%3DromdHg%40mail.gmail.com%3E - [ ] 3.0.0-M1: https://mail-archives.apache.org/mod_mbox/maven-announce/201811.mbox/%3CCAKuVzBRSPciuKSYYv%3DhrSD-L_-cLGcbR2VRNWMXNzWUNXsFnqA%40mail.gmail.com%3E - [ ] 3.0.0-M2: https://mail-archives.apache.org/mod_mbox/maven-announce/201812.mbox/%3CCAKuVzBRT%3DpQ0LpX%2BsvXD3d1bFY9c81oLAj1gT46%2BgYyZtDiYuA%40mail.gmail.com%3E - [ ] 3.0.0-M3: https://mail-archives.apache.org/mod_mbox/maven-announce/201812.mbox/%3CCAKuVzBQzT0a06hPddSeMffuabYQOTO%2B9x8mwbo0Q33Ei4i6GkQ%40mail.gmail.com%3E - [ ] 3.0.0-M4:...
- [ ] https://github.com/robotframework/MavenPlugin/releases/tag/1.8.0 - [ ] https://github.com/robotframework/MavenPlugin/releases/tag/1.8.1 - [ ] 2.0.0 - [ ] 2.0.1 Related: #1535
In order to prevent regressions on Windows it's suggested to configure CI to execute our checks under that OS. We can run them periodically rather than on every build. See...