This is an automated email from the ASF dual-hosted git repository.
mcasters pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.
from 25e0085 HOP-2170 : parent_workflow unavailable (#379)
new 8858379 HOP-2134 : Add support for ordered categories for context
actions, expose in context dialog (+ a bit of code cleanup)
new 092950a Merge branch 'master' of github.com:apache/incubator-hop
new dbc5607 HOP-2156 : faulty unit test fix
new 6691859 HOP-2156 merge
new 540863a Add header to file
new 3cc23bc Merge branch 'master' of github.com:mattcasters/hop
new a8388f6 HOP-2156 : faulty unit test fix
new f0bc90d HOP-2135 : code hardening for variables on Windows platform
new efb4a87 Merge branch 'master' of github.com:apache/incubator-hop
new 6103c61 HOP-1943 : hop-conf.sh: Create config.json if missing
new 0e9aa17 HOP-2169 : Random Value transform generates data of wrong
class
new 5df8b31 Merge branch 'master' of github.com:apache/incubator-hop
new 64a068e HOP-2170 : parent_workflow unavailable
new 8556363 HOP-2173 : Make it easy for plugins to get lists of names
from other plugins
new 4d59561 Merge pull request #380 from mattcasters/master
The 1046 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/hop/core/util/SingletonUtil.java | 30 ++++++++++++++++++++++
.../projects/config/ProjectsConfigSingleton.java | 15 +++++++++++
.../javascript/ScriptValuesAddedFunctions.java | 21 ++++++++-------
3 files changed, 55 insertions(+), 11 deletions(-)
create mode 100644
core/src/main/java/org/apache/hop/core/util/SingletonUtil.java