Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RemoteSystemsTempFiles/
# Custom ignores #
##################

**/.settings/

output/
.idea/
.gradle/
Expand Down
2 changes: 1 addition & 1 deletion AntTasks/.project
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</natures>
<filteredResources>
<filter>
<id>1689258621753</id>
<id>1727907273515</id>
<name></name>
<type>30</type>
<matcher>
Expand Down
2 changes: 0 additions & 2 deletions AntTasks/.settings/org.eclipse.core.resources.prefs

This file was deleted.

23 changes: 12 additions & 11 deletions AsmParser/.classpath
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<classpathentry kind="src" output="bin/main" path="src">
<attributes>
<attribute name="module" value="true"/>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="src" path="test"/>
<classpathentry combineaccessrules="false" kind="src" path="/jOptions"/>
<classpathentry combineaccessrules="false" kind="src" path="/SpecsUtils"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<classpathentry kind="src" output="bin/test" path="test">
<attributes>
<attribute name="module" value="true"/>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=AsmParser&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry combineaccessrules="false" kind="src" path="/jOptions"/>
<classpathentry combineaccessrules="false" kind="src" path="/SpecsUtils"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
17 changes: 17 additions & 0 deletions AsmParser/.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,26 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.apache.ivyde.eclipse.ivynature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1727907273522</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
2 changes: 0 additions & 2 deletions AsmParser/.settings/org.eclipse.core.resources.prefs

This file was deleted.

15 changes: 0 additions & 15 deletions AsmParser/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

2 changes: 1 addition & 1 deletion AsmParser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation ':SpecsUtils'
implementation ':jOptions'

implementation group: 'com.google.code.gson', name: 'gson', version: '2.4'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
}

java {
Expand Down
11 changes: 6 additions & 5 deletions CommonsCompressPlus/.classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<classpathentry kind="src" output="bin/main" path="src">
<attributes>
<attribute name="module" value="true"/>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry combineaccessrules="false" kind="src" path="/SpecsUtils"/>
<classpathentry exported="true" kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=CommonsCompressPlus&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
8 changes: 7 additions & 1 deletion CommonsCompressPlus/.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.apache.ivyde.eclipse.ivynature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1689258621758</id>
<id>1727907273557</id>
<name></name>
<type>30</type>
<matcher>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion CommonsCompressPlus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

implementation ':SpecsUtils'

implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.15'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.27.1'
}

java {
Expand Down
11 changes: 6 additions & 5 deletions CommonsLangPlus/.classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<classpathentry kind="src" output="bin/main" path="src">
<attributes>
<attribute name="module" value="true"/>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=CommonsLangPlus&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
8 changes: 7 additions & 1 deletion CommonsLangPlus/.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.apache.ivyde.eclipse.ivynature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1689258621763</id>
<id>1727907273561</id>
<name></name>
<type>30</type>
<matcher>
Expand Down
2 changes: 0 additions & 2 deletions CommonsLangPlus/.settings/org.eclipse.core.resources.prefs

This file was deleted.

4 changes: 2 additions & 2 deletions CommonsLangPlus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ repositories {
dependencies {
testImplementation "junit:junit:4.13.1"

implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.6'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.13.0'

}

Expand Down
2 changes: 1 addition & 1 deletion EclipseUtils/.project
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</natures>
<filteredResources>
<filter>
<id>1689258621767</id>
<id>1727907273564</id>
<name></name>
<type>30</type>
<matcher>
Expand Down
2 changes: 0 additions & 2 deletions EclipseUtils/.settings/org.eclipse.core.resources.prefs

This file was deleted.

11 changes: 6 additions & 5 deletions GearmanPlus/.classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<classpathentry kind="src" output="bin/main" path="src">
<attributes>
<attribute name="module" value="true"/>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=GearmanPlus&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry combineaccessrules="false" kind="src" path="/SpecsUtils"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
8 changes: 7 additions & 1 deletion GearmanPlus/.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.apache.ivyde.eclipse.ivynature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1689258621770</id>
<id>1727907273568</id>
<name></name>
<type>30</type>
<matcher>
Expand Down
2 changes: 0 additions & 2 deletions GearmanPlus/.settings/org.eclipse.core.resources.prefs

This file was deleted.

4 changes: 2 additions & 2 deletions GearmanPlus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ java {
repositories {

// Gearman
maven { url "https://oss.sonatype.org/content/repositories/snapshots"}
maven { url="https://oss.sonatype.org/content/repositories/snapshots"}

mavenCentral()
}
Expand All @@ -25,7 +25,7 @@ dependencies {

implementation ':SpecsUtils'

implementation group: 'com.google.code.gson', name: 'gson', version: '2.4'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
implementation group: 'org.gearman.jgs', name: 'java-gearman-service', version: '0.7.0-SNAPSHOT'
}

Expand Down
16 changes: 7 additions & 9 deletions GitPlus/.classpath
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test-experimental"/>
<classpathentry combineaccessrules="false" kind="src" path="/SpecsUtils"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<classpathentry kind="src" output="bin/main" path="src">
<attributes>
<attribute name="module" value="true"/>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=GitPlus&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/slf4j-simple"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry combineaccessrules="false" kind="src" path="/SpecsUtils"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
8 changes: 7 additions & 1 deletion GitPlus/.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.apache.ivyde.eclipse.ivynature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1689258621774</id>
<id>1727907273572</id>
<name></name>
<type>30</type>
<matcher>
Expand Down
2 changes: 0 additions & 2 deletions GitPlus/.settings/org.eclipse.core.resources.prefs

This file was deleted.

4 changes: 2 additions & 2 deletions GitPlus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {

implementation ':SpecsUtils'

implementation group: 'com.google.guava', name: 'guava', version: '19.0'
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '6.6.0.202305301015-r'
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '7.1.0.202411261347-r'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion GitlabPlus/.project
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</natures>
<filteredResources>
<filter>
<id>1689258621776</id>
<id>1727907273576</id>
<name></name>
<type>30</type>
<matcher>
Expand Down
2 changes: 0 additions & 2 deletions GitlabPlus/.settings/org.eclipse.core.resources.prefs

This file was deleted.

14 changes: 0 additions & 14 deletions GitlabPlus/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

13 changes: 9 additions & 4 deletions Gprofer/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin/main" path="src">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry combineaccessrules="false" kind="src" path="/SpecsUtils"/>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=GproferTest&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
Loading
Loading