From c7bd5710e7c09dc1544880831fa85ff98f6d6660 Mon Sep 17 00:00:00 2001 From: piyush kumar sadangi Date: Tue, 15 Oct 2024 20:58:30 +0530 Subject: [PATCH] Issue #141: Some config results in OOM, reduce list of project in config --- .../main/resources/projects-for-example.yml | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/extractor/src/main/resources/projects-for-example.yml b/extractor/src/main/resources/projects-for-example.yml index a848e78a8..5d18ffb89 100644 --- a/extractor/src/main/resources/projects-for-example.yml +++ b/extractor/src/main/resources/projects-for-example.yml @@ -523,3 +523,91 @@ WhitespaceAround: - jOOL - RxJava - Vavr + +TrailingComment: + Example1: + projects: + - spring-integration + - checkstyle + - sevntu-checkstyle + - checkstyle-sonar + - openjdk21 + - guava + - spotbugs + - pmd + - spoon + - lombok-ast + - spring-framework + - hibernate-orm + - elasticsearch + - java-design-patterns + - MaterialDesignLibrary + - Hbase + - Orekit + - apache-ant + - apache-jsecurity + - android-launcher + - apache-struts + - infinispan + - protonpack + - jOOL + - RxJava + - Vavr + + Example2: + projects: + - spring-integration + - checkstyle + - sevntu-checkstyle + - checkstyle-sonar + - openjdk21 + - guava + - spotbugs + - pmd + - spoon + - lombok-ast + - spring-framework + - hibernate-orm + - elasticsearch + - java-design-patterns + - MaterialDesignLibrary + - Hbase + - Orekit + - apache-ant + - apache-jsecurity + - android-launcher + - apache-struts + - infinispan + - protonpack + - jOOL + - RxJava + - Vavr + + all-examples-in-one: + projects: + - spring-integration + - checkstyle + - sevntu-checkstyle + - checkstyle-sonar + - openjdk21 + - guava + - spotbugs + - pmd + - spoon + - lombok-ast + - spring-framework + - hibernate-orm + - elasticsearch + - java-design-patterns + - MaterialDesignLibrary + - Hbase + - Orekit + - apache-ant + - apache-jsecurity + - android-launcher + - apache-struts + - infinispan + - protonpack + - jOOL + - RxJava + - Vavr \ No newline at end of file