2 Replies Latest reply on Sep 10, 2014 7:49 AM by eric.wittmann

    Preview/Alpha Release of Overlord API Management

    eric.wittmann

      The Overlord team has been working on a new project (https://github.com/Governance/apiman) that provides rich API Management functionality.  The project is still in its early days, so any thoughts/feedback is even more appreciated than normal.

       

      The project site is here:

       

        http://www.projectoverlord.io/apiman/

       

      The quickstart (linked from the web site) can be run straight from the maven source and ultimately runs in WildFly 8.1.

       

      If you're interested in runtime API Management governance capabilities, give us a look and join us in the conversation!

        • 1. Re: Preview/Alpha Release of Overlord API Management
          jorgemoralespou_2

          Hi Eric,

          While trying to build and execute quickstart I'm getting errors, as I can not get missing dependencies:

           

          Failed to execute goal on project apiman-dt-api-beans: Could not resolve dependencies for project org.overlord.apiman:apiman-dt-api-beans:jar:1.0.0-SNAPSHOT: Could not find artifact org.jboss.errai:errai-common:jar:3.0.3-SNAPSHOT

           

          Is there any specific configuration needed for the settings? If so, could be good to also ship a version of the settings with working repositories, so one can build with -s and not really care if I have the required repositories configured. Otherwise just document the required repos.

          • 2. Re: Preview/Alpha Release of Overlord API Management
            eric.wittmann

            Jorge - it's strange that you're seeing that error, because I'm sure that Errai 3.0.3-SNAPSHOT exists in the JBoss maven repository:

             

            Index of /groups/public/org/jboss/errai/errai-common/3.0.3-SNAPSHOT

             

            Do you perhaps have SNAPSHOTs disabled?  Unfortunately at this point I need to depend on a SNAPSHOT version of Errai because 3.0.3.Final has not yet been released (although it should be soon).