Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Java Example #149

Merged
merged 17 commits into from
Jun 21, 2018
Merged

Add Java Example #149

merged 17 commits into from
Jun 21, 2018

Commits on Jun 20, 2018

  1. Add Java Example

    Add a Java "Hello, world" example.
    
    * Consume jsii and aws-cdk java via maven
    * Configure cdk.json to work idiomatically with the toolkit
    * Reorganize examples/ directory to cdk-examples-java and cdk-examples-typescript
    Elad Ben-Israel committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    f021b9b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'benisrae/java-maven' into benisrae/java-example

    Elad Ben-Israel committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c618eba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'benisrae/java-maven' into benisrae/java-example

    Elad Ben-Israel committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    1544755 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'benisrae/java-maven' into benisrae/java-example

    Elad Ben-Israel committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    e5741b6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'benisrae/java-maven' into benisrae/java-example

    Elad Ben-Israel committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    4dd2590 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'benisrae/java-maven' into benisrae/java-example

    Elad Ben-Israel committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    9f9ec20 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'benisrae/java-maven' into benisrae/java-example

    Elad Ben-Israel committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    af77b1f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Merge branch 'benisrae/java-maven' into benisrae/java-example

    Elad Ben-Israel committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    0c12363 View commit details
    Browse the repository at this point in the history
  2. aws-cdk-java: Normalize maven usage (#148)

    * Use a generated pom.xml to plug-in version numbers
    * Emit a local maven repo directory structure to `maven-repo`
    * Fix bundle-beta.sh to produce repo/maven from maven-repo dirs
    * Update jsii to 5a79bce
    * Align all versions to v0.7.2-beta
    Elad Ben-Israel authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    8c81c7d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'benisrae/java-maven' into benisrae/java-example

    Elad Ben-Israel committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    3eab3fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff64d94 View commit details
    Browse the repository at this point in the history
  5. Fix versions

    Elad Ben-Israel committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    b1aafd6 View commit details
    Browse the repository at this point in the history
  6. Extend the example to include a construct and unit test

    Elad Ben-Israel committed Jun 21, 2018
    9 Configuration menu
    Copy the full SHA
    66b3d33 View commit details
    Browse the repository at this point in the history
  7. Get rid of run-program.sh

    Elad Ben-Israel committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    10004b5 View commit details
    Browse the repository at this point in the history
  8. Reorder fields

    Elad Ben-Israel authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    72edcaf View commit details
    Browse the repository at this point in the history
  9. Misc

    * Get rid of lombok
    * Use syntax version 9
    * Add validation logic
    Elad Ben-Israel committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    b9cb9d0 View commit details
    Browse the repository at this point in the history
  10. Build image doesnt support java9

    Elad Ben-Israel committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    d2e37b5 View commit details
    Browse the repository at this point in the history