Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content
Snippets Groups Projects
  1. Feb 24, 2023
  2. Feb 20, 2023
  3. Feb 11, 2023
    • Andrey Loskutov's avatar
      Fix for NPE in PackageSource.toString() · dcb36d3f
      Andrey Loskutov authored
      Seen debugging JDT UI Leak test & printing the references
      
      ```
      java.lang.NullPointerException: Cannot read the array length because
      "value" is null
      	at java.base/java.lang.String.<init>(String.java:275)
      	at java.base/java.lang.String.valueOf(String.java:4229)
      	at org.eclipse.osgi.internal.loader.sources.PackageSource.toString(PackageSource.java:90)
      	at java.base/java.lang.String.valueOf(String.java:4215)
      	at java.base/java.lang.StringBuilder.append(StringBuilder.java:173)
      	at java.base/java.util.HashMap$Node.toString(HashMap.java:296)
      	at java.base/java.lang.String.valueOf(String.java:4215)
      	at java.base/java.lang.StringBuilder.append(StringBuilder.java:173)
      	at org.eclipse.jdt.ui.leaktest.reftracker.ReferencedObject.toString(ReferencedObject.java:49)
      	at java.base/java.lang.String.valueOf(String.java:4215)
      	at java.base/java.lang.StringBuilder.append(StringBuilder.java:173)
      	at org.eclipse.jdt.ui.leaktest.reftracker.ReferenceTracker.followFieldReference(ReferenceTracker.java:75)
      ```
      27 tags
      dcb36d3f
  4. Feb 10, 2023
  5. Feb 09, 2023
  6. Feb 02, 2023
  7. Jan 30, 2023
  8. Jan 23, 2023
  9. Jan 22, 2023
  10. Jan 20, 2023
  11. Jan 19, 2023
  12. Jan 11, 2023
  13. Jan 10, 2023
  14. Jan 05, 2023
  15. Jan 03, 2023
    • BJ Hargrave's avatar
      Widen require bundle version ranges in o.e.osgi.util · bfbcf877
      BJ Hargrave authored
      
      o.e.osgi.util is a façade for older plugins to get access to some OSGi
      packages. Plugins should be importing the OSGi package rather than
      Require-Bundle on o.e.osgi.util.
      
      Since we need to retain this façade for these older bundle, we must
      not constrain the versions of the OSGi packages installed in the system.
      org.osgi.util.promise has released 1.3.0 but this cannot be used with
      o.e.osgi.util since it incorrectly imports too narrow a version range.
      
      So we widen the version range up to the next major version. This will
      allows the use of any compatible version of the OSGi packages in the
      system.
      
      Signed-off-by: default avatarBJ Hargrave <hargrave@us.ibm.com>
      4 tags
      bfbcf877
  16. Jan 02, 2023
  17. Dec 13, 2022
  18. Dec 09, 2022
  19. Dec 07, 2022
  20. Dec 01, 2022
  21. Nov 30, 2022
  22. Nov 16, 2022
  23. Nov 09, 2022
    • Александър Куртаков's avatar
      Minor changes in o.e.equinox.http.jetty · d1c1ac4c
      Jarsigner verify gives
      
      ```
      Warning:
      This jar contains entries whose TSA certificate chain is invalid.
      Reason: PKIX path building failed:
      sun.security.provider.certpath.SunCertPathBuilderException: unable to
      find valid certification path to requested target
      POSIX file permission and/or symlink attributes detected. These
      attributes are ignored when signing and are not protected by the
      signature.
      ```
      
      for this bundle so this change is to get it resigned.
      6 tags
      d1c1ac4c
  24. Nov 08, 2022
Loading