From 8cab5c7d528950aa184f078c5f72c7f056aa98f7 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Thu, 9 Jan 2025 09:47:56 +0300 Subject: [PATCH] m --- .../feature/performance/planner/statistics.txt | 2 +- .../mapping/mapstruct/{ => docs}/articles.txt | 0 pl/java/libfws/mapping/mapstruct/docs/whatsnew.txt | 13 +++++++++++++ .../libfws/spring/data/jdbc/docs/presentations.txt | 4 +++- 4 files changed, 17 insertions(+), 2 deletions(-) rename pl/java/libfws/mapping/mapstruct/{ => docs}/articles.txt (100%) create mode 100644 pl/java/libfws/mapping/mapstruct/docs/whatsnew.txt diff --git a/db/sql/postgres/feature/performance/planner/statistics.txt b/db/sql/postgres/feature/performance/planner/statistics.txt index 8abc54176..349bbd13a 100644 --- a/db/sql/postgres/feature/performance/planner/statistics.txt +++ b/db/sql/postgres/feature/performance/planner/statistics.txt @@ -5,7 +5,7 @@ https://www.postgresql.org/docs/current/planner-stats.html https://www.postgresql.org/docs/current/multivariate-statistics-examples.html 2023 -Otus - Anton Zolotov - Statistics usage for Query Optimization 1:00:00 of 1:55:27 +Otus - Anton Zolotov - Statistics usage for Query Optimization 1:20:00 of 1:55:27 https://www.youtube.com/watch?v=yNAbEtnFikI ! 14:00 - create table ... with(autovacuum_enabled=false); ! 19:00 - select reltuples, relpages from pg_class where relname=''; diff --git a/pl/java/libfws/mapping/mapstruct/articles.txt b/pl/java/libfws/mapping/mapstruct/docs/articles.txt similarity index 100% rename from pl/java/libfws/mapping/mapstruct/articles.txt rename to pl/java/libfws/mapping/mapstruct/docs/articles.txt diff --git a/pl/java/libfws/mapping/mapstruct/docs/whatsnew.txt b/pl/java/libfws/mapping/mapstruct/docs/whatsnew.txt new file mode 100644 index 000000000..4741ef973 --- /dev/null +++ b/pl/java/libfws/mapping/mapstruct/docs/whatsnew.txt @@ -0,0 +1,13 @@ +https://mapstruct.org/news/ + +1.6.x +https://mapstruct.org/news/2024-11-09-mapstruct-1_6_3_bug-fix-released/ +https://mapstruct.org/news/2024-09-15-mapstruct-1_6_1_bug-fix-released/ +https://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/ +https://mapstruct.org/news/2024-07-20-mapstruct-1_6_0_RC1-is-out/ + ! Presence checks for source parameters +https://mapstruct.org/news/2024-05-11-mapstruct-1_6_0_Beta2-is-out/ + ! conditional mapping for source parameters +https://mapstruct.org/news/2023-11-04-mapstruct-1_6_0_Beta1-is-out/ + ! passing annotations to the generated code + https://mapstruct.org/documentation/stable/reference/html/#adding-annotations diff --git a/pl/java/libfws/spring/data/jdbc/docs/presentations.txt b/pl/java/libfws/spring/data/jdbc/docs/presentations.txt index cbd42ae33..cf9d1af75 100644 --- a/pl/java/libfws/spring/data/jdbc/docs/presentations.txt +++ b/pl/java/libfws/spring/data/jdbc/docs/presentations.txt @@ -2,7 +2,7 @@ SpringDeveloper - Long - Spring Tips: Spring Data JDBC 0:00 of 27:35 https://www.youtube.com/watch?v=srBYXhhLVV4 ! using records, cache -JPoint - Polivaha - Spring Data JDBC Problems 0:00 of 52:26 +JPoint - Polivaha - Spring Data JDBC Problems of 52:26 https://www.youtube.com/watch?v=dfANAAxfQ2c https://jpoint.ru/archive/2024/talks/cd59886578984e3b8edb76f85ae4aea8 ! spring data jdbc contributor @@ -14,6 +14,8 @@ JPoint - Polivaha - Spring Data JDBC Problems 0:00 of 52:26 ! you specify aggregate bounds youself and need to save/get full aggregate ! 9:00 - JdbcAggregateTemplate (the same pattern as Repository) ! 16:00 - IdValueSource.java - select insert/update behavior (BeforeConvertCallback) - for id-gen on client #1169 + ! 35:00 - QueryMapperConfiguration works for query-based stuff only at the moment #1006 + ! 36:00 - java time stuff 2023 https://www.youtube.com/playlist?list=PLbuI9mmWSoUFGL6B_NxB9IoGqyDq-vEen 2022