Giter VIP home page Giter VIP logo

quarkus-admin-starter's Introduction

Quarkus AdminFaces Starter

This project shows a responsive JSF application using AdminFaces and running on Quarkus.

ℹī¸
Only hotspot is supported.

1. Running Admin starter

2. Requirements

  • maven 3.6.3 or greater

  • Java 17+

2.1. Via Maven

2.2. Via Java

mvn clean package && java -jar target/quarkus-app/quarkus-run.jar

2.3. Via Docker

to run via docker execute the following commands:

  • mvn clean package && docker build -f docker/Dockerfile.jvm -t quarkus/admin-starter . && docker run -i --rm -p 8080:8080 quarkus/admin-starter

OR run already pushed image:

  • docker run -i --rm --name admin-starter -m 85M -e JAVA_OPTIONS='-Xmx32m -Xms32m' -p 8080:8080 rmpestano/quarkus-admin-starter

quarkus-admin-starter's People

Contributors

rmpestano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

quarkus-admin-starter's Issues

quarkus-omnifaces dependency 1.0.1 does not work, 1.4.0 seems to work

Building with a clean maven repo seems to fail.

To reproduce:

  • Download code from github
  • Build using 'mvn install'
  • Build fails

(Ignore the nexus proxy, I do not think it is relevant)

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.891 s
[INFO] Finished at: 2021-06-17T15:09:11+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project quarkus-admin-starter: Could not resolve dependencies for project com.github.adminfaces:quarkus-admin-starter:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.github.adminfaces:quarkus-omnifaces:jar:1.0.1: Failed to read artifact descriptor for com.github.adminfaces:quarkus-omnifaces:jar:1.0.1: Could not find artifact com.github.adminfaces:quarkus-omnifaces-parent:pom:1.0.1 in nexus (http://nexus3:8081/repository/public/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Updating the pom to use version 1.1.0 or 1.4.0 seems to solve the problem.

        <dependency>
            <groupId>com.github.adminfaces</groupId>
            <artifactId>quarkus-omnifaces</artifactId>
            <version>1.4.0</version>
        </dependency>

perhaps something wrong with the 1.0.1 pom in the public maven repo?

BreadCrumbs are not working

Althought on the 'backend' breadcrumbs are being added (BreadCrumbMB is populated accordingly as pages are visited) on the page is being generated empty hrefs:
Screenshot from 2019-05-29 07-55-32

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.