1. 11 7月, 2014 3 次提交
  2. 29 5月, 2014 1 次提交
  3. 17 4月, 2014 1 次提交
  4. 07 1月, 2014 2 次提交
  5. 20 12月, 2013 1 次提交
  6. 14 12月, 2013 1 次提交
  7. 29 11月, 2013 1 次提交
  8. 19 10月, 2013 1 次提交
  9. 30 9月, 2013 1 次提交
    • A
      Add support for passing objects to PACT contracts · bbc8288b
      Aljoscha Krettek 提交于
      Whole stack is changed so that input/output formats and PACT contracts,
      respectively their builders, accept objects in addition to classes for
      user code stubs.
      
      So now one can do:
      MapContract.builder(new CountWords())
      in addition to:
      MapContract.builder(CountWords.class)
      
      Objects passed in this way need to be serializable. The advantage is
      that one can now pass arguments in the constructor of the stub, store
      them in the stub, and they will be available when the stub is run. This
      is less cumbersome than using the Configuration to pass parameters.
      
      This change was originally  necessary to allow the scala frontend to generate
      usercode objects to pass to PACT contracts.
      bbc8288b
  10. 23 9月, 2013 1 次提交
  11. 21 8月, 2013 1 次提交
  12. 18 7月, 2013 1 次提交
  13. 17 4月, 2013 1 次提交
  14. 14 4月, 2013 1 次提交
  15. 18 10月, 2012 1 次提交
  16. 15 8月, 2012 1 次提交
  17. 08 3月, 2012 2 次提交
  18. 15 12月, 2011 1 次提交
  19. 20 11月, 2011 1 次提交
  20. 09 9月, 2011 1 次提交
  21. 06 9月, 2011 1 次提交
  22. 02 9月, 2011 1 次提交
  23. 22 7月, 2011 1 次提交
  24. 18 7月, 2011 1 次提交
  25. 30 5月, 2011 1 次提交
  26. 04 2月, 2011 1 次提交
  27. 06 1月, 2011 1 次提交
  28. 29 12月, 2010 1 次提交
  29. 17 12月, 2010 1 次提交