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

fix(deps): update micronaut-aot to v1.1.1 #519

Merged
merged 1 commit into from
Sep 1, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micronaut.aot:micronaut-aot-cli (source) 1.1.0 -> 1.1.1 age adoption passing confidence
io.micronaut.aot:micronaut-aot-std-optimizers (source) 1.1.0 -> 1.1.1 age adoption passing confidence
io.micronaut.aot:micronaut-aot-core (source) 1.1.0 -> 1.1.1 age adoption passing confidence
io.micronaut.aot:micronaut-aot-api (source) 1.1.0 -> 1.1.1 age adoption passing confidence

Release Notes

micronaut-projects/micronaut-aot

v1.1.1

What's Changed
Bug Fixes 🐞
CI ⚙️
New Contributors

Full Changelog: micronaut-projects/micronaut-aot@v1.1.0...v1.1.1

  • Fix escaping of string literals (#​110)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@melix melix added this to the 3.5.2 milestone Aug 31, 2022
@sonarcloud
Copy link

sonarcloud bot commented Aug 31, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@melix melix merged commit 5f3f581 into master Sep 1, 2022
@melix melix deleted the renovate/micronaut-aot branch September 1, 2022 07:33
timyates pushed a commit that referenced this pull request Sep 5, 2022
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
melix added a commit that referenced this pull request Sep 14, 2022
* Add a plugin to build CRaC enhanced docker images

Currently only supports APPLICATION.

This plugin adds several tasks to the CRaC group.

The flow is:

1. Copy or create scripts required for checkpointing to build/docker/main/checkpoint
2. Create a Dockerfile (build/docker/main/Dockerfile.CRaCCheckpoint) for checkpointing image
    - This dockerfile installs the CRaC JDK
    - runs the app, then triggers a checkpoint
    - checkpoint files are written to build/docker/main/cr by the container via a volume
3. Runs this dockerfile in a container
4. Awaits the completion of this container (checks for failure in the logs)
5. Creates a Dockerfile for running the checkpointed app
    - This dockerfile copies the CRaC JDK from the Checkpoint image to prevent another download
    - Copies the checkpoints from build/docker/main/cr into the expected place
6. Builds an image from this dockerfile

Currently, this is only known to work on an Ubuntu 18 host, or OSX x86 machines

* javadoc: replace test resources with CRaC

* Move cr out of layers

* Make dependency API

* Add a test for dockerBuildCrac

* Use regular file property

* Use regular file property for warmup script too

* Fixes

* Test verification

* Fix checkpoint file permissions

* Smell reduction

* Add comments to Dockerfile

* Fix file var

* Fix successful test

* Fix readiness check

* Reuse existing code where appropriate

Also best practices for apt-get

* fix dockerfile

* Don't use Optional for a field, and remove unused var

* Don't apply base plugin

* Allow passing JVM args from the gradle build script

* Add test for script replacement:

* Ignore on windows

* Exclude windows properly

* Allow platform customization

* Make platform optional

* Remove superfluous image name

* Make dockerfiles cacheable

* Apply BasePlugin and DockerPlugin

* Allow readiness command configuration

* Fix test...

* Check for docker plugin

* Switch plugins to match new expectation

* Test with different plugin order

* Try and appease Sonar on a Friday night

* fix(deps): update dependency com.diffplug.gradle:goomph to v3.37.2 (#522)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Upgrade to Micronaut Test Resources 1.1.0 (#527)

* chore(deps): update dependency gradle to v7.5.1 (#518)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update micronaut-aot to v1.1.1 (#519)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/cache action to v3.0.8 (#517)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update mikepenz/action-junit-report action to v3.3.3 (#525)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency io.micronaut.build.internal.quality-checks:io.micronaut.build.internal.quality-checks.gradle.plugin to v5.3.14 (#510)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [skip ci] Release v3.5.2

* Back to 3.5.3-SNAPSHOT

* Upgrade default GraalVM version to 22.2 (#530)

Fixes #516

* Fix test-resources directory not created when running clean build (#529)

Fixes #528

* [skip ci] Release v3.5.3

* Back to 3.5.4-SNAPSHOT

* Made tasks abstract as per review

* Fix release download format

* Add run script and allow JAVA_OPTS

* Documentation first pass

Co-authored-by: Sergio del Amo <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cédric Champeau <[email protected]>
Co-authored-by: micronaut-build <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant