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"

Line 17: Line 17:
 
* [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
 
* [https://git.eclipse.org/r/89121] Check for already installed MultiSessionCookieStore and throw
 +
 +
== Scout Forum ==
 +
* [https://www.eclipse.org/forums/index.php?t=msg&th=1083922&goto=1752568&#msg_1752568] Custom Scout login
  
 
== Documentation contributions ==
 
== Documentation contributions ==

Revision as of 09:38, 25 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

Scout Forum

  • [15] Custom Scout login

Documentation contributions

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

Back to the top