Skip to content

http-client-java, generate and compile smoke test, fix POM, prepare patch 0.4.2 #7145

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

Conversation

weidongxu-microsoft
Copy link
Contributor

@weidongxu-microsoft weidongxu-microsoft commented Apr 28, 2025

fix Azure/autorest.java#3110

tsp source from PR #6981

example POM

<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>

  <groupId>io.clientcore</groupId>
  <artifactId>tsptest-builtin</artifactId>
  <version>1.0.0-beta.1</version>
  <packaging>jar</packaging>

  <name>SDK for Builtin</name>
  <description>This package contains Builtin client library.</description>
  <url>https://github.com/Azure/azure-sdk-for-java</url>

  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <url>https://github.com/Azure/azure-sdk-for-java</url>
    <connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
    <developerConnection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</developerConnection>
    <tag>HEAD</tag>
  </scm>
  <developers>
    <developer>
      <id>microsoft</id>
      <name>Microsoft</name>
    </developer>
  </developers>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>io.clientcore</groupId>
      <artifactId>core</artifactId>
      <version>1.0.0-beta.9</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.13.0</version>
        <configuration>
          <release>11</release>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

@microsoft-github-policy-service microsoft-github-policy-service bot added the emitter:client:java Issue for the Java client emitter: @typespec/http-client-java label Apr 28, 2025
@weidongxu-microsoft weidongxu-microsoft force-pushed the test_http-client-java_compile-smoke-test branch from 96c81ea to bc8588e Compare April 28, 2025 04:13
Copy link
Contributor

No changes needing a change description found.

@azure-sdk
Copy link
Collaborator

azure-sdk commented Apr 28, 2025

You can try these changes here

🛝 Playground 🌐 Website 🛝 VSCode Extension

@weidongxu-microsoft weidongxu-microsoft force-pushed the test_http-client-java_compile-smoke-test branch 5 times, most recently from fca720a to 5239f63 Compare April 28, 2025 07:01
@weidongxu-microsoft weidongxu-microsoft force-pushed the test_http-client-java_compile-smoke-test branch from 5239f63 to 7e023ac Compare April 28, 2025 07:44
@weidongxu-microsoft weidongxu-microsoft changed the title test only, http-client-java, generate and compile smoke test http-client-java, generate and compile smoke test, prepare patch 0.4.2 May 12, 2025
@weidongxu-microsoft weidongxu-microsoft changed the title http-client-java, generate and compile smoke test, prepare patch 0.4.2 http-client-java, generate and compile smoke test, fix POM, prepare patch 0.4.2 May 12, 2025
@weidongxu-microsoft weidongxu-microsoft marked this pull request as ready for review May 12, 2025 14:34
@weidongxu-microsoft weidongxu-microsoft added this pull request to the merge queue May 13, 2025
Merged via the queue into microsoft:main with commit a26a180 May 13, 2025
25 checks passed
@weidongxu-microsoft weidongxu-microsoft deleted the test_http-client-java_compile-smoke-test branch May 13, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emitter:client:java Issue for the Java client emitter: @typespec/http-client-java
Projects
None yet
Development

Successfully merging this pull request may close these issues.

problem with unbranded in latest 0.4.0/0.4.1
3 participants