Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Scout Nomination PBZ"

(Created page with "Paolo has been working on Scout projects for one years and contributed a significant number of patches. == Gerrit contributions == * [https://git.eclipse.org/r/77505] Allow...")
 
Line 16: Line 16:
 
* [https://git.eclipse.org/r/87947] Base64Utility: Added additional tests, cleanup test methods
 
* [https://git.eclipse.org/r/87947] Base64Utility: Added additional tests, cleanup test methods
 
* [https://git.eclipse.org/r/88495] Added new method BeanManager.uniqueBean()
 
* [https://git.eclipse.org/r/88495] Added new method BeanManager.uniqueBean()
 +
* [https://git.eclipse.org/r/89121] Check for already installed MultiSessionCookieStore and throw
 +
 +
== Documentation contributions ==
 +
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/b506c47a89ddfe556872b217948a180cbe46d9ba] Null-safe ObjectUtility.toString() deprecated StringUtility.nvl()
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/5e79987667f817d2362669a34bf4f73166bca6fd] Cleanup and remove StringUtility.nvl() calls
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/1c351a01bd971b2562433d2cc96c7edb017b46ef] Migration for new ObjectUtility.nvl() method
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/e08a4df60fec4c0ffbf09f1a258b069bb645b535] Avoid sending legacy CSP header for non-Internet Explorer browser
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/953badae681b254a6f632f8184984d92f8a3b69d] Changed Pair to abstract and added ImmutablePair and MutablePair impls
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/d83f1de8a1c6670dc641b39f9b12e48a388f1c1d] Migrated Scout wiki articles to adoc
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/3310d3d12645effaac86a96f4e45d4d122dd85c2] Update chapter Extensibility
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/52a2c81fb9d231efeda65186d41213cb0550cca8] Changed numbering to use proper asciidoc chapter starting with level
 +
* [https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs/commit/8dd94eab202ac251693901be9547c6671fb023ae] Migrated https://wiki.eclipse.org/Scout/Concepts/Extensibility to adoc

Revision as of 11:51, 19 January 2017

Paolo has been working on Scout projects for one years and contributed a significant number of patches.

Gerrit contributions

  • [1] Allow to inject fields into a container which was replaced
  • [2] LoginBox: Create LoginBox object using Scout object factory
  • [3] Bookmark menu: Fixed label of dynamically added menu items
  • [4] Changed Pair to abstract and added ImmutablePair and MutablePair impls.
  • [5] Chrome: CSP 'self' is not interpreted correctly in sandboxed iframes
  • [6] Avoid sending legacy CSP header for non-Internet Explorer browser
  • [7] Added ObjectUtility.nvl() as generic implementation of null-value-check
  • [8] JSON marshalling: Added type name resolver with Jandex lookup
  • [9] JSON marshalling: Unit test for JandexTypeIdResolver
  • [10] Null-safe ObjectUtility.toString() deprecated StringUtility.nvl()
  • [11] Added javax.ws.rs and org.glassfish.jersey to dependency management
  • [12] Base64Utility: Added additional tests, cleanup test methods
  • [13] Added new method BeanManager.uniqueBean()
  • [14] Check for already installed MultiSessionCookieStore and throw

Documentation contributions

  • [15] Null-safe ObjectUtility.toString() deprecated StringUtility.nvl()
  • [16] Cleanup and remove StringUtility.nvl() calls
  • [17] Migration for new ObjectUtility.nvl() method
  • [18] Avoid sending legacy CSP header for non-Internet Explorer browser
  • [19] Changed Pair to abstract and added ImmutablePair and MutablePair impls
  • [20] Migrated Scout wiki articles to adoc
  • [21] Update chapter Extensibility
  • [22] Changed numbering to use proper asciidoc chapter starting with level
  • [23] Migrated https://wiki.eclipse.org/Scout/Concepts/Extensibility to adoc

Back to the top