Giter Site home page Giter Site logo

jhipster-quarkus's People

Contributors

amanganiello90 avatar antmordel avatar danielpetisme avatar dependabot[bot] avatar inngvar avatar joewhite101 avatar

Watchers

 avatar

jhipster-quarkus's Issues

Неработает форма сохранения если связанная сущность пуста

Describe the bug
Если редактировать сущность у которой есть ссылка на другую сущность, то невозможно сохранить значение т.к. возникает 400 ошибка

Expected behavior
Значение нормально сохраняется

Additional context
Что бы решить проблемму нужно добавить к конфигурации jsonb .withNullValues(true);

Configure docker-compose files(app.yml) to run quarcus application

Is your feature request related to a problem? Please describe.
app.yml should be properly configured.

Describe the solution you'd like
docker-compose -f app/yml up should start app
add " depends_on:" instead of JHISTER_SLEEP
set up datasource url via QUARKUS_DATASOURCE_URL
set app profile via QUARKUS_PROFILE

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

LocalDate not working

Describe the bug
Pages of entities contains fields type of LocalDate are not working

To Reproduce

  • Create entity with field type of locale date. Lunch application.
  • Open list of entities
  • List is empty and there are error in console JSON Binding serialization error javax.json.bind.JsonbException: Unable to serialize property

Expected behavior
Page works

Additional context
To fix this add @JsonbDateFormat(value = "yyyy-MM-dd") to DTO field of LocalDate type

Configure liquibaseruntime for gradle properly

Describe the bug
cant run liquibasedifflog task

Configure task:
main { driver "org.postgresql.Driver" url "jdbc:postgresql://localhost:5432/quarkusGradle" username "quarkusGradle" password "" changeLogFile project.ext.diffChangelogFile referenceUrl "hibernate:spring:com.mycompany.myapp.domain?dialect=org.hibernate.dialect.PostgreSQLDialect" defaultSchemaName "" logLevel "debug" classpath "$buildDir/classes/java/main" //excludeObjects "act_.*, int_.*, qrtz_.*, jhi_.*" }
Configure dependencies:
liquibaseRuntime "org.liquibase:liquibase-core" liquibaseRuntime "org.liquibase.ext:liquibase-hibernate5:${liquibase_hibernate5_version}" liquibaseRuntime sourceSets.main.compileClasspath liquibaseRuntime "org.postgresql:postgresql" liquibaseRuntime 'ch.qos.logback:logback-core:1.2.3' liquibaseRuntime 'ch.qos.logback:logback-classic:1.2.3' liquibaseRuntime 'org.springframework.data:spring-data-jpa:2.3.1.RELEASE'

Application generated with gradle support is unavailable on port 8080

Describe the bug
Application is unavailable on port 8080 after creating application with gradle support.

To Reproduce

  1. Create new directory and cd into it.
  2. Use jhipster --blueprints quarkus to generate application.
  3. Skip through settings steps and select gradle for building the backend.
  4. Launch the application ./gradlew
  5. Go to localhost:8080 and observe HTTP 404 error with no home page displayed.

Expected behavior
Expected to see jhipster home page by opening localhost:8080.

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.