[Windup-commits] [windup/windup] 24cdc3: Add destination type to JmsDestionationModel.

Ondrej Zizka zizka at seznam.cz
Fri Feb 3 09:29:49 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/windup/windup
  Commit: 24cdc3c119482eedfb391c48a0c1ea8add581ddc
      https://github.com/windup/windup/commit/24cdc3c119482eedfb391c48a0c1ea8add581ddc
  Author: David Klingenberg <dklingen at redhat.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java
    M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/JmsDestinationService.java

  Log Message:
  -----------
  Add destination type to JmsDestionationModel.

Add detection of Queue/Topic based on Java class used in annotation.


  Commit: fdcf387f19c07c4b5f56305d2080422372db5217
      https://github.com/windup/windup/commit/fdcf387f19c07c4b5f56305d2080422372db5217
  Author: David Klingenberg <dklingen at redhat.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/JNDIResourceService.java

  Log Message:
  -----------
  Use JNDIResourceModel class in createUnique method and javaDoc.


  Commit: 98d2b48980fef46c2dbdd1b79792e7d8e43762f2
      https://github.com/windup/windup/commit/98d2b48980fef46c2dbdd1b79792e7d8e43762f2
  Author: David Klingenberg <dklingen at redhat.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/JmsDestinationService.java

  Log Message:
  -----------
  Return null instead of throwing exception for unrecognized class.

I think returning null is probably better than throwing an exception,
since it might be not so exceptional case, when destinationType of MessageDrivenBean is not recognized.


  Commit: 352288053810002301d243a8d84a43bc96fb131a
      https://github.com/windup/windup/commit/352288053810002301d243a8d84a43bc96fb131a
  Author: Ondrej Zizka <zizka at seznam.cz>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java
    M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/JNDIResourceService.java
    M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/service/JmsDestinationService.java

  Log Message:
  -----------
  Merge pull request #1070 from klinki/add-jms-type

Add JMS type


Compare: https://github.com/windup/windup/compare/baa778c8817f...352288053810


More information about the Windup-commits mailing list