Sindre Stephansen
f7925e2a3f
Start on a script that replaces maven and reposilite
3年前
Sindre Stephansen
4e7404d040
Update pom fetch script
3年前
Sindre Stephansen
27258ffee6
Add mirrors to pom fetch
3年前
Sindre Stephansen
436e3e8edd
Make pom fetch script async
3年前
Sindre Stephansen
eecd762249
Replace pom fetch script, and update poms
3年前
Sindre Stephansen
387d475c87
Add script to simplify running tests
3年前
Sindre Stephansen
b4ff2c1d51
Generate quarkus project during download, and add tests
Some dependencies are not catched by the quarkus bom, so it's
necessary to generate and build a project to cache them.
The new automatic test disables all external networking and tries to
generate and build the quarkus project.
3年前
Sindre Stephansen
2183f80fe6
Unify all proxies into a single repository
3年前
Sindre Stephansen
5539f30a3e
Set maven os classifier
3年前
Sindre Stephansen
288d643f76
Update packages
3年前
Sindre Stephansen
c2d15233ae
Add hibernate-types-55
3年前
Sindre Stephansen
15902d95d5
Automatically fetch latest POM files ( #26 )
* Add script to automatically download the latest pom/bom file
* Fix update script
* Update docker java version
* Add jboss mirror
* Make sure to remove containers
* Create POM from scratch instead of downloading
* Make logs clearer
* Update generated pom
* Add handling of BOMs
* Handle transitive BOM dependencies
* Replace manual BOMs with automatically fetched ones
* Replace manual POMs with automatically fetched ones
* Separate package versions to prevent transient dependency conflicts
* Add hibernate update
* Revert "Add jboss mirror"
This reverts commit 6f5b00dfac .
* Revert "Update docker java version"
This reverts commit 5a39d0f49a .
* Update README
* Update quarkus and asciidoctor
* Add koin
3年前
Sindre Stephansen
9488e9d84f
Add guice bom
3年前
Sindre Stephansen
30f35ce5c6
Simplify tarball directory structure
3年前
Sindre Stephansen
8f97ab6be2
Replace wait-for-it.sh with a simpler method ( #25 )
3年前
larsw
9267a707a6
Merge pull request #24 from larsw/pom-dir-rename
3年前
Sindre Stephansen
28cde13958
Rename the pom file directory
3年前
Sindre Stephansen
3838e86c0b
Update root pom.xml
3年前
larsw
5b12fbc1e0
Merge pull request #23 from larsw/bump-misc-versions
Bump misc versions
3年前
Lars Wilhelmsen
21cb2a9a03
Bump misc versions
3年前
larsw
531888b519
Merge pull request #22 from larsw/add-maven-plugin-bom
add a BOM for common maven plugins
3年前
Lars Wilhelmsen
38c9ada2c7
add a BOM for common maven plugins
3年前
larsw
3625101048
Merge pull request #21 from larsw/add-kotlin-1.6.2-bom
add kotlin 1.6.2 BOM
3年前
Lars Wilhelmsen
956bb4cb76
add kotlin 1.6.2 BOM
3年前
larsw
186ca8d4bc
Merge pull request #20 from larsw/dependabot/maven/examples/quarkus-camel/org.springframework-spring-beans-5.3.18
Bump spring-beans from 5.3.15 to 5.3.18 in /examples/quarkus-camel
3年前
dependabot[bot]
357cf9a12c
Bump spring-beans from 5.3.15 to 5.3.18 in /examples/quarkus-camel
Bumps [spring-beans](https://github.com/spring-projects/spring-framework ) from 5.3.15 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.18 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
larsw
01a7d0a170
Merge pull request #15 from larsw/dependabot/maven/examples/spring-framework/org.springframework-spring-beans-5.3.18
Bump spring-beans from 5.3.17 to 5.3.18 in /examples/spring-framework
3年前
larsw
fd62ef4820
Merge pull request #16 from larsw/dependabot/maven/examples/quarkus-camel/org.apache.cassandra-cassandra-all-3.11.12
Bump cassandra-all from 3.11.10 to 3.11.12 in /examples/quarkus-camel
3年前
larsw
881d234cff
Merge pull request #19 from larsw/dependabot/maven/examples/quarkus-camel/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
Bump jetty-webapp from 9.4.43.v20210629 to 9.4.44.v20210927 in /examples/quarkus-camel
3年前
larsw
3e77c6efa8
Merge pull request #17 from larsw/dependabot/maven/examples/quarkus/com.h2database-h2-2.1.210
Bump h2 from 1.4.197 to 2.1.210 in /examples/quarkus
3年前
dependabot[bot]
c2f963af2c
Bump jetty-webapp in /examples/quarkus-camel
Bumps [jetty-webapp](https://github.com/eclipse/jetty.project ) from 9.4.43.v20210629 to 9.4.44.v20210927.
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.43.v20210629...jetty-9.4.44.v20210927 )
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-webapp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
larsw
29744158d6
Merge pull request #18 from larsw/dependabot/maven/examples/quarkus/com.fasterxml.jackson.core-jackson-databind-2.13.2.1
Bump jackson-databind from 2.13.1 to 2.13.2.1 in /examples/quarkus
3年前
dependabot[bot]
ac466ce176
Bump jackson-databind from 2.13.1 to 2.13.2.1 in /examples/quarkus
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.13.1 to 2.13.2.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
f4d5e8844a
Bump h2 from 1.4.197 to 2.1.210 in /examples/quarkus
Bumps [h2](https://github.com/h2database/h2database ) from 1.4.197 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases )
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.197...version-2.1.210 )
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
82951fe00a
Bump cassandra-all from 3.11.10 to 3.11.12 in /examples/quarkus-camel
Bumps cassandra-all from 3.11.10 to 3.11.12.
---
updated-dependencies:
- dependency-name: org.apache.cassandra:cassandra-all
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
a1a4fb5c26
Bump spring-beans from 5.3.17 to 5.3.18 in /examples/spring-framework
Bumps [spring-beans](https://github.com/spring-projects/spring-framework ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.17...v5.3.18 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
larsw
e3c75e4def
Merge pull request #11 from larsw/dependabot/maven/examples/spring-framework/org.springframework-spring-webmvc-5.3.18
Bump spring-webmvc from 5.3.17 to 5.3.18 in /examples/spring-framework
3年前
larsw
bbdcbefea3
Merge pull request #12 from larsw/dependabot/maven/examples/hibernate-types/com.fasterxml.jackson.core-jackson-databind-2.12.6.1
Bump jackson-databind from 2.11.0 to 2.12.6.1 in /examples/hibernate-types
3年前
larsw
70fcc5e26a
Merge pull request #13 from larsw/dependabot/maven/examples/quarkus-camel/org.apache.xmlgraphics-xmlgraphics-commons-2.6
Bump xmlgraphics-commons from 2.3 to 2.6 in /examples/quarkus-camel
3年前
larsw
ea3b457e43
Merge pull request #14 from larsw/dependabot/maven/examples/quarkus/org.liquibase-liquibase-core-4.8.0
Bump liquibase-core from 4.7.1 to 4.8.0 in /examples/quarkus
3年前
dependabot[bot]
57655be62c
Bump liquibase-core from 4.7.1 to 4.8.0 in /examples/quarkus
Bumps [liquibase-core](https://github.com/liquibase/liquibase ) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/liquibase/liquibase/releases )
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt )
- [Commits](https://github.com/liquibase/liquibase/compare/v4.7.1...v4.8.0 )
---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
c96fe2e910
Bump xmlgraphics-commons from 2.3 to 2.6 in /examples/quarkus-camel
Bumps xmlgraphics-commons from 2.3 to 2.6.
---
updated-dependencies:
- dependency-name: org.apache.xmlgraphics:xmlgraphics-commons
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
7c2829ad6e
Bump jackson-databind in /examples/hibernate-types
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.11.0 to 2.12.6.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
92ef1db4e2
Bump spring-webmvc from 5.3.17 to 5.3.18 in /examples/spring-framework
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.17...v5.3.18 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
larsw
6c1f7cb865
Merge pull request #8 from larsw/dependabot/maven/examples/spring-framework/org.springframework-spring-core-5.3.19
Bump spring-core from 5.3.17 to 5.3.19 in /examples/spring-framework
3年前
larsw
86d200bd2c
Merge pull request #9 from larsw/dependabot/maven/examples/quarkus-camel/org.springframework-spring-core-5.3.19
Bump spring-core from 5.3.15 to 5.3.19 in /examples/quarkus-camel
3年前
larsw
d2b9512f48
Merge pull request #10 from larsw/dependabot/maven/examples/spring-framework/org.springframework-spring-webflux-5.3.18
Bump spring-webflux from 5.3.17 to 5.3.18 in /examples/spring-framework
3年前
dependabot[bot]
c2a2fbac47
Bump spring-webflux from 5.3.17 to 5.3.18 in /examples/spring-framework
Bumps [spring-webflux](https://github.com/spring-projects/spring-framework ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.17...v5.3.18 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webflux
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
a19a9cb23b
Bump spring-core from 5.3.15 to 5.3.19 in /examples/quarkus-camel
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.15 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.19 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前
dependabot[bot]
a4080e80fa
Bump spring-core from 5.3.17 to 5.3.19 in /examples/spring-framework
Bumps [spring-core](https://github.com/spring-projects/spring-framework ) from 5.3.17 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.17...v5.3.19 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3年前