[GitHub] olleolleolle opened a new pull request #40: Avoid redefining Ruby globals

2019-02-16 Thread GitBox
olleolleolle opened a new pull request #40: Avoid redefining Ruby globals URL: https://github.com/apache/buildr/pull/40 This PR avoids a Ruby warning which is output when running `rake`. This is an automated message from the A

[GitHub] olleolleolle opened a new pull request #41: Gemspec: drop rubyforge_project setting

2019-02-16 Thread GitBox
olleolleolle opened a new pull request #41: Gemspec: drop rubyforge_project setting URL: https://github.com/apache/buildr/pull/41 This PR amends the gemspec: The Rubyforge service is defunct and the setting now means nothing. ---

[GitHub] olleolleolle opened a new pull request #42: Fix/avoid warnings in artifact namespace

2019-02-16 Thread GitBox
olleolleolle opened a new pull request #42: Fix/avoid warnings in artifact namespace URL: https://github.com/apache/buildr/pull/42 This PR is a refactoring to - avoid using undefined/unnamed local variables (gives Ruby warnings) - for readability: turn an `unless` with an `else`

[GitHub] realityforge merged pull request #40: Avoid redefining Ruby globals

2019-02-16 Thread GitBox
realityforge merged pull request #40: Avoid redefining Ruby globals URL: https://github.com/apache/buildr/pull/40 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and u

[GitHub] realityforge commented on issue #40: Avoid redefining Ruby globals

2019-02-16 Thread GitBox
realityforge commented on issue #40: Avoid redefining Ruby globals URL: https://github.com/apache/buildr/pull/40#issuecomment-464378435 Thanks! This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] realityforge merged pull request #42: Artifact Namespace: Refactor to avoid Ruby warning about unnamed variable

2019-02-16 Thread GitBox
realityforge merged pull request #42: Artifact Namespace: Refactor to avoid Ruby warning about unnamed variable URL: https://github.com/apache/buildr/pull/42 This is an automated message from the Apache Git Service. To respo

[GitHub] realityforge merged pull request #41: Gemspec: drop rubyforge_project setting

2019-02-16 Thread GitBox
realityforge merged pull request #41: Gemspec: drop rubyforge_project setting URL: https://github.com/apache/buildr/pull/41 This is an automated message from the Apache Git Service. To respond to the message, please log on Gi

[GitHub] realityforge commented on issue #41: Gemspec: drop rubyforge_project setting

2019-02-16 Thread GitBox
realityforge commented on issue #41: Gemspec: drop rubyforge_project setting URL: https://github.com/apache/buildr/pull/41#issuecomment-464378604 Thanks again! This is an automated message from the Apache Git Service. To respo

[GitHub] realityforge commented on issue #42: Artifact Namespace: Refactor to avoid Ruby warning about unnamed variable

2019-02-16 Thread GitBox
realityforge commented on issue #42: Artifact Namespace: Refactor to avoid Ruby warning about unnamed variable URL: https://github.com/apache/buildr/pull/42#issuecomment-464378759 Thanks thirdly This is an automated message f

[GitHub] [buildr] realityforge opened a new pull request #43: Support external annotation artifacts

2019-07-13 Thread GitBox
realityforge opened a new pull request #43: Support external annotation artifacts URL: https://github.com/apache/buildr/pull/43 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [buildr] realityforge merged pull request #43: Support external annotation artifacts

2019-07-13 Thread GitBox
realityforge merged pull request #43: Support external annotation artifacts URL: https://github.com/apache/buildr/pull/43 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [buildr] olleolleolle opened a new pull request #44: CI: Drop unused sudo: false directive

2019-07-14 Thread GitBox
olleolleolle opened a new pull request #44: CI: Drop unused sudo: false directive URL: https://github.com/apache/buildr/pull/44 This PR removes the no-longer-used Travis setting `sudo: false`. See [more at the Travis blog](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructur

[GitHub] [buildr] olleolleolle opened a new pull request #45: Docs: Replace RubyForge w/ RubyGems.org

2019-07-14 Thread GitBox
olleolleolle opened a new pull request #45: Docs: Replace RubyForge w/ RubyGems.org URL: https://github.com/apache/buildr/pull/45 This PR corrects a wrong paragraph. RubyForge also no longer exists. This is an automate

[GitHub] [buildr] atoulme commented on issue #45: Docs: Replace RubyForge w/ RubyGems.org

2019-07-14 Thread GitBox
atoulme commented on issue #45: Docs: Replace RubyForge w/ RubyGems.org URL: https://github.com/apache/buildr/pull/45#issuecomment-511216275 LGTM This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [buildr] realityforge merged pull request #44: CI: Drop unused sudo: false directive

2019-07-14 Thread GitBox
realityforge merged pull request #44: CI: Drop unused sudo: false directive URL: https://github.com/apache/buildr/pull/44 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [buildr] realityforge commented on issue #44: CI: Drop unused sudo: false directive

2019-07-14 Thread GitBox
realityforge commented on issue #44: CI: Drop unused sudo: false directive URL: https://github.com/apache/buildr/pull/44#issuecomment-511234026 Thanks This is an automated message from the Apache Git Service. To respond to th

[GitHub] [buildr] realityforge merged pull request #45: Docs: Replace RubyForge w/ RubyGems.org

2019-07-14 Thread GitBox
realityforge merged pull request #45: Docs: Replace RubyForge w/ RubyGems.org URL: https://github.com/apache/buildr/pull/45 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [buildr] realityforge commented on issue #45: Docs: Replace RubyForge w/ RubyGems.org

