Skip to content

Commit

Permalink
6.3.9578
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Sep 6, 2023
1 parent 8fb2c28 commit 4c3b6d1
Show file tree
Hide file tree
Showing 32 changed files with 136 additions and 136 deletions.
6 changes: 3 additions & 3 deletions Java/android/androidfsstorage/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
jarJar {
rules = [
'stax-api-1.0.1.jar' : 'javax.xml.** com.ithit.webdav.xml.@1',
'webdav-server-6.3.9561.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
'webdav-server-6.3.9578.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
]
}

Expand Down Expand Up @@ -75,11 +75,11 @@ dependencies {
implementation 'commons-io:commons-io:2.7'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation('com.ithit.webdav.integration:android-integration:6.3.9561', {
implementation('com.ithit.webdav.integration:android-integration:6.3.9578', {
exclude group: 'org.nanohttpd', module: 'nanohttpd'
})
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
jarJar 'stax:stax-api:1.0.1'
jarJar 'com.ithit.webdav:webdav-server:6.3.9561'
jarJar 'com.ithit.webdav:webdav-server:6.3.9578'
testImplementation 'junit:junit:4.12'
}
8 changes: 4 additions & 4 deletions Java/jakarta/collectionsync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ithit.webdav.samples</groupId>
<artifactId>collectionsync-jakarta</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
<packaging>war</packaging>

<properties>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -196,7 +196,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/collectionsync-jakarta-6.3.9561</warSourceDirectory>
<warSourceDirectory>target/collectionsync-jakarta-6.3.9578</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Java/jakarta/filesystemstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ithit.webdav.samples</groupId>
<artifactId>filesystemstorage</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
<packaging>war</packaging>

<properties>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -202,7 +202,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/filesystemstorage-jakarta-6.3.9561</warSourceDirectory>
<warSourceDirectory>target/filesystemstorage-jakarta-6.3.9578</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Java/jakarta/springboot3fsstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.ithit.webdav.samples</groupId>
<artifactId>springboot3fsstorage</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
<name>springboot3fsstorage</name>
<description>Demo project for Spring Boot 3</description>

Expand Down Expand Up @@ -53,12 +53,12 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
</dependency>
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>jakarta-integration</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
</dependency>

<!-- JNA dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions Java/javax/collectionsync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ithit.webdav.samples</groupId>
<artifactId>collectionsync</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.ithit.webdav.integration</groupId>
<artifactId>servlet-integration</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>com.ithit.webdav</groupId>
<artifactId>webdav-server</artifactId>
<version>6.3.9561</version>
<version>6.3.9578</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -219,7 +219,7 @@
<server>filesystem</server>
<port>11021</port>
<path>/</path>
<warSourceDirectory>target/collectionsync-6.3.9561</warSourceDirectory>
<warSourceDirectory>target/collectionsync-6.3.9578</warSourceDirectory>
</configuration>
</plugin>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ public String getEtag() throws ServerException {
* @param count Number of bytes to be written to the output stream.
* @throws ServerException In case of an error.
*/
// <<<< readFileImpl
@Override
public void read(OutputStream out, long startIndex, long count) throws ServerException {
Path fullPath = this.getFullPath();
Expand All @@ -241,7 +240,6 @@ public void read(OutputStream out, long startIndex, long count) throws ServerExc
throw new ServerException(x);
}
}
// readFileImpl >>>>

/**
* Saves the content of the file from the specified stream to the File System repository.
Expand All @@ -255,7 +253,6 @@ public void read(OutputStream out, long startIndex, long count) throws ServerExc
* @throws ServerException In case of an error.
* @throws IOException I/O error.
*/
// <<<< writeFileImpl
@Override
public long write(InputStream content, String contentType, long startIndex, long totalFileLength)
throws LockedException, ServerException, IOException {
Expand Down Expand Up @@ -294,7 +291,6 @@ public long write(InputStream content, String contentType, long startIndex, long
getEngine().getWebSocketServer().notifyUpdated(getPath(), getWebSocketID());
return totalWrittenBytes;
}
// writeFileImpl >>>>

private void incrementSerialNumber() {
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private static String fixPath(String path) {
* @throws LockedException This folder was locked. Client did not provide the lock token.
* @throws ServerException In case of an error.
*/
// <<<< createFileImpl
@Override
public FileImpl createFile(String name) throws LockedException, ServerException {
ensureHasToken();
Expand All @@ -115,7 +114,6 @@ public FileImpl createFile(String name) throws LockedException, ServerException
}
return null;
}
// createFileImpl >>>>

/**
* Creates new {@link FolderImpl} folder with the specified name in this folder.
Expand All @@ -125,7 +123,6 @@ public FileImpl createFile(String name) throws LockedException, ServerException
* @throws LockedException This folder was locked. Client did not provide the lock token.
* @throws ServerException In case of an error.
*/
// <<<< createFolderImpl
@Override
public Folder createFolder(String name) throws LockedException,
ServerException {
Expand All @@ -147,7 +144,6 @@ private void createFolderInternal(String name) throws LockedException,
}
}
}
// createFolderImpl >>>>

private Path deleteIfHidden(String name) throws ServerException {
Path fullPath = Paths.get(this.getFullPath().toString(), name);
Expand All @@ -171,7 +167,6 @@ private Path deleteIfHidden(String name) throws ServerException {
* @return Instance of {@link PageResults} class that contains items on a requested page and total number of items in a folder.
* @throws ServerException In case of an error.
*/
// <<<< getChildren
@Override
public PageResults getChildren(List<Property> propNames, Long offset, Long nResults, List<OrderProperty> orderProps) throws ServerException {
String decodedPath = HierarchyItemImpl.decodeAndConvertToPath(getPath());
Expand All @@ -197,9 +192,7 @@ public PageResults getChildren(List<Property> propNames, Long offset, Long nResu
}
return new PageResults(children, total);
}
// getChildren >>>>

// <<<< deleteFolderImpl
@Override
public void delete() throws LockedException, MultistatusException,
ServerException {
Expand All @@ -214,9 +207,7 @@ public void delete() throws LockedException, MultistatusException,
}
getEngine().getWebSocketServer().notifyDeleted(getPath(), getWebSocketID());
}
// deleteFolderImpl >>>>

// <<<< copyToFolderImpl
@Override
public void copyTo(Folder folder, String destName, boolean deep)
throws LockedException, MultistatusException, ServerException {
Expand All @@ -241,7 +232,6 @@ public void copyTo(Folder folder, String destName, boolean deep)
setName(destName);
getEngine().getWebSocketServer().notifyCreated(folder.getPath() + encode(destName), getWebSocketID());
}
// copyToFolderImpl >>>>

/**
* Check whether current folder is the parent to the destination.
Expand Down Expand Up @@ -316,7 +306,6 @@ private String getExtension(String name) {

}

// <<<< moveToFolderImpl
@Override
public void moveTo(Folder folder, String destName) throws LockedException,
ConflictException, MultistatusException, ServerException {
Expand All @@ -337,7 +326,6 @@ public void moveTo(Folder folder, String destName) throws LockedException,
setName(destName);
getEngine().getWebSocketServer().notifyMoved(getPath(), folder.getPath() + encode(destName), getWebSocketID());
}
// moveToFolderImpl >>>>

/**
* Returns list of items that correspond to search request.
Expand All @@ -349,7 +337,6 @@ public void moveTo(Folder folder, String destName) throws LockedException,
* @param nResults The number of items to return.
* @return Instance of {@link PageResults} class that contains items on a requested page and total number of items in search results.
*/
// <<<< searchImpl
@Override
public PageResults search(String searchString, SearchOptions options, List<Property> propNames, Long offset, Long nResults) {
List<HierarchyItem> results = new LinkedList<>();
Expand Down Expand Up @@ -380,7 +367,6 @@ public PageResults search(String searchString, SearchOptions options, List<Prope
}
return new PageResults((offset != null && nResults != null) ? results.stream().skip(offset).limit(nResults).collect(Collectors.toList()) : results, (long) results.size());
}
// searchImpl >>>>

/**
* Returns free bytes available to current user.
Expand Down
Loading

0 comments on commit 4c3b6d1

Please sign in to comment.