diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..280866bcb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.xml text eol=lf diff --git a/batch-boot-jpa-sample/src/main/resources/db/changelog/migration/01-create_customers_table.xml b/batch-boot-jpa-sample/src/main/resources/db/changelog/migration/01-create_customers_table.xml index 82b103d1a..123dbb36d 100644 --- a/batch-boot-jpa-sample/src/main/resources/db/changelog/migration/01-create_customers_table.xml +++ b/batch-boot-jpa-sample/src/main/resources/db/changelog/migration/01-create_customers_table.xml @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/boot-rabbitmq-thymeleaf/src/main/resources/db/changelog/01-create-tables.xml b/boot-rabbitmq-thymeleaf/src/main/resources/db/changelog/01-create-tables.xml index 14c22e088..540a780e8 100644 --- a/boot-rabbitmq-thymeleaf/src/main/resources/db/changelog/01-create-tables.xml +++ b/boot-rabbitmq-thymeleaf/src/main/resources/db/changelog/01-create-tables.xml @@ -1,40 +1,40 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/01-create_tags_table.xml b/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/01-create_tags_table.xml index 35c50f04f..06bed0ccc 100644 --- a/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/01-create_tags_table.xml +++ b/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/01-create_tags_table.xml @@ -1,31 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/02-create_posts_table.xml b/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/02-create_posts_table.xml index 732b1f2ca..8826498bf 100644 --- a/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/02-create_posts_table.xml +++ b/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/02-create_posts_table.xml @@ -1,32 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/04-create_post_comments_table.xml b/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/04-create_post_comments_table.xml index bb1749e50..dfd33e901 100644 --- a/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/04-create_post_comments_table.xml +++ b/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/04-create_post_comments_table.xml @@ -1,35 +1,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/05-create_post_tags_table.xml b/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/05-create_post_tags_table.xml index d8eb3db79..904e4dd13 100644 --- a/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/05-create_post_tags_table.xml +++ b/graphql/boot-graphql-querydsl/src/main/resources/db/changelog/migration/05-create_post_tags_table.xml @@ -1,28 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/01-create_authors_table.xml b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/01-create_authors_table.xml index 35e23cdf9..c09ed3942 100644 --- a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/01-create_authors_table.xml +++ b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/01-create_authors_table.xml @@ -1,39 +1,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/02-create_posts_table.xml b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/02-create_posts_table.xml index 1a24f197b..f8181d122 100644 --- a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/02-create_posts_table.xml +++ b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/02-create_posts_table.xml @@ -1,30 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/03-create_post_comments_table.xml b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/03-create_post_comments_table.xml index 5e3148b7f..61853aeb5 100644 --- a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/03-create_post_comments_table.xml +++ b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/03-create_post_comments_table.xml @@ -1,35 +1,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/04-create_post_details_table.xml b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/04-create_post_details_table.xml index bff0694f1..f916c7d65 100644 --- a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/04-create_post_details_table.xml +++ b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/04-create_post_details_table.xml @@ -1,30 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/05-create_tags_table.xml b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/05-create_tags_table.xml index 94a18e8a5..34fe46af2 100644 --- a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/05-create_tags_table.xml +++ b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/05-create_tags_table.xml @@ -1,28 +1,28 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/06-create_post_tag_table.xml b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/06-create_post_tag_table.xml index feb7caac7..27da59e82 100644 --- a/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/06-create_post_tag_table.xml +++ b/graphql/boot-graphql-webmvc/src/main/resources/db/changelog/migration/06-create_post_tag_table.xml @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/03-create_posts_comments_table.xml b/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/03-create_posts_comments_table.xml index 8d6775bad..a9ac26775 100644 --- a/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/03-create_posts_comments_table.xml +++ b/httpClients/boot-http-proxy/src/main/resources/db/changelog/migration/03-create_posts_comments_table.xml @@ -1,36 +1,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/boot-data-customsequence/src/test/resources/logback-test.xml b/jpa/boot-data-customsequence/src/test/resources/logback-test.xml index 07f6e94c2..804b8ec26 100644 --- a/jpa/boot-data-customsequence/src/test/resources/logback-test.xml +++ b/jpa/boot-data-customsequence/src/test/resources/logback-test.xml @@ -1,16 +1,16 @@ - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n - - - - - - - - - - - - + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n + + + + + + + + + + + + diff --git a/jpa/boot-data-envers/src/main/resources/db/changelog/migration/01-create_customers_table.xml b/jpa/boot-data-envers/src/main/resources/db/changelog/migration/01-create_customers_table.xml index 30f6c7f8b..0d42b221b 100644 --- a/jpa/boot-data-envers/src/main/resources/db/changelog/migration/01-create_customers_table.xml +++ b/jpa/boot-data-envers/src/main/resources/db/changelog/migration/01-create_customers_table.xml @@ -1,30 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/boot-data-envers/src/main/resources/db/changelog/migration/02-create_customers_aud_table.xml b/jpa/boot-data-envers/src/main/resources/db/changelog/migration/02-create_customers_aud_table.xml index 858979252..7a3cefb60 100644 --- a/jpa/boot-data-envers/src/main/resources/db/changelog/migration/02-create_customers_aud_table.xml +++ b/jpa/boot-data-envers/src/main/resources/db/changelog/migration/02-create_customers_aud_table.xml @@ -1,31 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/boot-data-envers/src/main/resources/db/changelog/migration/03-create_revinfo_table.xml b/jpa/boot-data-envers/src/main/resources/db/changelog/migration/03-create_revinfo_table.xml index ac956ad47..a780a71cd 100644 --- a/jpa/boot-data-envers/src/main/resources/db/changelog/migration/03-create_revinfo_table.xml +++ b/jpa/boot-data-envers/src/main/resources/db/changelog/migration/03-create_revinfo_table.xml @@ -1,31 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/db/changelog/migration/02-create_orders_table.xml b/jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/db/changelog/migration/02-create_orders_table.xml index 426bf83e0..b9fb37b88 100644 --- a/jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/db/changelog/migration/02-create_orders_table.xml +++ b/jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/db/changelog/migration/02-create_orders_table.xml @@ -1,33 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/db/changelog/migration/03-create_order_items_table.xml b/jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/db/changelog/migration/03-create_order_items_table.xml index 2479e5446..9bf94e704 100644 --- a/jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/db/changelog/migration/03-create_order_items_table.xml +++ b/jpa/boot-hibernate2ndlevelcache-sample/src/main/resources/db/changelog/migration/03-create_order_items_table.xml @@ -1,30 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/05-director_table.xml b/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/05-director_table.xml index c919fe869..ffc9d7047 100644 --- a/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/05-director_table.xml +++ b/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/05-director_table.xml @@ -1,33 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/06-genre_table.xml b/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/06-genre_table.xml index 70206268c..bec6cd7e9 100644 --- a/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/06-genre_table.xml +++ b/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/06-genre_table.xml @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/08-reviews_table.xml b/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/08-reviews_table.xml index 2c94c166e..9aa353fa6 100644 --- a/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/08-reviews_table.xml +++ b/jpa/boot-jpa-locks/src/main/resources/db/changelog/migration/08-reviews_table.xml @@ -1,33 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/db/changelog/migration/01-init.xml b/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/db/changelog/migration/01-init.xml index 211d8dd6d..9d3b8b9b3 100644 --- a/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/db/changelog/migration/01-init.xml +++ b/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/db/changelog/migration/01-init.xml @@ -1,9 +1,9 @@ - - - - - + + + + + diff --git a/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/db/changelog/migration/02-create_animals_table.xml b/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/db/changelog/migration/02-create_animals_table.xml index 18380ea2f..4b67093d5 100644 --- a/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/db/changelog/migration/02-create_animals_table.xml +++ b/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/db/changelog/migration/02-create_animals_table.xml @@ -1,37 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/logback-spring.xml b/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/logback-spring.xml index 811970d4c..fb95210fc 100644 --- a/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/logback-spring.xml +++ b/jpa/keyset-pagination/boot-data-window-pagination/src/main/resources/logback-spring.xml @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jpa/keyset-pagination/boot-data-window-pagination/src/test/resources/logback-test.xml b/jpa/keyset-pagination/boot-data-window-pagination/src/test/resources/logback-test.xml index 6a5d8ad37..6872addea 100644 --- a/jpa/keyset-pagination/boot-data-window-pagination/src/test/resources/logback-test.xml +++ b/jpa/keyset-pagination/boot-data-window-pagination/src/test/resources/logback-test.xml @@ -1,16 +1,16 @@ - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n - - - - - - - - - - - - + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger - %msg%n + + + + + + + + + + + + diff --git a/r2dbc/boot-r2dbc-sample/src/main/resources/logback-spring.xml b/r2dbc/boot-r2dbc-sample/src/main/resources/logback-spring.xml index 8558d0568..723c1aba0 100644 --- a/r2dbc/boot-r2dbc-sample/src/main/resources/logback-spring.xml +++ b/r2dbc/boot-r2dbc-sample/src/main/resources/logback-spring.xml @@ -1,29 +1,29 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +