Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of $ in URIUtil.append #47

Closed
wants to merge 5,275 commits into from
Closed

Fix handling of $ in URIUtil.append #47

wants to merge 5,275 commits into from

Conversation

cmorty
Copy link

@cmorty cmorty commented May 31, 2022

tjwatson and others added 30 commits September 4, 2020 08:04
There are scenarios where creating a domain will fail, for example if
the bundle file has been deleted.  There is no need to create a domain
in the case of invalidating a wiring because we are just trying to clear
the permission cache of the existing domain when invalidating a wiring.

Change-Id: Icb5d2118a267d08192f3ead21991d1955d36d34f
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Change-Id: I9b88c63a78c6c13c712656947cc603ccf55b5196
Change-Id: Ib9b88409b2169523bcf3cfcd72216f114e52616b
Change-Id: If3aa5655cbeb8c2393c42d1789d9464d737b8e9d
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Change-Id: I5a24500bfc38390c26a6e7ca74dc475870ddbbad
Change-Id: I93a88e9570dd04374e0359bbfb22bb3a343aac4b
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Change-Id: I93ae71de907bef77c3681454590b0652047b1214
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
No need to suppress unchecked when one can use emptyList instead of
EMPTY_LIST.

Change-Id: Ibdf803adc6f2b2a1d8956862915a4d14e28960aa
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
org.ietf.jgss

Change-Id: I88863141b5ecfef8a8ef44631722cede34e44001
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Change the typo to test both INCLUDE and EXCLUDE

Change-Id: I29fd936ed748144ad2377ba38c2ecc4e7adafaba
Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
Change-Id: Ibba82884426e7e35df0c49d301ab1cea016a5f56
Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
Change-Id: Iaedc19d937a069e40cef242d40b4ac0b746848c0
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Some environments it is more costly to do the file open/close operation
than simply calling Files.isReadable.  First try Files.isReadable for
the golden path, if that fails then fallback to the previous behavior

Change-Id: I7aaf92c4d3d1a599343034078ebb214a8da7a305
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Change-Id: I52c52e899370d5b82423bfcc90df0e74d06d1571
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Change-Id: I5e741b9c8e3e2e33ddbbe131dc0b4bc58b6f49be
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Bump executable feature and osgi tests.

Change-Id: Idea6ffa0552e1abcc74270936956db8780943dd3
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Change-Id: Ie4ebc6821391db88a8ecf730a42f7e6eb3a876a2
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Change-Id: I2bb37362d97e5ed1c00dd3b82bcc3024275cb1e0
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Change-Id: Ie6ed4f11fe82f0b69117c0144bbfe7149fed112b
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
This class is intended to test scenarios that ModuleContainer could be
used for outside of the framework.

Change-Id: If252d7d8d29a04d2652c6085fd22c5afa1abb84b
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Added launcher fragment for Mac arm64.
Updated build.sh

Change-Id: I07cb09ba9c01db6fa67e09f29f73e2fc4799d2d6
Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>
Added Info.plist for mac arm64

Change-Id: I1e1472493526a0ca2e76ae2504d58e0241e6e64e
Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>
Copy link
Member

@laeubi laeubi left a comment

Choose a reason for hiding this comment

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

@cmorty we recently moved the repository content to https://github.com/eclipse-equinox/equinox would you be so kind to open your PR for the new repository?

merks and others added 10 commits June 16, 2022 12:04
Provoked by eclipse-equinox/equinox#27 so
build uses the latest plugin version.
It splits the Java package org.eclipse.org.runtime with the
org.eclipse.core.runtime bundle which is newly signed.

Just force changing the qualifier fails the build so we must increment
the version.

eclipse-equinox/equinox#39
And update to latest version of
- org.osgi.service.cm
- org.osgi.service.component
- org.osgi.service.device
- org.osgi.service.event
- org.osgi.service.metatype
- org.osgi.service.provisioning
- org.osgi.service.upnp
- org.osgi.service.useradmin
- org.osgi.service.wireadmin

The package org.osgi.service.log is cleared in favor of the same package
provided by the org.eclipse.osgi system-bundle.

Discussed in issue:
eclipse-equinox/equinox#18
@cmorty
Copy link
Author

cmorty commented Jun 20, 2022

@laeubi : Could you also put this Repo to "Archived", so that it's not possible to open PRs oder Issues?

This is needed when accessing hidden UNC-Paths like WSL
They are used, for example, when using the WSL
@cmorty cmorty closed this Jun 20, 2022
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.

None yet