Commit Graph

7 Commits

Author SHA1 Message Date
Dhawal Kapil 398770b64f BAEL-10957 Fixed formatting 2019-03-09 22:58:23 +05:30
Dhawal Kapil cf5c99745f BAEL-10957 Fix Jhipster Module Tests and Module Renaming
-Added hibernate-java8 dependency in jhipster parent project to fix mapping of Java8 Date, Time types to database types and thereby fix all the tests that were failing due to this
2019-03-09 22:54:08 +05:30
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
psevestre 6abaf50ab5 Code for BAEL-1996 (#5933)
* [BAEL-1996] WIP - Initial import

* [BAEL-1996] Apply formatting rules

* [BAEL-1996] Import UAA modules

* [BAEL-1996] New directory structure

* Merge upstream and include BAEL-1996 in main build
2018-12-19 22:42:16 -06:00
Dhawal Kapil 9799b93a21 BAEL-8960 Fix surefire configs of java security api, java annotations, jenkins, api, jhipster, jni, maven, msf4j, mustache projects
- Surefire config fixes, pom standardizations, added packaging pom at jhipster level and jhipster-microservice level
2018-09-25 21:37:12 +05:30
Felipe Reis 2c23aa6ce9 BAEL-521 (#1799)
* refactor: Moved JHipster Monolithic to a subfolder

* feat: Add JHipster Microservice modules

closes BAEL-521
2017-05-07 19:00:32 +02:00
Felipe Reis 78f87104d6 BAEL-137 Intro do JHipster (#1427)
* refactor: Reorder tests without lambda

Moves inner implementations of Answer and ArgumentMatcher to the top of
the test classes.
Also changes the lambda expression to a regular "pre java 8" expression
in one of the tests.

Resolves: BAEL-632

* feat: Create basic Monolithic JHipster project

Commit just after creating a JHipster project, before making any modifications.

Resolves: BAEL-137

* chore: Change the artifactId and name of the project

From baeldung to jhipster-monolithic and JHipster Monolithic Application

Relates to: BAEL-137

* feat: Create entities Post and Comment

Relates to: BAEL-137

* feat: Fix Gatling configuration in pom.xml

Relates to: BAEL-137

* feat: Add files for Continuous Integration

Relates to: BAEL-137

* feat: Change pom.xml to conform to Baeldung standards

- moved the <properties> element to the bottom of the file
- excluded integration tests in the default surefire configuration
- added a new profile, called integration, and added the integration tests there
- added Java 8 in the <source> and <target> tags, under maven-compiler

solves: BAEL-137

* chore: Add jhipster module to parent pom
2017-03-21 12:23:41 +01:00