Skip to content

Commit

Permalink
[split] release scrooge version 3.12.3
Browse files Browse the repository at this point in the history
RB_ID=290643
TBR=true
  • Loading branch information
stevegury authored and CI committed Feb 19, 2014
1 parent 7a5b679 commit 40e4785
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 15 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Expand Up @@ -6,6 +6,20 @@ as it is included in Scoorge's user's guide.
3.x 3.x
----- -----


3.12.3
~~~~~

- scrooge: add the thrift root to the list of includes for scrooge
- scrooge: Automatically whitelist all idl jar dependencies
- scrooge: fixed issue when default value is enum from other namespace where namespace is missing in generated code
- scrooge: Update mustache to 0.8.13
- scrooge: update util to 6.12.0
- scrooge: update finagle to 6.12.1
- scrooge: update util to 6.12.1
- scrooge: add extra fields to generated companion object for reflection use
- scrooge: capture unknown union values as its own value (THRIFT-99)
- scrooge: Update scrooge to remove date from Generated annotation so generated code is reproducible.

3.12.2 3.12.2
~~~~~ ~~~~~


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge</artifactId> <artifactId>scrooge</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>artifactory-release</id> <id>artifactory-release</id>
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -4,7 +4,7 @@ import com.typesafe.sbt.SbtSite.site
import com.typesafe.sbt.site.SphinxSupport.Sphinx import com.typesafe.sbt.site.SphinxSupport.Sphinx


object Scrooge extends Build { object Scrooge extends Build {
val libVersion = "3.12.2" val libVersion = "3.12.3"
val utilVersion = "6.12.1" val utilVersion = "6.12.1"
val finagleVersion = "6.12.1" val finagleVersion = "6.12.1"


Expand Down
6 changes: 3 additions & 3 deletions scrooge-benchmark/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-benchmark</artifactId> <artifactId>scrooge-benchmark</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
<parent> <parent>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId> <artifactId>scala-parent-292</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-runtime</artifactId> <artifactId>scrooge-runtime</artifactId>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
</dependency> </dependency>
<!-- library dependencies --> <!-- library dependencies -->
<dependency> <dependency>
Expand All @@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-generator</artifactId> <artifactId>scrooge-generator</artifactId>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion scrooge-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-core</artifactId> <artifactId>scrooge-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
<parent> <parent>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId> <artifactId>scala-parent-292</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions scrooge-generator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-generator</artifactId> <artifactId>scrooge-generator</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
<parent> <parent>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId> <artifactId>scala-parent-292</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-runtime</artifactId> <artifactId>scrooge-runtime</artifactId>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- library dependencies --> <!-- library dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions scrooge-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>scrooge-maven-plugin</artifactId> <artifactId>scrooge-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>scrooge-maven-plugin</name> <name>scrooge-maven-plugin</name>
<version>3.12.2</version> <version>3.12.3</version>
<prerequisites> <prerequisites>
<maven>2.0.6</maven> <maven>2.0.6</maven>
</prerequisites> </prerequisites>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-generator_2.9.2</artifactId> <artifactId>scrooge-generator_2.9.2</artifactId>
<version>3.12.2</version> <version>3.12.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<reporting> <reporting>
Expand Down
2 changes: 1 addition & 1 deletion scrooge-ostrich/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-ostrich</artifactId> <artifactId>scrooge-ostrich</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
<parent> <parent>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId> <artifactId>scala-parent-292</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions scrooge-runtime/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-runtime</artifactId> <artifactId>scrooge-runtime</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
<parent> <parent>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId> <artifactId>scala-parent-292</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-core</artifactId> <artifactId>scrooge-core</artifactId>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions scrooge-serializer/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-serializer</artifactId> <artifactId>scrooge-serializer</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
<parent> <parent>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scala-parent-292</artifactId> <artifactId>scala-parent-292</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>scrooge-core</artifactId> <artifactId>scrooge-core</artifactId>
<version>3.12.3-SNAPSHOT</version> <version>3.12.4-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

0 comments on commit 40e4785

Please sign in to comment.