[PR #69] [CLOSED] Fixes #7: Replaced bundled source files with binaries #101

Closed
opened 2026-01-24 11:40:48 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/pftt2/pull/69
Author: @lavturo
Created: 9/6/2019
Status: Closed

Base: masterHead: fix_issue7


📝 Commits (3)

  • cf28c50 Fixes #7: Replaced bundled source files with binaries
  • 49297b0 Text file showing which jar files were modified.
  • f62cc4a Modified file to work with original jar file.

📊 Changes

426 files changed (+63 additions, -55155 deletions)

View changed files

📝 .classpath (+9 -1)
lib/Modified-Files.txt (+21 -0)
lib/groovy-2.5.8.jar (+0 -0)
lib/groovy-groovysh-2.5.8.jar (+0 -0)
lib/java-diff-1.1.2.jar (+0 -0)
lib/kxml2-2.3.0.jar (+0 -0)
lib/ristretto-1.0.jar (+0 -0)
lib/sshd-core-1.1.1.jar (+0 -0)
lib/windowsazure-core-0.5.0.jar (+0 -0)
lib/windowsazure-websites-0.5.0.jar (+0 -0)
📝 src/com/mostc/pftt/main/PfttMain.java (+1 -1)
📝 src/com/mostc/pftt/main/SSHServer.java (+9 -9)
📝 src/com/mostc/pftt/model/sapi/ApacheManager.java (+1 -1)
📝 src/com/mostc/pftt/model/sapi/IISManager.java (+1 -1)
📝 src/com/mostc/pftt/results/PhpResultPackWriter.java (+1 -1)
📝 src/com/mostc/pftt/results/PhptTestResult.java (+13 -13)
📝 src/com/mostc/pftt/runner/AbstractPhptTestCaseRunner.java (+1 -1)
📝 src/com/mostc/pftt/scenario/AzureWebsitesScenario.java (+6 -4)
src/org/apache/sshd/ClientChannel.java (+0 -62)
src/org/apache/sshd/ClientSession.java (+0 -156)

...and 80 more files

📄 Description

@cmb69 @weltling Could you check through these files? I found some more jar files, so it took a while to figure out what needed to be changed. There were some errors about a file not being in the class path, so I had to modify some of the jar files. However, if this is the incorrect way to package the src files, then I can revert them. I just wanted to create this PR for some feedback.

The only source files left that were not created by us are javax.annotation and se.datadosen.component.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/pftt2/pull/69 **Author:** [@lavturo](https://github.com/lavturo) **Created:** 9/6/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_issue7` --- ### 📝 Commits (3) - [`cf28c50`](https://github.com/php/pftt2/commit/cf28c50652875e68eb8499b468727b9f18a20b08) Fixes #7: Replaced bundled source files with binaries - [`49297b0`](https://github.com/php/pftt2/commit/49297b0a0cc0d13a63cf6a8c3c665f0363582c11) Text file showing which jar files were modified. - [`f62cc4a`](https://github.com/php/pftt2/commit/f62cc4aacbc66dc79cadb444da38f434486b854c) Modified file to work with original jar file. ### 📊 Changes **426 files changed** (+63 additions, -55155 deletions) <details> <summary>View changed files</summary> 📝 `.classpath` (+9 -1) ➕ `lib/Modified-Files.txt` (+21 -0) ➕ `lib/groovy-2.5.8.jar` (+0 -0) ➕ `lib/groovy-groovysh-2.5.8.jar` (+0 -0) ➕ `lib/java-diff-1.1.2.jar` (+0 -0) ➕ `lib/kxml2-2.3.0.jar` (+0 -0) ➕ `lib/ristretto-1.0.jar` (+0 -0) ➕ `lib/sshd-core-1.1.1.jar` (+0 -0) ➕ `lib/windowsazure-core-0.5.0.jar` (+0 -0) ➕ `lib/windowsazure-websites-0.5.0.jar` (+0 -0) 📝 `src/com/mostc/pftt/main/PfttMain.java` (+1 -1) 📝 `src/com/mostc/pftt/main/SSHServer.java` (+9 -9) 📝 `src/com/mostc/pftt/model/sapi/ApacheManager.java` (+1 -1) 📝 `src/com/mostc/pftt/model/sapi/IISManager.java` (+1 -1) 📝 `src/com/mostc/pftt/results/PhpResultPackWriter.java` (+1 -1) 📝 `src/com/mostc/pftt/results/PhptTestResult.java` (+13 -13) 📝 `src/com/mostc/pftt/runner/AbstractPhptTestCaseRunner.java` (+1 -1) 📝 `src/com/mostc/pftt/scenario/AzureWebsitesScenario.java` (+6 -4) ➖ `src/org/apache/sshd/ClientChannel.java` (+0 -62) ➖ `src/org/apache/sshd/ClientSession.java` (+0 -156) _...and 80 more files_ </details> ### 📄 Description @cmb69 @weltling Could you check through these files? I found some more jar files, so it took a while to figure out what needed to be changed. There were some errors about a file not being in the class path, so I had to **modify** some of the jar files. However, if this is the incorrect way to package the src files, then I can revert them. I just wanted to create this PR for some feedback. The only source files left that were not created by us are `javax.annotation` and `se.datadosen.component`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:40:48 +01:00
admin closed this issue 2026-01-24 11:40:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#101