eclipse-equinox / equinox

equinox
Eclipse Public License 2.0
31 stars 65 forks source link

Allow interfacing with other adapter frameworks by using a proxy #650

Open laeubi opened 3 months ago

laeubi commented 3 months ago

While the Eclipse Adapter Framework is very powerful it currently does not allow to interface with other adaption techniques (e.g. OSGi Converter Specification).

This adds a new way to adapt a class of objects to a proxy that then is asked for further adaption.

github-actions[bot] commented 3 months ago

Test Results

  660 files    660 suites   1h 14m 57s :stopwatch: 2 201 tests 2 154 :white_check_mark:  47 :zzz: 0 :x: 6 747 runs  6 604 :white_check_mark: 143 :zzz: 0 :x:

Results for commit 7ca3fd9e.

:recycle: This comment has been updated with latest results.

laeubi commented 3 weeks ago

Any concerns or can this be merged?