Tag Archives: Maven

Development environment setup for Spring Boot with Oracle

Hi again! I am starting a series of posts about writing Spring Boot microservice applications with the Oracle Database, I plan to cover topics like databsae access, messaging, external configuration, service discovery, fault tolerance, workflow, observability and so on. But … Continue reading

Posted in Uncategorized | Tagged , , , , , | 1 Comment

JDBC Drivers in Oracle Maven Repository

In case you missed the public announcement made on Stackoverflow,  OTN and on JDBC Forum – Oracle is now making JDBC and UCP drivers available in our Maven repository (https://maven.oracle.com). You can learn more in this blog.

Posted in Uncategorized | Tagged , | Leave a comment

“Getting Started with Oracle Maven Repository” from the OTN Virtual Technology Summit

Whew!  The third and final broadcast of the Oracle Technology Network Virtual Technology Summit just finished with the APAC broadcast a few minutes ago.  If you missed it – I had a session called “Getting Started with the Oracle Maven … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Nexus Support for Oracle Maven Repository

More good news, Nexus 2.11.2 is now available and supports proxying the Oracle Maven Repository, in both the OSS and Pro versions.  You can find all the details here including a video demonstration. The Sonatype guys, especially Manfred Moser (@simpligility) … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Nexus and Atifactory support for proxying Oracle Maven Repository

Good news for folks using their own Maven Repository Manager, as the two major players both add support to their products to allow proxying of the Oracle Maven Repository. Nexus 2.11.2 (to be released soon) will have the necessary support … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Oracle Maven Repository – Index now available – more to come

I am happy to announce that we now have an index available for the Oracle Maven Repository.  This is a standard Maven index, built with the Maven Core Indexer code (donated by Sonatype to Maven – thanks!) and is available … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | 1 Comment

Happy New Year – Happy New Oracle Maven Repository

To celebrate the new year, we have just gone live with the Oracle Maven Repository which contains all of the Oracle-provided artifacts for the Fusion Middleware 12.1.2 and 12.1.3 releases. You can find out more about the repository on the … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | Leave a comment

SOA 12c Maven demonstration from OpenWorld 2014

Here is a copy of the SOA 12c Maven demonstration that Robert Wunderlich and I gave at OpenWorld this year:

Posted in Uncategorized | Tagged , , | Leave a comment

Adding an ADF Human Task User Interface to our SOA Maven build

With the new Maven support in 12c, it is much simpler now to include our ADF projects in our SOA Application build.  Continuing on from this earlier post, we will now add the ADF project. You can do this by … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Continuous Integration without SNAPSHOTs

Maven includes a feature called SNAPSHOT which allows you to tell Maven that a particular artifact is a “work in progress”, not a finished version.  This also acts as a hint to let Maven know that it should pick up … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 1 Comment