Skip to content

Conversation

@xdurvak
Copy link
Contributor

@xdurvak xdurvak commented Jul 4, 2018

made few changes in PrepareLocalEiffelSchemas class to clone the eiffel schema's repo behind the proxy also

@xdurvak xdurvak force-pushed the migrationBranch branch 2 times, most recently from f7dff0d to eb2b526 Compare July 5, 2018 06:18
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.Ericsson</groupId>
<artifactId>eiffel-remrem-semantics</artifactId>
<version>0.4.6</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment about version uplift

pom.xml Outdated
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this version

pom.xml Outdated
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.8</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use Globel version declaration

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are using it in only one place, do we need it as global property?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, Good to have. Please follow same for all components.

pom.xml Outdated
<version>2.9.4</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.glassfish.hk2.external/javax.inject -->

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this comment

pom.xml Outdated
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.8</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, Good to have. Please follow same for all components.

@xdurvak xdurvak force-pushed the migrationBranch branch 3 times, most recently from 5e202dd to 5f16b13 Compare July 23, 2018 12:55

}

public Proxy getProxy() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change it to private,
move the resource bundle handling to class level. and change this code accordingly.

Calling the getProxy() twice see if we can reduce the calling of this method

Copy link
Member

@SantoshNC68 SantoshNC68 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

pom.xml Outdated
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check compatible with 3.6.1

Copy link

@raja-maragani raja-maragani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@xdurvak xdurvak merged commit ec19163 into eiffel-community:master Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants