Skip to content
Permalink
Tag: 2.3.0.Final
Commits on Feb 2, 2017
Commits on Jan 20, 2017
  1. SWITCHYARD-2988 - updating TP (#651)

    bfitzpat committed Jan 20, 2017
    -- also adjusting org.eclipse.core.runtime version to be more up to date
    - hasn't changed in forever
    -- also updated the path to the latest BPMN2 modeler for neon
Commits on Jan 18, 2017
  1. SWITCHYARD-2963 - fixing issue for copynamespaces in older versions (#…

    bfitzpat committed Jan 18, 2017
    …650)
    
    -- check to see if we're on the 2.1+ version before doing anything with
    the copyNamespaces option on soap service bindings to avoid adding it
    where it should not be added
  2. SWITCHYARD-2984 - fixed issue with unwrapped checkbox on soap bindings (

    bfitzpat committed Jan 18, 2017
    #649)
    
    -- unwrapped checkbox now is always enabled across all versions
    -- copynamespaces checkbox is handled a bit more intelligently to avoid
    introducing validation errors in 2.0.x or below. 
    -- updated code to avoid situation where you could not select both
    checkboxes and make the change stick
Commits on Jan 11, 2017
  1. FUSETOOLS-2237 - Follow API update for custom palette entries

    apupier committed Jan 5, 2017
    - SwitchYard component is available only for Karaf
Commits on Jan 3, 2017
  1. FUSETOOLS-2232 - Update year from 2016 to 2017

    apupier committed Jan 3, 2017
    update only for copyrights in features
Commits on Dec 15, 2016
Commits on Nov 30, 2016
Commits on Nov 15, 2016
  1. Merge pull request #642 from bfitzpat/SWITCHYARD-2972-validation

    bfitzpat committed Nov 15, 2016
    SWITCHYARD-2972 - removing validation error for rest bindings
  2. SWITCHYARD-2972 - removing validation error for rest bindings

    bfitzpat committed Nov 11, 2016
Commits on Nov 14, 2016
  1. FUSETOOLS-2205 - Add fragment dependency in test TP (#643)

    bfitzpat committed Nov 14, 2016
    org.eclipse.osgi.compatibility.state is required but is no more by
    default in the test Target Platform, so add it explicitly as M2E
    utilities tests requires it
  2. FUSETOOLS-2205 - Add fragment dependency in test TP

    apupier committed Nov 9, 2016
    org.eclipse.osgi.compatibility.state is required but is no more by
    default in the test Target Platform, so add it explicitly as M2E
    utilities tests requires it
Commits on Nov 8, 2016
Commits on Nov 3, 2016
  1. SWITCHYARD-2959 - ensuring that previous version is in SY version (#634)

    bfitzpat committed Nov 3, 2016
    drop-down list. In this case, 2.0.0.Final
    
    - also refactored some code for a bit easier testing
    - added new test
    - updated to remove if (!contains) statements (unneeded since we're
    adding to a set, which guarantees uniqueness)
Commits on Oct 25, 2016
  1. SWITCHYARD-2963 - adding a check to ensure that the runtime is 2.1 or (

    bfitzpat committed Oct 25, 2016
    …#632)
    
    higher for the new unwrapped and copyNamespaces options to be saved in
    the configuration file.
    
    - also add a utility in the base class so we can reuse this
    functionality if we need to do this kind of check again
    - set the default to true - assume we're at the highest level
Commits on Oct 24, 2016
Commits on Oct 21, 2016
  1. SWITCHYARD-2964 - updating version of master to 2.3.0 (#631)

    bfitzpat committed Oct 21, 2016
    * SWITCHYARD-2964 - updating version of master to 2.3.0
    
    - also updated the fuse-tooling-url to point to 9.1.0.CI
    
    * SWITCHYARD-2964 - updating version of master to 2.3.0
    
    - also updated the fuse-tooling-url to point to 9.1.0.CI
Commits on Oct 19, 2016
  1. FUSETOOLS-2171 - using 0.26.0-SNAPSHOT

    lhein authored and apupier committed Oct 19, 2016
Commits on Oct 14, 2016
  1. SWITCHYARD-2951: Project wizard doesn't detect IntPkg version if the …

    apodhrad authored and bfitzpat committed Oct 14, 2016
    …version was typed (#629)
Commits on Oct 13, 2016
  1. SWITCHYARD-2955 - second attempt (#627)

    bfitzpat committed Oct 13, 2016
    - removing the waitForJobsOld() method which is no longer used
  2. FUSETOOLS-2095 - turning off checkstyle

    apupier committed Oct 12, 2016
    No more Checkstyle provided by SwitchYard Runtime, use the default
    Eclipse conventions to be in sync with Fuse Tooling
Commits on Oct 12, 2016
  1. FUSETOOLS-2141 - a few things (#625)

    bfitzpat committed Oct 12, 2016
    * FUSETOOLS-2141 - a few things
    
    - updating to Java 8
    - adding in project metadata (.classpath, .project, .settings files)
    - removing the defunct org.switchyard.tools.models.switchyard1_0.edit
    project which has gone unused for a while now
    
    * FUSETOOLS-2141 - Remove src from .classpath when they don't exist
    
    * FUSETOOLS-2141 - Remove duplicated groupid name
    
    * FUSETOOLS-2141 - Configure infinitest
    
    * FUSETOOLS-2141 - Remove unused suppressed warnings
    
    * FUSETOOLS-2141 - Fix warnings in build.properties
    
    * FUSETOOLS-2141 - remove unused import package
    
    * FUSETOOLS-2141 - tweaking some build.properties to get past failures
Commits on Oct 11, 2016
Commits on Sep 26, 2016
  1. SWITCHYARD-2936 - hack for intpack (#621)

    bfitzpat committed Sep 26, 2016
    - Migrating all the tweaks from the Mars branch
Commits on Sep 21, 2016
  1. SWITCHYARD-2960 - preliminary work to improve performance (#619)

    bfitzpat committed Sep 21, 2016
    Fixed checkstyle issues
Commits on Sep 16, 2016
  1. SWITCHYARD-2907 - fixing facet issue on config version change (#618)

    bfitzpat committed Sep 16, 2016
    SWITCHYARD-2957 - fixing problem with threading
Commits on Sep 14, 2016
  1. FUSETOOLS-2018 - handle refresh case where adding/removing capabiliti…

    bfitzpat committed Sep 14, 2016
    …es (#614)
    
    And fix timeout issues in all m2e-based tests.
    
    Also added a few missing bits that didn't make it into the Neon PR from
    FUSETOOLS-2092 from the 2.1.x branch
Commits on Sep 12, 2016
  1. Merge pull request #610 from apupier/FUSETOOLS-2092-ApplyOnMasterToo

    apupier committed Sep 12, 2016
    FUSETOOLS-2092 - Implement clean for SYBuildParticipant and stabilize
  2. FUSETOOLS-2092 - Implement clean for SYBuildParticipant and stabilize

    apupier committed Sep 12, 2016
    test
    
    - move xml Camel routes to the correct default folder
    - move java minimal version to 1.7 to be compatible with Camel 2.17
    - implement clean on SYBuildParticipant
    - log checkstyle errors
Commits on Sep 9, 2016
Older
You can’t perform that action at this time.