Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for enhancement (0.09 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelSource3.java

     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.model.building;
    
    import org.apache.maven.model.locator.ModelLocator;
    
    /**
     * Enhancement to the {@link ModelSource2} to support locating POM files using the {@link ModelLocator}
     * when pointing to a directory.
     *
     * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead
     */
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. compat/maven-embedder/src/main/java/org/apache/maven/cli/props/MavenProperties.java

    import java.util.List;
    import java.util.Locale;
    import java.util.Map;
    import java.util.Set;
    import java.util.function.Function;
    
    import org.apache.maven.internal.impl.model.DefaultInterpolator;
    
    /**
     * Enhancement of the standard <code>Properties</code>
     * managing the maintain of comments, etc.
     */
    public class MavenProperties extends AbstractMap<String, String> {
    
        /** Constant for the supported comment characters.*/
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

     
    ## Changes by Kind
    
    ### Deprecation
    
    - #### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
      
      <!--
      This section can be blank if this pull request does not require a release note.
      
      When adding links which point to resources within git repositories, like
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.31.md

    - ```
      
      #### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: ([#125272](https://github.com/kubernetes/kubernetes/pull/125272), [@mauri870](https://github.com/mauri870))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 12:18:32 UTC 2024
    - 315.4K bytes
    - Viewed (0)
  5. RELEASE.md

    ### `TensorRT`
    
    *   Issues a warning when the `session_config` parameter for the TF1 converter
        is used or the `rewrite_config_template` field in the TF2 converter
        parameter object is used.
    
    ### TPU Enhancements:
    
    *   Adds support for the `beta` parameter of the FTRL optimizer for TPU
        embeddings. Users of other TensorFlow platforms can implement equivalent
        behavior by adjusting the `l2` parameter.
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

    - StatefulSet autodelete will respect controlling owners on PVC claims as described in https://github.com/kubernetes/enhancements/pull/4375 ([#126581](https://github.com/kubernetes/kubernetes/pull/126581), [@mattcary](https://github.com/mattcary)) [SIG Apps, Storage and Testing]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:34:59 UTC 2024
    - 456.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.30.md

    - StatefulSet autodelete will respect controlling owners on PVC claims as described in https://github.com/kubernetes/enhancements/pull/4375 ([#125389](https://github.com/kubernetes/kubernetes/pull/125389), [@mattcary](https://github.com/mattcary)) [SIG Apps and Testing]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:40:14 UTC 2024
    - 309.1K bytes
    - Viewed (0)
Back to top