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

plugin not compatible with java 8 #529

Closed
dnsmkl opened this issue Oct 8, 2020 · 2 comments
Closed

plugin not compatible with java 8 #529

dnsmkl opened this issue Oct 8, 2020 · 2 comments

Comments

@dnsmkl
Copy link

dnsmkl commented Oct 8, 2020

Plugin fails with exception if JRE is 1.8.

Intellij 2020.1.2 Ultimate Edition
google-java-format 1.9.0.0
JRE 1.8

Exception: `java.lang.UnsupportedClassVersionError: com/google/googlejavaformat/intellij/InitialConfigurationProjectManagerListener has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

55 -> java 11
52 -> java 8

Full stack trace:

Cannot create listener

com.intellij.diagnostic.PluginException: Cannot create listener com.google.googlejavaformat.intellij.InitialConfigurationProjectManagerListener [Plugin: google-java-format]
    at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:716)
    at com.intellij.util.messages.impl.MessageBusImpl.subscribeLazyListeners(MessageBusImpl.java:204)
    at com.intellij.util.messages.impl.MessageBusImpl.calcSubscribers(MessageBusImpl.java:320)
    at com.intellij.util.messages.impl.MessageBusImpl.getTopicSubscribers(MessageBusImpl.java:366)
    at com.intellij.util.messages.impl.MessageBusImpl.postMessage(MessageBusImpl.java:344)
    at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:396)
    at com.intellij.util.messages.impl.MessageBusImpl.lambda$createTopicHandler$3(MessageBusImpl.java:237)
    at com.sun.proxy.$Proxy74.projectOpened(Unknown Source)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.fireProjectOpened(ProjectManagerImpl.java:782)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.lambda$doLoadProject$6(ProjectManagerImpl.java:456)
    at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
    at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeAndWait$8(ApplicationImpl.java:480)
    at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:124)
    at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:80)
    at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:128)
    at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
    at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:184)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:974)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:847)
    at com.intellij.ide.IdeEventQueue.lambda$null$8(IdeEventQueue.java:449)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:730)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
    at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:1030)
    at com.intellij.openapi.progress.util.ProgressWindow.pumpEventsForHierarchy(ProgressWindow.java:199)
    at com.intellij.openapi.progress.util.ProgressWindow.lambda$startBlocking$3(ProgressWindow.java:189)
    at com.intellij.openapi.application.impl.ApplicationImpl.runUnlockingIntendedWrite(ApplicationImpl.java:857)
    at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:188)
    at com.intellij.openapi.progress.impl.ProgressRunner.lambda$legacyExec$6(ProgressRunner.java:302)
    at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656)
    at java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:669)
    at java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:1997)
    at com.intellij.openapi.progress.impl.ProgressRunner.legacyExec(ProgressRunner.java:300)
    at com.intellij.openapi.progress.impl.ProgressRunner.submit(ProgressRunner.java:248)
    at com.intellij.openapi.progress.impl.ProgressRunner.submitAndGet(ProgressRunner.java:169)
    at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:426)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcessWithProgressSynchronously(CoreProgressManager.java:494)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:84)
    at com.intellij.platform.ProjectUiFrameAllocator$run$1.run(ProjectFrameAllocator.kt:98)
    at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
    at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeAndWait$8(ApplicationImpl.java:480)
    at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:124)
    at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:80)
    at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:128)
    at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
    at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:184)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:974)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:847)
    at com.intellij.ide.IdeEventQueue.lambda$null$8(IdeEventQueue.java:449)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:741)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: com.intellij.diagnostic.PluginException: While loading class com.google.googlejavaformat.intellij.InitialConfigurationProjectManagerListener: com/google/googlejavaformat/intellij/InitialConfigurationProjectManagerListener has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 [Plugin: google-java-format]
    at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:262)
    at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.java:205)
    at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:113)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:713)
    ... 77 more
Caused by: java.lang.UnsupportedClassVersionError: com/google/googlejavaformat/intellij/InitialConfigurationProjectManagerListener has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:642)
    at com.intellij.util.lang.UrlClassLoader._defineClass(UrlClassLoader.java:380)
    at com.intellij.util.lang.UrlClassLoader.defineClass(UrlClassLoader.java:376)
    at com.intellij.util.lang.UrlClassLoader._findClass(UrlClassLoader.java:340)
    at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:259)
    ... 83 more
@Stephan202
Copy link
Contributor

Hi @dnsmkl. This is not a bug; see the version 1.8 release notes.

(Note that the plugin can still format Java 8 code. Just the runtime needs to be Java 11+.)

@cushon cushon closed this as completed Oct 8, 2020
@plumpy
Copy link
Collaborator

plumpy commented Oct 8, 2020

I didn't realize IntelliJ actually worked under Java 8 still. Unfortunately, there's no way I know of to mark a plugin as incompatible with Java 8, so there's not much I can do here. You can still manually download version 1.7.0.5 and install that.

gcf-merge-on-green bot pushed a commit to googleapis/synthtool that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
gcf-owl-bot bot added a commit to googleapis/java-accessapproval that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-bigquerymigration that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/google-http-java-client that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/google-auth-library-java that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-deploy that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-conformance-tests that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-pubsublite-kafka that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-storage-nio that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-apigee-connect that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-accesscontextmanager that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-pubsublite-spark that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-api-gateway that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-analytics-data that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-area120-tables that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-analytics-admin that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-artifact-registry that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-appengine-admin that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-assured-workloads that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-bigquery that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-bigquerydatatransfer that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-bigqueryconnection that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-bigqueryreservation that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-asset that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-owl-bot bot added a commit to googleapis/java-retail that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
gcf-merge-on-green bot pushed a commit to googleapis/google-oauth-java-client that referenced this issue Nov 9, 2021
This fixes three current build issues due to version updates: 
1. java-format got additional dependencies starting version 1.9: **auto-value-annotations** and **auto-service-annotations**
2. java-format requires JRE v11+ to run. Updating ci.yaml for that. google/google-java-format#529
3. Guava drops java7 support from v31, therefore disabling unit tests for java7
yoshi-automation added a commit to googleapis/java-storage that referenced this issue Nov 9, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-spanner that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-shared-dependencies that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-common-protos that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-containeranalysis that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-datastore that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-grafeas that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-iam that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-bigtable that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-pubsublite that referenced this issue Nov 10, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
kolea2 pushed a commit to googleapis/java-bigtable that referenced this issue Nov 11, 2021
* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
dpcollins-google pushed a commit to googleapis/java-pubsublite that referenced this issue Nov 11, 2021
* Update ci.yaml

Let's let all the unit tests complete for now.  Java 17 isn't quite ready.

Source-Author: Les Vogel <[email protected]>
Source-Date: Fri Nov 5 11:31:10 2021 -1000
Source-Repo: googleapis/synthtool
Source-Sha: 717a6a1fe247df095092de1321eadc9da887a06c
Source-Link: googleapis/synthtool@717a6a1

* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
meltsufin pushed a commit to googleapis/java-scheduler that referenced this issue Nov 11, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8
meltsufin pushed a commit to googleapis/java-scheduler that referenced this issue Nov 11, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
kelsk pushed a commit to googleapis/java-containeranalysis that referenced this issue Nov 15, 2021
* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
kelsk pushed a commit to googleapis/java-grafeas that referenced this issue Nov 15, 2021
* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
chanseokoh pushed a commit to googleapis/java-iam that referenced this issue Nov 15, 2021
* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
chanseokoh pushed a commit to googleapis/java-common-protos that referenced this issue Nov 15, 2021
* Update ci.yaml

Let's let all the unit tests complete for now.  Java 17 isn't quite ready.

Source-Author: Les Vogel <[email protected]>
Source-Date: Fri Nov 5 11:31:10 2021 -1000
Source-Repo: googleapis/synthtool
Source-Sha: 717a6a1fe247df095092de1321eadc9da887a06c
Source-Link: googleapis/synthtool@717a6a1

* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-compute that referenced this issue Nov 15, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
yoshi-automation added a commit to googleapis/java-firestore that referenced this issue Nov 15, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
kolea2 pushed a commit to googleapis/java-firestore that referenced this issue Nov 16, 2021
* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
lesv pushed a commit to googleapis/java-shared-config that referenced this issue Nov 16, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
suztomo pushed a commit to googleapis/java-compute that referenced this issue Nov 16, 2021
* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
Neenu1995 pushed a commit to googleapis/java-redis that referenced this issue Nov 16, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.
Source-Link: googleapis/synthtool@42a3786
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:14ecf64ec36f67c7bf04e3dc0f68eafcc01df3955121c38862b695e2ae7515d8

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
yoshi-automation added a commit to googleapis/java-gcloud-maven-plugin that referenced this issue Dec 6, 2021
java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786
eaball35 added a commit to googleapis/java-gcloud-maven-plugin that referenced this issue Apr 6, 2022
* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* chore: remove All rights reserved clause from java.header

After discussion with OSPO, it has been decided to remove "All rights reserved" clause from the java.header file to better reflect the [correct license header](https://g3doc.corp.google.com/company/teams/opensource/releasing/preparing.md?cl=head#Apache-header).

Source-Author: Neenu Shaji <[email protected]>
Source-Date: Thu Jul 8 18:00:44 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 09c59c20a4bf0daed1665af59035ff240fe356df
Source-Link: googleapis/synthtool@09c59c2

* chore: add dependencyDashboardLabels to renovate.json

Source-Author: Neenu Shaji <[email protected]>
Source-Date: Wed Jul 14 18:18:28 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 5d3c52f5db664eee9026db76b5bcb466f3a09ca9
Source-Link: googleapis/synthtool@5d3c52f

* build(java): use ENABLE_FLAKYBOT env variable

Kokoro job config now supports both environment variables during this migration period.

Source-Author: Jeff Ching <[email protected]>
Source-Date: Thu Aug 12 10:10:27 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: ff01716e16d2c6e87eaf87197b753ac9fcbbed5d
Source-Link: googleapis/synthtool@ff01716

* chore: enable release-trigger bot

Source-Author: Jeff Ching <[email protected]>
Source-Date: Tue Aug 24 15:30:40 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 63cff634aabb85854caa511c5837ea6b45f42b4b
Source-Link: googleapis/synthtool@63cff63

* ci: removing linkage-monitor from the required checks

Source-Author: Tomo Suzuki <[email protected]>
Source-Date: Wed Aug 25 13:18:10 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22
Source-Link: googleapis/synthtool@e2aa5bc

* build(java): update renovate config to mark conformance tests as a test commit type

Source-Author: kolea2 <[email protected]>
Source-Date: Tue Aug 31 14:35:19 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 9a238a0623879c3de129a376c6085d4a862f6eb9
Source-Link: googleapis/synthtool@9a238a0

* chore(java): install maven 3.8.1 at runtime

* chore: pin github action runner at ubuntu-16.04

* chore: install maven 3.8.1 at runtime

* chore: fix typo

Source-Author: Neenu Shaji <[email protected]>
Source-Date: Thu Sep 2 15:46:06 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: ad7fd76e17bf9494a3e47ff9cf445f61564432e0
Source-Link: googleapis/synthtool@ad7fd76

* chore(java): update windows build

to install maven 3.8.1 at runtime too (related to #1202)

Tested in [java-bigquerystorage](googleapis/java-bigquerystorage@7834f4f)

Source-Author: Stephanie Wang <[email protected]>
Source-Date: Tue Sep 7 13:04:27 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 17ee6e5c08f2eb47029beee4776ce990e56b3925
Source-Link: googleapis/synthtool@17ee6e5

* chore(java): remove readme autosynth job config

README generation is now handled by owlbot

Source-Author: Jeff Ching <[email protected]>
Source-Date: Wed Sep 8 12:11:28 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: df5093b950d4aafd49a4c7758d74c44485263ada
Source-Link: googleapis/synthtool@df5093b

* chore: remove readme synth.py config

Source-Author: Jeff Ching <[email protected]>
Source-Date: Wed Sep 8 13:23:41 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 2d31a9243781b282202b4f76dc7bbc8b45803196
Source-Link: googleapis/synthtool@2d31a92

* chore: add gcf-owl-bot to list of trusted contributors

Source-Author: Jeff Ching <[email protected]>
Source-Date: Wed Sep 8 13:42:12 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: a6b97202771f89a4b76873d43ea9a07d7fc95f91
Source-Link: googleapis/synthtool@a6b9720

* chore(java): update shared-config and shared-dependencies version in pom template

Source-Author: Neenu Shaji <[email protected]>
Source-Date: Wed Sep 8 17:28:48 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 396d9b84a1e93880f5bf88b59ecd38a0a6dffc5e
Source-Link: googleapis/synthtool@396d9b8

* chore(java): remove dependencyDashboardLabel config from renovate.json

Source-Author: Neenu Shaji <[email protected]>
Source-Date: Thu Sep 23 14:36:33 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 0752ff727a19a467dffed335d5e59303689cf0d1
Source-Link: googleapis/synthtool@0752ff7

* chore(java): rename master branch to main

Source-Author: Neenu Shaji <[email protected]>
Source-Date: Mon Sep 27 10:04:11 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 67ab4f9f4272ad13f4b809de47fd0dec05f425ad
Source-Link: googleapis/synthtool@67ab4f9

* build: add jdk 17 to java units and dependency builds

* update dependencies.sh to not pass MaxPermSize when jdk 17 is used. MaxPermSize is an unrecognized flag in jdk 17.

Source-Author: BenWhitehead <[email protected]>
Source-Date: Mon Sep 27 11:34:46 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: a4be3384ccb92364795d981f2863f6986fcee620
Source-Link: googleapis/synthtool@a4be338

* feat: Introduce Native Image testing build script changes

Adds additional switch case to build.sh to accommodate native image testing.

Source-Author: Daniel Zou <[email protected]>
Source-Date: Mon Oct 18 11:42:09 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: d45942be8066ad57bd0509f4a16e1fac78ecc50f
Source-Link: googleapis/synthtool@d45942b

* fix(java): java 17 dependency arguments

Source-Author: kolea2 <[email protected]>
Source-Date: Mon Oct 25 11:06:10 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: cb2755306975de4c54ea549c9deb25703b3731bb
Source-Link: googleapis/synthtool@cb27553

* chore(java): remove pin on Apache Maven 3.8.1 from github actions

* chore(java): remove pin on Apache Maven 3.8.1 from github actions

[Ubuntu 20.04.3 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md) has updated the maven version to 3.8.3 which resolves[ the issue](googleapis/synthtool#1202) maven 3.8.2 had with flatten-maven-plugin

* chore: fix tests

Source-Author: Neenu Shaji <[email protected]>
Source-Date: Thu Nov 4 16:18:53 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 79d7936da1cf04ce1b4ead7d2c10dccccd852caf
Source-Link: googleapis/synthtool@79d7936

* Update ci.yaml

Let's let all the unit tests complete for now.  Java 17 isn't quite ready.

Source-Author: Les Vogel <[email protected]>
Source-Date: Fri Nov 5 11:31:10 2021 -1000
Source-Repo: googleapis/synthtool
Source-Sha: 717a6a1fe247df095092de1321eadc9da887a06c
Source-Link: googleapis/synthtool@717a6a1

* chore: cleanup cloud RAD generation

Updating cloud rad generation to support [java-shared-config/pull/344](googleapis/java-shared-config#344) updates and removing inclusion of README as we're not currently supporting this feature yet

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Nov 8 13:23:34 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 99ea92a109dbcd4e2b8c179e337848ba6a25fe16
Source-Link: googleapis/synthtool@99ea92a

* chore: update jre to 11 for linter

java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: google/google-java-format#529

Updating ci.yaml template since it is applicable for all the libraries.

Source-Author: Timur Sadykov <[email protected]>
Source-Date: Tue Nov 9 01:52:34 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 42a3786737c17ece39924d7025f3be481812da53
Source-Link: googleapis/synthtool@42a3786

* chore: remove enable-samples profile

Source-Author: Neenu Shaji <[email protected]>
Source-Date: Mon Nov 22 11:22:11 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 7a7c48f96e90d1cdc3ab0cc8293279fdcb10fd36
Source-Link: googleapis/synthtool@7a7c48f

* fix(java): add -ntp flag to native image testing command

Source-Author: Daniel Zou <[email protected]>
Source-Date: Mon Dec 6 11:14:51 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 723f3ce6c8927683e96cd7a4a02b59606a14eafc
Source-Link: googleapis/synthtool@723f3ce

Co-authored-by: Emily Ball <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants