Git Product home page Git Product logo

jboss-spring-tx's Introduction

Gradle issues:
---------------------------------------------
- No way to run 'offline' builds - http://issues.gradle.org/browse/GRADLE-320
    could possibly be fixed by an env variable that simply disables the remote repository??
- Update policy for maven SNAPSHOT dependencies. Supposed to work out of the box, but should be tested
    http://gradle.1045684.n5.nabble.com/Snapshot-dependencies-not-updated-td1433032.html
    http://issues.gradle.org/browse/GRADLE-629
- Automatic dependency resolution between Jenkins jobs not possible in the current Gradle plugin.

- deb installers?.. https://github.com/sgo/ubuntu-packager-plugin

TODO
---------------------------------------------

- loads of TODOs in the build scripts...

- proper jboss installation w/config
    - snowdrop should probably be bundled with the dist, since it requires a reload...

- spring/hibernate dependencies...
    'org.hibernate': [], // TODO no longer a 'pure' spring bundle?? maybe it would be easier to have a 'fat' jee-libraries module? .. how does optional="true" work?

- jboss has loads of shared libraries as modules.. need to stay in sync with these...
    "hibernate" ->
        <module name="asm.asm"/>
        <module name="javax.api"/>
        <module name="javax.persistence.api"/>
        <module name="javax.transaction.api"/>
        <module name="javax.validation.api"/>
        <module name="org.antlr"/>
        <module name="org.apache.ant"/>
        <module name="org.apache.commons.collections"/>
        <module name="org.dom4j"/>
        <module name="org.infinispan"/>
        <module name="org.javassist"/>
        <module name="org.jboss.as.jpa.hibernate"  slot="4"/>
        <module name="org.jboss.logging"/>
        <module name="org.hibernate.envers" services="import" optional = "true"/>


- deployments w/dependencies
    backend = .ear + libs & .spring ?
    web = .war / .ear + .war?

- deployment scripts must be idempotent? -- not really safe or sane to delete/redeploy every time? What about temp data dirs etc?

- jboss-admin.sh doesn't return error codes?

- classcycle reports, gradle/gradle/classcycle.gradle

- codenarc kicks ass as well

- findbugs/pmd etc have been included as standard plugins..

jboss-spring-tx's People

Contributors

larshvile avatar

Watchers

 avatar

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.