2019-07-14 Thread GitBox
realityforge commented on issue #45: Docs: Replace RubyForge w/ RubyGems.org URL: https://github.com/apache/buildr/pull/45#issuecomment-511234104 Thanks This is an automated message from the Apache Git Service. To respond to

[GitHub] [buildr] dependabot[bot] opened a new pull request #46: Bump spring.maven.artifact.version from 2.5.5 to 5.2.0.RELEASE in /tests/generateFromPom

2019-10-18 Thread GitBox
dependabot[bot] opened a new pull request #46: Bump spring.maven.artifact.version from 2.5.5 to 5.2.0.RELEASE in /tests/generateFromPom URL: https://github.com/apache/buildr/pull/46 Bumps `spring.maven.artifact.version` from 2.5.5 to 5.2.0.RELEASE. Updates `spring-core` from 2.5.5 t

[GitHub] [buildr] olleolleolle opened a new pull request #47: (doc) Copyright year set to 2020 in footer

2020-04-03 Thread GitBox
olleolleolle opened a new pull request #47: (doc) Copyright year set to 2020 in footer URL: https://github.com/apache/buildr/pull/47 This PR updates the footer copyright year notice. Makes it ✨ more alive. This is an a

[GitHub] [buildr] olleolleolle opened a new pull request #48: CI: Pick OpenJDK8, which exists

2020-04-03 Thread GitBox
olleolleolle opened a new pull request #48: CI: Pick OpenJDK8, which exists URL: https://github.com/apache/buildr/pull/48 Currently, the `oraclejdk8` is set as jdk. Output in CI now: ``` install-jdk.sh 2020-01-14 Expected feature release number in range of 9 to 15, b

[GitHub] [buildr] atoulme merged pull request #48: CI: Pick OpenJDK8, which exists

2020-04-03 Thread GitBox
atoulme merged pull request #48: CI: Pick OpenJDK8, which exists URL: https://github.com/apache/buildr/pull/48 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [buildr] atoulme merged pull request #47: (doc) Copyright year set to 2020 in footer

2020-04-03 Thread GitBox
atoulme merged pull request #47: (doc) Copyright year set to 2020 in footer URL: https://github.com/apache/buildr/pull/47 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [buildr] dependabot[bot] opened a new pull request, #49: Bump spring-core from 2.5.5 to 5.3.18 in /tests/generateFromPom

2022-04-06 Thread GitBox
dependabot[bot] opened a new pull request, #49: URL: https://github.com/apache/buildr/pull/49 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 2.5.5 to 5.3.18. Release notes Sourced from https://github.com/spring-projects/spring-framework/releases";>spr

[GitHub] [buildr] dependabot[bot] opened a new pull request, #50: Bump spring-core from 2.5.5 to 5.3.19 in /tests/generateFromPom

2022-04-22 Thread GitBox
dependabot[bot] opened a new pull request, #50: URL: https://github.com/apache/buildr/pull/50 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 2.5.5 to 5.3.19. Release notes Sourced from https://github.com/spring-projects/spring-framework/releases";>spr

[GitHub] [buildr] dependabot[bot] commented on pull request #49: Bump spring-core from 2.5.5 to 5.3.18 in /tests/generateFromPom

2022-04-22 Thread GitBox
dependabot[bot] commented on PR #49: URL: https://github.com/apache/buildr/pull/49#issuecomment-1107049405 Superseded by #50. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [buildr] dependabot[bot] closed pull request #49: Bump spring-core from 2.5.5 to 5.3.18 in /tests/generateFromPom

2022-04-22 Thread GitBox
dependabot[bot] closed pull request #49: Bump spring-core from 2.5.5 to 5.3.18 in /tests/generateFromPom URL: https://github.com/apache/buildr/pull/49 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [buildr] dependabot[bot] opened a new pull request, #51: Bump spring-core from 2.5.5 to 5.2.22.RELEASE in /tests/generateFromPom

2022-05-24 Thread GitBox
dependabot[bot] opened a new pull request, #51: URL: https://github.com/apache/buildr/pull/51 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 2.5.5 to 5.2.22.RELEASE. Release notes Sourced from https://github.com/spring-projects/spring-framework/releas

[GitHub] [buildr] dependabot[bot] commented on pull request #50: Bump spring-core from 2.5.5 to 5.3.19 in /tests/generateFromPom

2022-05-24 Thread GitBox
dependabot[bot] commented on PR #50: URL: https://github.com/apache/buildr/pull/50#issuecomment-1136772630 Superseded by #51. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [buildr] dependabot[bot] closed pull request #50: Bump spring-core from 2.5.5 to 5.3.19 in /tests/generateFromPom

2022-05-24 Thread GitBox
dependabot[bot] closed pull request #50: Bump spring-core from 2.5.5 to 5.3.19 in /tests/generateFromPom URL: https://github.com/apache/buildr/pull/50 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [buildr] dependabot[bot] opened a new pull request, #52: Bump spring-web from 2.5.5 to 3.2.5.RELEASE in /tests/generateFromPom

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #52: URL: https://github.com/apache/buildr/pull/52 Bumps [spring-web](https://github.com/SpringSource/spring-framework) from 2.5.5 to 3.2.5.RELEASE. Commits See full diff in https://github.com/SpringSource/spring-framework/commits/v3.2

[GitHub] [buildr] dependabot[bot] opened a new pull request, #53: Bump spring-webmvc from 2.5.5 to 5.2.21.RELEASE in /tests/generateFromPom

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #53: URL: https://github.com/apache/buildr/pull/53 Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 2.5.5 to 5.2.21.RELEASE. Release notes Sourced from https://github.com/spring-projects/spring-framework/rele