Skip to content

Remove IRemoteFileService.getRemoteFiles directory listing operation#396

Open
matthiaso wants to merge 1 commit intoreleases/26.2from
features/matthiaso/26.2/453953_removeGetRemoteFiles
Open

Remove IRemoteFileService.getRemoteFiles directory listing operation#396
matthiaso wants to merge 1 commit intoreleases/26.2from
features/matthiaso/26.2/453953_removeGetRemoteFiles

Conversation

@matthiaso
Copy link
Copy Markdown
Member

Non-serializable parameter was used already a while making it unusable with this parameter set anyway.

453953

Non-serializable parameter was used already a while making it unusable
with this parameter set anyway.

453953
@matthiaso matthiaso self-assigned this Mar 25, 2026
* `org.eclipse.scout.rt.client.services.common.file.IFileService.syncRemoteFiles(String, FilenameFilter)`
* `org.eclipse.scout.rt.client.services.common.file.IFileService.syncRemoteFilesToPath(String, String, FilenameFilter)`
* `org.eclipse.scout.rt.shared.services.common.file.IRemoteFileService.getRemoteFiles(String, FilenameFilter, RemoteFile[])`
*
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
*


== Trust manager and remotes files

`org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles()` has been removed that is all trusted certificates have to be provided locally now.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles()` has been removed that is all trusted certificates have to be provided locally now.
`org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles()` has been removed. As a result, all trusted certificates now have to be provided locally.

});
----

== Trust manager and remotes files
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
== Trust manager and remotes files
== Trust manager and remote files


`org.eclipse.scout.rt.server.commons.GlobalTrustManager.getTrustedCertificatesInRemoteFiles()` has been removed that is all trusted certificates have to be provided locally now.

The following service operations have been removed also:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The following service operations have been removed also:
The following service operations have also been removed:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants