You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/05/30 07:35:32 UTC

[isis] branch master updated: ISIS-1950: helloworld/simpleapp: switching to ByteBuddy as new default

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 86b1286  ISIS-1950: helloworld/simpleapp: switching to ByteBuddy as new default
86b1286 is described below

commit 86b1286ed01019f7bf6edeb8c0e350d10777f840
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 30 09:35:23 2018 +0200

    ISIS-1950: helloworld/simpleapp: switching to ByteBuddy as new default
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1950
---
 example/application/helloworld/pom.xml              | 2 +-
 example/application/simpleapp/module-simple/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index 461154c..d66f91d 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -170,7 +170,7 @@
         
         <dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-core-plugins-codegen-javassist</artifactId>
+			<artifactId>isis-core-plugins-codegen-bytebuddy</artifactId>
 		</dependency>
         
         <dependency>
diff --git a/example/application/simpleapp/module-simple/pom.xml b/example/application/simpleapp/module-simple/pom.xml
index 09db1bc..2d8402e 100644
--- a/example/application/simpleapp/module-simple/pom.xml
+++ b/example/application/simpleapp/module-simple/pom.xml
@@ -150,7 +150,7 @@
         
         <dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-core-plugins-codegen-javassist</artifactId>
+			<artifactId>isis-core-plugins-codegen-bytebuddy</artifactId>
 		</dependency>
         
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.