Skip to content

Commit

Permalink
Release of version alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
rolag-it committed Nov 21, 2017
1 parent ca02418 commit a32fb36
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 53 deletions.
8 changes: 7 additions & 1 deletion gvlegacy/gvadapter-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>gvlegacy</artifactId>
<groupId>it.greenvulcano.gvesb</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>

<groupId>it.greenvulcano.gvesb.adapter</groupId>
Expand Down Expand Up @@ -65,6 +65,12 @@
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>2.2</version>
<scope>provided</scope>
</dependency>
</dependencies>


Expand Down
2 changes: 1 addition & 1 deletion gvlegacy/gvdatahandler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>gvlegacy</artifactId>
<groupId>it.greenvulcano.gvesb</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>

<groupId>it.greenvulcano.gvesb.adapter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gvlegacy/gvdebug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>gvlegacy</artifactId>
<groupId>it.greenvulcano.gvesb</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>

<artifactId>gvdebug</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private void dump(HttpServletRequest request, StringBuffer log) throws IOExcepti
log.append("---- Headers END\n");

log.append("---- Body START\n");
log.append(IOUtils.toString(request.getInputStream())).append("\n");
log.append(IOUtils.toString(request.getInputStream(),"UTF-8")).append("\n");
log.append("---- Body END\n");

log.append("-- DUMP HttpServletRequest END \n");
Expand Down
10 changes: 2 additions & 8 deletions gvlegacy/gvsocial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>gvlegacy</artifactId>
<groupId>it.greenvulcano.gvesb</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>

<groupId>it.greenvulcano.gvesb.adapter</groupId>
Expand All @@ -36,12 +36,6 @@
<description>
gvsocial OSGi bundle project.
</description>

<properties>
<maven-bundle-plugin.version>3.2.0</maven-bundle-plugin.version>
<osgi.version>6.0.0</osgi.version>
<gvesb.version>4.0.0-SNAPSHOT</gvesb.version>
</properties>

<repositories>
<repository>
Expand All @@ -61,7 +55,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>${osgi.version}</version>
<version>${version.osgi}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void directExecute(SocialOperation op) throws SocialAdapterException{
* @return
* @throws SocialAdapterException
*/
@SuppressWarnings("rawtypes")
protected GVBuffer execute(GVBuffer buffer) throws SocialAdapterException {
GVBuffer output = null;
XMLUtils parser = null;
Expand Down
14 changes: 3 additions & 11 deletions gvlegacy/gvvcl-birt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>gvlegacy</artifactId>
<groupId>it.greenvulcano.gvesb</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>

<groupId>it.greenvulcano.gvesb.adapter</groupId>
Expand All @@ -30,19 +30,11 @@
gvbirt OSGi bundle project.
</description>

<properties>
<maven-bundle-plugin.version>3.2.0</maven-bundle-plugin.version>
<osgi.version>6.0.0</osgi.version>
<gvesb.version>4.0.0-SNAPSHOT</gvesb.version>
<legacy.version>4.0.0-SNAPSHOT</legacy.version>
<maven-compiler-plugin.version>2.5.1</maven-compiler-plugin.version>
</properties>

<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>${osgi.version}</version>
<version>${version.osgi}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -69,7 +61,7 @@
<dependency>
<groupId>it.greenvulcano.gvesb.adapter</groupId>
<artifactId>gvdatahandler</artifactId>
<version>${legacy.version}</version>
<version>${gvesb.version}</version>
<type>bundle</type>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion gvlegacy/gvvcl-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>it.greenvulcano.gvesb</groupId>
<artifactId>gvlegacy</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>

<groupId>it.greenvulcano.gvesb.adapter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gvlegacy/gvvcl-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>gvlegacy</artifactId>
<groupId>it.greenvulcano.gvesb</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>


Expand Down
12 changes: 2 additions & 10 deletions gvlegacy/gvvcl-mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>gvlegacy</artifactId>
<groupId>it.greenvulcano.gvesb</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>

<groupId>it.greenvulcano.gvesb.adapter</groupId>
Expand All @@ -37,14 +37,6 @@
<description>
gvvcl-mail OSGi bundle project.
</description>

<properties>
<maven-bundle-plugin.version>3.0.1</maven-bundle-plugin.version>
<osgi.version>6.0.0</osgi.version>
<gvesb.version>4.0.0-SNAPSHOT</gvesb.version>
<maven-compiler-plugin.version>2.5.1</maven-compiler-plugin.version>
<version.slf4j>1.6.1</version.slf4j>
</properties>

<repositories>
<repository>
Expand All @@ -64,7 +56,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>${osgi.version}</version>
<version>${version.osgi}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public MemoryUIDCacheManager()
* the Set<String> UIDCache value
* @throws Exception
*/
@SuppressWarnings("unchecked")
private Set<String> getUIDCacheInt(String key) throws Exception
{
Set<String> uidCache = popCacheMap.get(key);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public void init(Node node) throws InitializationException
logger.debug("Initial Context properties: " + initialContext);

// only to check the configuration
Session session = (Session) initialContext.lookup(jndiName);
@SuppressWarnings("unused")
Session session = (Session) initialContext.lookup(jndiName);
}
catch (Exception exc) {
logger.error("Error initializing UIDCacheRemove call operation", exc);
Expand Down
14 changes: 2 additions & 12 deletions gvlegacy/gvvcl-rsh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,14 @@
<parent>
<groupId>it.greenvulcano.gvesb</groupId>
<artifactId>gvlegacy</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>

<groupId>it.greenvulcano.gvesb.adapter</groupId>
<artifactId>gvvcl-rsh</artifactId>
<packaging>bundle</packaging>

<name>GreenVulcano VCL RSH Plugin</name>
<description>
gvrsh OSGi bundle project.
</description>

<properties>
<maven-bundle-plugin.version>3.2.0</maven-bundle-plugin.version>
<osgi.version>6.0.0</osgi.version>
<version.pax-logging>1.9.1</version.pax-logging>
<gvesb.version>4.0.0-SNAPSHOT</gvesb.version>
</properties>

<dependencies>

Expand Down Expand Up @@ -95,7 +85,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>${osgi.version}</version>
<version>${version.osgi}</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion gvlegacy/gvvcl-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>gvlegacy</artifactId>
<groupId>it.greenvulcano.gvesb</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
</parent>


Expand Down
6 changes: 3 additions & 3 deletions gvlegacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>it.greenvulcano.gvesb</groupId>
<artifactId>gvlegacy</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.alpha1</version>
<packaging>pom</packaging>

<name>GreenVulcano ESB Legacy components</name>
Expand All @@ -16,10 +16,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gvesb.version>4.0.0-SNAPSHOT</gvesb.version>
<gvesb.version>4.0.alpha1</gvesb.version>
<maven-compiler-plugin.version>2.5.1</maven-compiler-plugin.version>
<jacoco-maven-plugin.version>0.7.7.201606060606</jacoco-maven-plugin.version>
<maven-bundle-plugin.version>3.0.1</maven-bundle-plugin.version>
<maven-bundle-plugin.version>3.2.0</maven-bundle-plugin.version>

<version.osgi>5.0.0</version.osgi>
<version.pax-logging>1.9.1</version.pax-logging>
Expand Down

0 comments on commit a32fb36

Please sign in to comment.