Giter Site home page Giter Site logo

jboss-integration-platform-bom's People

Contributors

brmeyer avatar cristianonicolai avatar cunningt avatar douglaspalmer avatar ericwittmann avatar etirelli avatar ge0ffrey avatar gvarsamis avatar igarashitm avatar kiereleaseuser avatar livthomas avatar manstis avatar mareknovotny avatar marianmacik avatar mariofusco avatar mbiarnes avatar mswiderski avatar objectiser avatar paulovmr avatar porcelli avatar psiroky avatar rcernich avatar rnc avatar romartin avatar ryanzhang avatar smcgowan avatar terminatur avatar tomasdavidorg avatar wmedvede avatar yisharh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jboss-integration-platform-bom's Issues

EAP dependencies need to be listed separatly from other-dependencies

Currently the bom looks something like this (the version number are mostly fictional):

<version.org.freemarker>2.7</> // whatever version we want
<version.org.hibernate>3.3</> // 3.3 because EAP target is 6.3-redhat-2 which has hibernate 3.3-redhat-2
<version.org.jfreechart>1.7</> // whatever version we want
<version.org.resteasy>1.3</> // 1.3 because EAP target is 6.3-redhat-2 which has resteasy 1.3-redhat-2
<version.org.weld>2.3</> // 2.3 because EAP target is 6.3-redhat-2 which has weld 2.3-redhat-2
// ... 300 other dependencies

We need to refactor this into:

<!-- EAP 6.3 dependencies -->
<version.org.hibernate>3.3</> // 3.3 because EAP target is 6.3-redhat-2 which has hibernate 3.3-redhat-2
<version.org.resteasy>1.3</> // 1.3 because EAP target is 6.3-redhat-2 which has resteasy 1.3-redhat-2
<version.org.weld>2.3</> // 2.3 because EAP target is 6.3-redhat-2 which has weld 2.3-redhat-2
// ... 100 other dependencies
<!-- Other dependencies -->
<version.org.freemarker>2.7</> // whatever version we want
<version.org.jfreechart>1.7</> // whatever version we want
// ... 200 other dependencies

So we can then extract the "community EAP" bom , like this:

<version.org.eap-bom-community-mimic>6.3</> // 6.3 because EAP target is 6.3-redhat-2 which has hibernate 3.3-redhat-2, resteasy 1.3-redhat-2, weld 2.3-redhat-2
<!-- Other dependencies -->
<version.org.freemarker>2.7</> // whatever version we want
<version.org.jfreechart>1.7</> // whatever version we want
// ... 200 other dependencies

So we get a structure like this:

 ip-bom/pom.xml // imports bom eap-bom-community-mimic
 eap-bom-community-mimic/pom.xml

That way, when productization does a product build of this, they can simply replace the eap-bom-community-mimic with the real EAP bom, instead of replacing all EAP subcomponent versions one by one.

Future ideas

Instead of eap-bom-community-mimic we could also use the wildfly-9 bom. That's a new, separate issue, which depends on completing this issue first.

It implies that our community development targets EE 7 (instead of EE 6) (with Java 7 instead of Java 6). It also means our new community work cannot be productized until WildFly 10 and EAP 7 are out. It also means that backporting from community to product will be very hard because an architecture based on EE 7 diverges a lot from an architecture based on EE 6 (for example CDI 2 instead of CDI 1). For all these reasons, I 'd vote against using the wildfly-9 bom for the foreseeable future.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.